Home
last modified time | relevance | path

Searched refs:hba_fru_details (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/qlc/
H A Dql_hba_fru.c391 attrs->hba_fru_details.low = 0x514C6F6769630000; /* QLogic */ in ql_populate_hba_fru_details()
396 attrs->hba_fru_details.low = 0; in ql_populate_hba_fru_details()
397 attrs->hba_fru_details.high = 0; in ql_populate_hba_fru_details()
398 attrs->hba_fru_details.port_index = 0; in ql_populate_hba_fru_details()
400 attrs->hba_fru_details.high = ha->fru_hba_index; in ql_populate_hba_fru_details()
401 attrs->hba_fru_details.port_index = ha->fru_port_index; in ql_populate_hba_fru_details()
/illumos-gate/usr/src/uts/common/sys/fibre-channel/impl/
H A Dfctl.h263 fca_hba_fru_details_t hba_fru_details; member
/illumos-gate/usr/src/uts/common/io/fibre-channel/impl/
H A Dfctl.c5519 new_fru = &new_port->fp_hba_port_attrs.hba_fru_details; in fc_ulp_get_adapter_paths()
5537 &stored_port->fp_hba_port_attrs.hba_fru_details; in fc_ulp_get_adapter_paths()
6287 fru = &port->fp_hba_port_attrs.hba_fru_details; in fctl_count_fru_ports()
6311 if (tmpPort->fp_hba_port_attrs.hba_fru_details.high == in fctl_count_fru_ports()
6313 tmpPort->fp_hba_port_attrs.hba_fru_details.low == in fctl_count_fru_ports()
6389 fru = &port->fp_hba_port_attrs.hba_fru_details; in fctl_get_adapter_port_by_index()
6418 if (tmpPort->fp_hba_port_attrs.hba_fru_details.high == in fctl_get_adapter_port_by_index()
6420 tmpPort->fp_hba_port_attrs.hba_fru_details.low == in fctl_get_adapter_port_by_index()
6428 &tmpPort->fp_hba_port_attrs.hba_fru_details; in fctl_get_adapter_port_by_index()
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/fcoei/
H A Dfcoei_lv.c794 port_attrs->hba_fru_details.high = in fcoei_populate_hba_fru_details()
796 port_attrs->hba_fru_details.low = in fcoei_populate_hba_fru_details()
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_solaris.c1844 port_info->pi_attrs.hba_fru_details.port_index = 0; in emlxs_fca_bind_port()
1879 port_info->pi_attrs.hba_fru_details.port_index = port->vpi; in emlxs_fca_bind_port()
1891 port_info->pi_attrs.hba_fru_details.port_index = in emlxs_fca_bind_port()
1895 dptr = (char *)&port_info->pi_attrs.hba_fru_details.high; in emlxs_fca_bind_port()
1904 port_info->pi_attrs.hba_fru_details.high = in emlxs_fca_bind_port()
1905 LE_SWAP64(port_info->pi_attrs.hba_fru_details.high); in emlxs_fca_bind_port()
1907 dptr = (char *)&port_info->pi_attrs.hba_fru_details.low; in emlxs_fca_bind_port()
1916 port_info->pi_attrs.hba_fru_details.low = in emlxs_fca_bind_port()
1917 LE_SWAP64(port_info->pi_attrs.hba_fru_details.low); in emlxs_fca_bind_port()
2067 port_info->pi_attrs.hba_fru_details.port_index); in emlxs_fca_bind_port()
[all …]