Home
last modified time | relevance | path

Searched refs:iw_msg (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/io/ib/clients/iser/
H A Diser_cq.c151 if (wr->iw_msg != NULL) { in iser_ib_poll_send_completions()
153 iser_msg_free(wr->iw_msg); in iser_ib_poll_send_completions()
234 ASSERT(wr->iw_msg != NULL); in iser_ib_poll_send_completions()
235 iser_msg_free(wr->iw_msg); in iser_ib_poll_send_completions()
H A Diser_xfer.c86 iser_wr->iw_msg = msg; in iser_xfer_hello_msg()
174 iser_wr->iw_msg = msg; in iser_xfer_helloreply_msg()
362 iser_wr->iw_msg = msg; in iser_xfer_ctrlpdu()
H A Diser_resource.c112 iser_wr->iw_msg = NULL; in iser_wr_get()
/illumos-gate/usr/src/uts/common/sys/ib/clients/iser/
H A Diser_resource.h125 struct iser_msg_s *iw_msg; member