Searched refs:c_flags (Results 1 – 4 of 4) sorted by relevance
/net/rds/ |
D | ib_send.c | 298 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()
|
D | rds_single_path.h | 20 #define c_flags c_path[0].cp_flags macro
|
D | ib_recv.c | 360 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()
|
D | ib_cm.c | 298 (!test_bit(RDS_LL_SEND_FULL, &conn->c_flags) || in rds_ib_tasklet_fn_send()
|