Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_sli4.c7525 EMLXS_CQ_OFFSET_WQ; in emlxs_sli4_enable_intr()
7718 count += (num_wq + EMLXS_CQ_OFFSET_WQ) * cq_size; in emlxs_sli4_resource_alloc()
7804 for (i = 0; i < (num_wq + EMLXS_CQ_OFFSET_WQ); i++) { in emlxs_sli4_resource_alloc()
8091 for (i = 0; i < (num_wq + EMLXS_CQ_OFFSET_WQ); i++) { in emlxs_sli4_zero_queue_stat()
8799 num_cq += EMLXS_CQ_OFFSET_WQ; in emlxs_sli4_create_queues()
8843 &hba->chan[total_cq - EMLXS_CQ_OFFSET_WQ]; in emlxs_sli4_create_queues()
8858 hba->sli.sli4.cq[total_wq + EMLXS_CQ_OFFSET_WQ].qid; in emlxs_sli4_create_queues()
8875 hba->sli.sli4.cq[total_wq+EMLXS_CQ_OFFSET_WQ].qid; in emlxs_sli4_create_queues()
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/emlxs/
H A Demlxs_fc.h1504 #define EMLXS_CQ_OFFSET_WQ 2 macro