Home
last modified time | relevance | path

Searched defs:_ibmf_msg_impl (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/ib/mgt/ibmf/
H A Dibmf_impl.h258 typedef struct _ibmf_msg_impl { struct
266 struct _ibmf_msg_impl *im_msg_next; /* next message on the list */ argument
267 struct _ibmf_msg_impl *im_msg_prev; /* prev message on the list */ argument
268 void *im_client; /* client that allocd the pkt */
269 ibmf_qp_handle_t im_qp_hdl; /* qp handle */
270 ibt_ud_dest_t *im_ud_dest; /* ptr to the pkt's ud_dest */
271 ibmf_ud_dest_t *im_ibmf_ud_dest; /* ptr to the pkt's ud_dest */
272 ibmf_msg_cb_t im_trans_cb; /* transaction completion cb */
273 void *im_trans_cb_arg; /* arg for completion cb */
274 uint64_t im_tid; /* transaction ID */
[all …]