Searched refs:i_recv_wrs (Results 1 – 3 of 3) sorted by relevance
203 ic->i_recv_wrs[i].wr_id = (ibt_wrid_t)pos; in rdsv3_ib_recv_refill()204 ic->i_recv_wrs[i].wr_nds = RDSV3_IB_RECV_SGE; in rdsv3_ib_recv_refill()205 ic->i_recv_wrs[i].wr_sgl = &recv->r_sge[0]; in rdsv3_ib_recv_refill()213 &ic->i_recv_wrs[0], i, &posted); in rdsv3_ib_recv_refill()
624 ic->i_recv_wrs = in rdsv3_ib_setup_qp()627 if (ic->i_recv_wrs == NULL) { in rdsv3_ib_setup_qp()1081 if (ic->i_recv_wrs) { in rdsv3_ib_conn_shutdown()1082 kmem_free(ic->i_recv_wrs, ic->i_recv_ring.w_nr * in rdsv3_ib_conn_shutdown()1084 ic->i_recv_wrs = NULL; in rdsv3_ib_conn_shutdown()
146 ibt_recv_wr_t *i_recv_wrs; member