Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/io/fibre-channel/fca/qlc/
H A Dql_hba_fru.c396 attrs->hba_fru_details.low = 0x514C6F6769630000; /* QLogic */ in ql_populate_hba_fru_details()
401 attrs->hba_fru_details.low = 0; in ql_populate_hba_fru_details()
402 attrs->hba_fru_details.high = 0; in ql_populate_hba_fru_details()
403 attrs->hba_fru_details.port_index = 0; in ql_populate_hba_fru_details()
405 attrs->hba_fru_details.high = ha->fru_hba_index; in ql_populate_hba_fru_details()
406 attrs->hba_fru_details.port_index = ha->fru_port_index; in ql_populate_hba_fru_details()
/titanic_44/usr/src/uts/common/sys/fibre-channel/impl/
H A Dfctl.h260 fca_hba_fru_details_t hba_fru_details; member
/titanic_44/usr/src/uts/common/io/fibre-channel/impl/
H A Dfctl.c5513 new_fru = &new_port->fp_hba_port_attrs.hba_fru_details; in fc_ulp_get_adapter_paths()
5531 &stored_port->fp_hba_port_attrs.hba_fru_details; in fc_ulp_get_adapter_paths()
6281 fru = &port->fp_hba_port_attrs.hba_fru_details; in fctl_count_fru_ports()
6305 if (tmpPort->fp_hba_port_attrs.hba_fru_details.high == in fctl_count_fru_ports()
6307 tmpPort->fp_hba_port_attrs.hba_fru_details.low == in fctl_count_fru_ports()
6383 fru = &port->fp_hba_port_attrs.hba_fru_details; in fctl_get_adapter_port_by_index()
6412 if (tmpPort->fp_hba_port_attrs.hba_fru_details.high == in fctl_get_adapter_port_by_index()
6414 tmpPort->fp_hba_port_attrs.hba_fru_details.low == in fctl_get_adapter_port_by_index()
6422 &tmpPort->fp_hba_port_attrs.hba_fru_details; in fctl_get_adapter_port_by_index()
/titanic_44/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()
/titanic_44/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_solaris.c1838 port_info->pi_attrs.hba_fru_details.port_index = 0; in emlxs_fca_bind_port()
1873 port_info->pi_attrs.hba_fru_details.port_index = port->vpi; in emlxs_fca_bind_port()
1885 port_info->pi_attrs.hba_fru_details.port_index = in emlxs_fca_bind_port()
1889 dptr = (char *)&port_info->pi_attrs.hba_fru_details.high; in emlxs_fca_bind_port()
1898 port_info->pi_attrs.hba_fru_details.high = in emlxs_fca_bind_port()
1899 LE_SWAP64(port_info->pi_attrs.hba_fru_details.high); in emlxs_fca_bind_port()
1901 dptr = (char *)&port_info->pi_attrs.hba_fru_details.low; in emlxs_fca_bind_port()
1910 port_info->pi_attrs.hba_fru_details.low = in emlxs_fca_bind_port()
1911 LE_SWAP64(port_info->pi_attrs.hba_fru_details.low); in emlxs_fca_bind_port()
2057 port_info->pi_attrs.hba_fru_details.port_index); in emlxs_fca_bind_port()
[all …]