Searched defs:ibnex_ctl_query_hca_port_s (Results 1 – 1 of 1) sorted by relevance
587 typedef struct ibnex_ctl_query_hca_port_s { struct588 ib_guid_t hca_guid; /* in: HCA GUID */589 uint_t port_num; /* in: port number */591 ib_gid_t *sgid_tbl; /* in: SGID Table */592 uint_t sgid_tbl_alloc_sz; /* in: # of entries in SGID table */594 ib_pkey_t *pkey_tbl; /* in: P_Key table */595 uint_t pkey_tbl_alloc_sz; /* in: # of entries in P_Key table */619 _NOTE(SCHEME_PROTECTS_DATA("", ibnex_ctl_query_hca_port_s)) argument