Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/io/fibre-channel/fca/qlc/
H A Dql_hba_fru.c398 if (ha->fru_hba_index == 0) { in ql_populate_hba_fru_details()
405 attrs->hba_fru_details.high = ha->fru_hba_index; in ql_populate_hba_fru_details()
538 if (base_ha != NULL && base_ha->fru_hba_index != 0) { in ql_setup_fruinfo()
539 ha->fru_hba_index = base_ha->fru_hba_index; in ql_setup_fruinfo()
541 ha->fru_hba_index = ql_gfru_hba_index++; in ql_setup_fruinfo()
556 ha->fru_hba_index = 0; in ql_setup_fruinfo()
H A Dql_xioctl.c8462 if (ha2->fru_hba_index != ha->fru_hba_index) { in ql_suspend_hba()
8495 if (ha2->fru_hba_index != ha->fru_hba_index) { in ql_restart_hba()
/titanic_41/usr/src/uts/common/sys/fibre-channel/fca/qlc/
H A Dql_api.h1521 uint32_t fru_hba_index; member