Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/io/fibre-channel/fca/qlc/
H A Dql_hba_fru.c269 uint32_t types = FTYPE_BIOS|FTYPE_FCODE|FTYPE_EFI; in ql_populate_hba_fru_details()
278 case FTYPE_FCODE: in ql_populate_hba_fru_details()
H A Dql_xioctl.c3051 types = (FTYPE_BIOS | FTYPE_FCODE | FTYPE_EFI); in ql_get_fcache()
6809 fcache->type = FTYPE_FCODE; in ql_check_pci()
6930 fcache->type = FTYPE_FCODE; in ql_check_pci()
/titanic_44/usr/src/uts/common/sys/fibre-channel/fca/qlc/
H A Dql_xioctl.h298 #define FTYPE_FCODE BIT_0 macro