Searched defs:wrlist (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/io/ib/clients/iser/
H A Diser_ib.c767 ibt_recv_wr_t *wrlist, wr[ISER_IB_RQ_POST_MAX]; local
852 wrlist = &wr[0];
862 wrlist[i].wr_id = (ibt_wrid_t)(uintptr_t)msg;
863 wrlist[i].wr_nds = ISER_IB_SGLIST_SIZE;
864 wrlist[i].wr_sgl = &msg->msg_ds;
870 status = ibt_post_recv(chanhdl, wrlist, npost, &nposted);

Completed in 47 milliseconds