Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/qlc/
H A Dql_iocb.c351 (uint32_t)QL_FCA_BRAND); in ql_req_pkt()
H A Dql_isr.c836 } else if (handles[cnt] != QL_FCA_BRAND) { in ql_async_event()
H A Dql_api.c2887 sp->magic_number = QL_FCA_BRAND; in ql_init_pkt()
2941 if (sp->magic_number != QL_FCA_BRAND) { in ql_un_init_pkt()
5228 if (sp->magic_number != QL_FCA_BRAND) { in ql_cmd_setup()
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/qlc/
H A Dql_api.h352 #define QL_FCA_BRAND 0x0fca2200 macro