Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/sys/ib/mgt/ibmf/
H A Dibmf_impl.h484 typedef struct _ibmf_ci { struct
485 struct _ibmf_ci *ci_next; argument
486 kmutex_t ci_mutex; /* protects the CI struct */
487 ibmf_client_t *ci_clients; /* list of clients;head */
488 ibmf_client_t *ci_clients_last; /* tail */
489 kmutex_t ci_clients_mutex; /* protect the client list */
490 ib_guid_t ci_node_guid; /* node GUID */
491 ibt_hca_hdl_t ci_ci_handle; /* HCA handle */
492 ibt_pd_hdl_t ci_pd; /* protection domain */
493 ibmf_qp_t *ci_qp_list; /* sp. QP list for all ports */
[all …]