Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_sli4.c7171 EMLXS_CQ_OFFSET_WQ; in emlxs_sli4_enable_intr()
7340 count += (num_wq + EMLXS_CQ_OFFSET_WQ) * cq_size; in emlxs_sli4_resource_alloc()
7427 for (i = 0; i < (num_wq + EMLXS_CQ_OFFSET_WQ); i++) { in emlxs_sli4_resource_alloc()
7698 for (i = 0; i < (num_wq + EMLXS_CQ_OFFSET_WQ); i++) { in emlxs_sli4_zero_queue_stat()
8407 num_cq += EMLXS_CQ_OFFSET_WQ; in emlxs_sli4_create_queues()
8450 &hba->chan[total_cq - EMLXS_CQ_OFFSET_WQ]; in emlxs_sli4_create_queues()
8464 hba->sli.sli4.cq[total_wq + EMLXS_CQ_OFFSET_WQ].qid; in emlxs_sli4_create_queues()
8481 hba->sli.sli4.cq[total_wq+EMLXS_CQ_OFFSET_WQ].qid; in emlxs_sli4_create_queues()
/titanic_41/usr/src/uts/common/sys/fibre-channel/fca/emlxs/
H A Demlxs_fc.h1493 #define EMLXS_CQ_OFFSET_WQ 2 macro