Searched defs:iser_hca_s (Results 1 – 1 of 1) sorted by relevance
53 typedef struct iser_hca_s { struct54 list_node_t hca_node;55 boolean_t hca_failed;56 ibt_clnt_hdl_t hca_clnt_hdl;57 ibt_hca_hdl_t hca_hdl;58 ibt_hca_attr_t hca_attr;59 ibt_pd_hdl_t hca_pdhdl;60 ib_guid_t hca_guid;61 uint_t hca_num_ports;62 ibt_hca_portinfo_t *hca_port_info;[all …]