Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/io/fibre-channel/fca/qlc/
H A Dql_iocb.c317 (uint32_t)QL_FCA_BRAND); in ql_req_pkt()
H A Dql_isr.c242 (QL_FCA_BRAND & 0xfff)) { in ql_isr_aif()
832 } else if (handle != QL_FCA_BRAND) { in ql_async_event()
H A Dql_api.c2607 sp->magic_number = QL_FCA_BRAND; in ql_init_pkt()
2661 if (sp->magic_number != QL_FCA_BRAND) { in ql_un_init_pkt()
4877 if (sp->magic_number != QL_FCA_BRAND) { in ql_cmd_setup()
/titanic_41/usr/src/uts/common/sys/fibre-channel/fca/qlc/
H A Dql_api.h271 #define QL_FCA_BRAND 0x0fca2200 macro