Searched refs:rds_iw_send_grab_credits (Results 1 – 3 of 3) sorted by relevance
/linux-4.1.27/net/rds/ |
D | iw_send.c | 348 int rds_iw_send_grab_credits(struct rds_iw_connection *ic, in rds_iw_send_grab_credits() function 542 credit_alloc = rds_iw_send_grab_credits(ic, work_alloc, &posted, 0, RDS_MAX_ADV_CREDIT); in rds_iw_xmit() 617 rds_iw_send_grab_credits(ic, 0, &posted, 1, RDS_MAX_ADV_CREDIT - adv_credits); in rds_iw_xmit()
|
D | iw.h | 360 int rds_iw_send_grab_credits(struct rds_iw_connection *ic, u32 wanted,
|
D | iw_recv.c | 514 if (!rds_iw_send_grab_credits(ic, 1, &adv_credits, 0, RDS_MAX_ADV_CREDIT)) { in rds_iw_attempt_ack()
|