Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/ib/mgt/ibmf/
H A Dibmf_impl.h173 typedef struct _ibmf_qp_t { struct
174 struct _ibmf_qp_t *iq_next; /* next in the list */ argument
175 ibt_qp_hdl_t iq_qp_handle; /* qp handle from IB xport */
176 int iq_port_num; /* port num for this qp */
177 int iq_qp_num; /* qp num */
178 int iq_qp_ref; /* no. of clients using this */
179 uint_t iq_flags; /* for implementing state m/c */
180 uint_t iq_rwqes_posted; /* posted receive wqes */
181 kmutex_t iq_mutex; /* mutex for some fields */