Home
last modified time | relevance | path

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

/linux/net/rds/
H A Dib_send.c300 if (test_and_clear_bit(RDS_LL_SEND_FULL, &conn->c_flags) || in rds_ib_send_cqe_handler()
384 set_bit(RDS_LL_SEND_FULL, &conn->c_flags); in rds_ib_send_grab_credits()
420 test_bit(RDS_LL_SEND_FULL, &conn->c_flags) ? ", ll_send_full" : ""); in rds_ib_send_add_credits()
423 if (test_and_clear_bit(RDS_LL_SEND_FULL, &conn->c_flags)) in rds_ib_send_add_credits()
528 set_bit(RDS_LL_SEND_FULL, &conn->c_flags); in rds_ib_xmit()
543 set_bit(RDS_LL_SEND_FULL, &conn->c_flags); in rds_ib_xmit()
H A Dthreads.c199 clear_bit(RDS_LL_SEND_FULL, &cp->cp_flags); in rds_send_worker()
H A Drds.h88 #define RDS_LL_SEND_FULL 0 macro
H A Dib_cm.c298 (!test_bit(RDS_LL_SEND_FULL, &conn->c_flags) || in rds_ib_tasklet_fn_send()