Home
last modified time | relevance | path

Searched refs:fru_hba_index (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/qlc/
H A Dql_hba_fru.c393 if (ha->fru_hba_index == 0) { in ql_populate_hba_fru_details()
400 attrs->hba_fru_details.high = ha->fru_hba_index; in ql_populate_hba_fru_details()
531 if (base_ha != NULL && base_ha->fru_hba_index != 0) { in ql_setup_fruinfo()
532 ha->fru_hba_index = base_ha->fru_hba_index; in ql_setup_fruinfo()
535 ha->fru_hba_index = ql_gfru_hba_index++; in ql_setup_fruinfo()
539 ha->fru_hba_index = 0; in ql_setup_fruinfo()
H A Dql_xioctl.c8944 if (ha2->fru_hba_index != ha->fru_hba_index) { in ql_suspend_hba()
8977 if (ha2->fru_hba_index != ha->fru_hba_index) { in ql_restart_hba()
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/qlc/
H A Dql_api.h1759 uint32_t fru_hba_index; member