Home
last modified time | relevance | path

Searched refs:i_recv_wrs (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/io/ib/clients/rdsv3/
H A Dib_recv.c204 ic->i_recv_wrs[i].wr_id = (ibt_wrid_t)pos; in rdsv3_ib_recv_refill()
205 ic->i_recv_wrs[i].wr_nds = RDSV3_IB_RECV_SGE; in rdsv3_ib_recv_refill()
206 ic->i_recv_wrs[i].wr_sgl = &recv->r_sge[0]; in rdsv3_ib_recv_refill()
214 &ic->i_recv_wrs[0], i, &posted); in rdsv3_ib_recv_refill()
H A Dib_cm.c624 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()
/illumos-gate/usr/src/uts/common/sys/ib/clients/rdsv3/
H A Dib.h146 ibt_recv_wr_t *i_recv_wrs; member