Home
last modified time | relevance | path

Searched refs:rsp_queues_size (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/qlc/
H A Dql_api.h1701 uint32_t rsp_queues_size; member
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/qlc/
H A Dql_api.c18990 ha->rsp_queues_size = (ha->hsize / sizeof (ddi_intr_handle_t)) * in ql_create_queues()
18992 ha->rsp_queues = kmem_zalloc(ha->rsp_queues_size, KM_SLEEP); in ql_create_queues()
19132 kmem_free(ha->rsp_queues, ha->rsp_queues_size); in ql_delete_queues()