Searched refs:RDSV3_LL_SEND_FULL (Results 1 – 4 of 4) sorted by relevance
300 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()
1118 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()
434 if (!test_bit(RDSV3_LL_SEND_FULL, &conn->c_flags)) in rdsv3_ib_tasklet_fn()
110 #define RDSV3_LL_SEND_FULL 0 macro