Searched refs:rdsv3_ib_send_grab_credits (Results 1 - 3 of 3) sorted by relevance
/illumos-gate/usr/src/uts/common/sys/ib/clients/rdsv3/ |
H A D | ib.h | 366 int rdsv3_ib_send_grab_credits(struct rdsv3_ib_connection *ic, uint32_t wanted,
|
/illumos-gate/usr/src/uts/common/io/ib/clients/rdsv3/ |
H A D | ib_send.c | 359 rdsv3_ib_send_grab_credits(struct rdsv3_ib_connection *ic, function 365 RDSV3_DPRINTF4("rdsv3_ib_send_grab_credits", "ic: %p, %d %d %d", 378 RDSV3_DPRINTF5("rdsv3_ib_send_grab_credits", 413 RDSV3_DPRINTF4("rdsv3_ib_send_grab_credits", "ic: %p, %d %d %d", 609 credit_alloc = rdsv3_ib_send_grab_credits(ic, work_alloc, 696 (void) rdsv3_ib_send_grab_credits(ic, 0, &posted, 1);
|
H A D | ib_recv.c | 548 if (!rdsv3_ib_send_grab_credits(ic, 1, &adv_credits, 0)) {
|
Completed in 48 milliseconds