Home
last modified time | relevance | path

Searched refs:RDSV3_LL_SEND_FULL (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/io/ib/clients/rdsv3/
H A Dib_send.c300 clear_bit(RDSV3_LL_SEND_FULL, &conn->c_flags); in rdsv3_ib_send_cqe_handler()
389 set_bit(RDSV3_LL_SEND_FULL, &conn->c_flags); in rdsv3_ib_send_grab_credits()
431 test_bit(RDSV3_LL_SEND_FULL, &conn->c_flags) ? in rdsv3_ib_send_add_credits()
435 if (test_and_clear_bit(RDSV3_LL_SEND_FULL, &conn->c_flags)) in rdsv3_ib_send_add_credits()
601 set_bit(RDSV3_LL_SEND_FULL, &conn->c_flags); in rdsv3_ib_xmit()
H A Dsend.c1118 if (!test_bit(RDSV3_LL_SEND_FULL, &conn->c_flags)) in rdsv3_sendmsg()
1187 if (!test_bit(RDSV3_LL_SEND_FULL, &conn->c_flags)) in rdsv3_send_pong()
H A Dib_cm.c434 if (!test_bit(RDSV3_LL_SEND_FULL, &conn->c_flags)) in rdsv3_ib_tasklet_fn()
/illumos-gate/usr/src/uts/common/sys/ib/clients/rdsv3/
H A Drdsv3.h110 #define RDSV3_LL_SEND_FULL 0 macro