Searched defs:_ibmf_ci (Results 1 – 1 of 1) sorted by relevance
484 typedef struct _ibmf_ci { struct485 struct _ibmf_ci *ci_next; argument486 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 …]