Searched refs:i_flowctl (Results 1 – 4 of 4) sorted by relevance
80 ic->i_flowctl = 1; in rdsv3_ib_set_flow_control()83 ic->i_flowctl = 0; in rdsv3_ib_set_flow_control()165 ic->i_flowctl ? ", flow control" : ""); in rdsv3_ib_cm_connect_complete()269 if (ic->i_flowctl) { in rdsv3_ib_cm_fill_conn_param()851 ic->i_flowctl = in rdsv3_ib_cm_initiate_connect()1054 ic->i_flowctl = 0; in rdsv3_ib_conn_shutdown()
369 if (!ic->i_flowctl) in rdsv3_ib_send_grab_credits()608 if (ic->i_flowctl) { in rdsv3_ib_xmit()842 if (ic->i_flowctl && i < credit_alloc) in rdsv3_ib_xmit()
230 if (ic->i_flowctl && posted) in rdsv3_ib_recv_refill()
176 unsigned int i_flowctl:1; /* enable/disable flow ctl */ member