Home
last modified time | relevance | path

Searched refs:MULTI_QUEUE (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/qlc/
H A Dql_iocb.c129 } else if (ha->flags & MULTI_QUEUE) { in ql_start_iocb()
241 if (ha->flags & MULTI_QUEUE) { in ql_start_iocb()
315 } else if (ha->flags & MULTI_QUEUE) { in ql_req_pkt()
428 if (ha->flags & MULTI_QUEUE) { in ql_isp_cmd()
H A Dql_api.c1236 ha->flags |= MULTI_QUEUE; in ql_attach()
1257 ha->flags |= VP_ENABLED | MULTI_QUEUE; in ql_attach()
1291 ha->flags |= VP_ENABLED | MULTI_QUEUE | in ql_attach()
1331 ha->flags |= MULTI_QUEUE; in ql_attach()
15435 if (index == 0 && ha->flags & MULTI_QUEUE) { in ql_25xx_binary_fw_dump()
15457 if (ha->flags & MULTI_QUEUE) { in ql_25xx_binary_fw_dump()
16024 if (index == 0 && ha->flags & MULTI_QUEUE) { in ql_81xx_binary_fw_dump()
16046 if (ha->flags & MULTI_QUEUE) { in ql_81xx_binary_fw_dump()
18924 if (ha->flags & MULTI_QUEUE) { in ql_create_queues()
18974 if (ha->flags & MULTI_QUEUE) { in ql_create_queues()
[all …]
H A Dql_isr.c1756 if (ha->flags & MULTI_QUEUE) { in ql_response_pkt()
H A Dql_init.c2602 if (ha->flags & MULTI_QUEUE) { in ql_start_firmware()
H A Dql_mbx.c3495 if (ha->flags & MULTI_QUEUE) { in ql_init_firmware()
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/qlc/
H A Dql_api.h1955 #define MULTI_QUEUE (uint64_t)BIT_15 macro