Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/qlc/
H A Dql_init.c1826 ha->completion_thds = 4; in ql_common_properties()
1828 ha->completion_thds = (uint8_t)data; in ql_common_properties()
1832 ha->completion_thds = 4; in ql_common_properties()
H A Dql_isr.c1567 } else if (ha->completion_thds == 1 && sp->pkt->pkt_comp && in ql_fast_fcp_post()
H A Dql_api.c1723 ha->completion_thds, maxclsyspri, 0); in ql_attach()
1724 for (size = 0; size < ha->completion_thds; size++) { in ql_attach()
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/qlc/
H A Dql_api.h1675 uint8_t completion_thds; member