Searched refs:rds_ib_send_grab_credits (Results 1 – 3 of 3) sorted by relevance
/linux/net/rds/ |
H A D | ib_send.c | 355 int rds_ib_send_grab_credits(struct rds_ib_connection *ic, in rds_ib_send_grab_credits() function 533 credit_alloc = rds_ib_send_grab_credits(ic, work_alloc, &posted, 0, RDS_MAX_ADV_CREDIT); in rds_ib_xmit() 603 rds_ib_send_grab_credits(ic, 0, &posted, 1, RDS_MAX_ADV_CREDIT - adv_credits); in rds_ib_xmit()
|
H A D | ib.h | 432 int rds_ib_send_grab_credits(struct rds_ib_connection *ic, u32 wanted,
|
H A D | ib_recv.c | 745 if (!rds_ib_send_grab_credits(ic, 1, &adv_credits, 0, RDS_MAX_ADV_CREDIT)) { in rds_ib_attempt_ack()
|