Home
last modified time | relevance | path

Searched refs:FUNCTION_1 (Results 1 – 4 of 4) sorted by relevance

/titanic_50/usr/src/uts/common/io/fibre-channel/fca/qlc/
H A Dql_hba_fru.c550 ha->fru_port_index = ha->flags & FUNCTION_1 ? 1 : 0; in ql_setup_fruinfo()
H A Dql_xioctl.c1380 if (ha->flags & FUNCTION_1) { in ql_qry_chip()
7167 } else if (!(ha->flags & FUNCTION_1) && in ql_process_flt()
7178 ha->flags &= ~FUNCTION_1; in ql_process_flt()
7185 } else if (!(ha->flags & FUNCTION_1)) { in ql_process_flt()
7199 } else if (ha->flags & FUNCTION_1 && in ql_process_flt()
7210 ha->flags |= FUNCTION_1; in ql_process_flt()
7217 } else if (ha->flags & FUNCTION_1) { in ql_process_flt()
7231 if (!(ha->flags & FUNCTION_1)) { in ql_process_flt()
7238 if (ha->flags & FUNCTION_1) { in ql_process_flt()
7271 if (ha->flags & FUNCTION_1) { in ql_flash_nvram_defaults()
H A Dql_api.c1057 ha->flags |= FUNCTION_1; in ql_attach()
1111 ha->flags |= FUNCTION_1; in ql_attach()
1137 ha->flags |= FUNCTION_1; in ql_attach()
1157 ha->flags |= FUNCTION_1; in ql_attach()
1176 ha->flags |= FUNCTION_1; in ql_attach()
/titanic_50/usr/src/uts/common/sys/fibre-channel/fca/qlc/
H A Dql_api.h1701 #define FUNCTION_1 BIT_15 macro