Home
last modified time | relevance | path

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

/net/rds/
Dib_send.c298 if (test_and_clear_bit(RDS_LL_SEND_FULL, &conn->c_flags) || in rds_ib_send_cqe_handler()
382 set_bit(RDS_LL_SEND_FULL, &conn->c_flags); in rds_ib_send_grab_credits()
418 test_bit(RDS_LL_SEND_FULL, &conn->c_flags) ? ", ll_send_full" : ""); in rds_ib_send_add_credits()
421 if (test_and_clear_bit(RDS_LL_SEND_FULL, &conn->c_flags)) in rds_ib_send_add_credits()
526 set_bit(RDS_LL_SEND_FULL, &conn->c_flags); in rds_ib_xmit()
541 set_bit(RDS_LL_SEND_FULL, &conn->c_flags); in rds_ib_xmit()
Drds_single_path.h20 #define c_flags c_path[0].cp_flags macro
Dib_recv.c360 return test_and_set_bit(RDS_RECV_REFILL, &conn->c_flags) == 0; in acquire_refill()
365 clear_bit(RDS_RECV_REFILL, &conn->c_flags); in release_refill()
Dib_cm.c298 (!test_bit(RDS_LL_SEND_FULL, &conn->c_flags) || in rds_ib_tasklet_fn_send()