Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/emlxs/
H A Demlxs_queue.h958 #define EMLXS_NUM_CQ_PAGES_V2 4 macro
963 #define CQ_DEPTH_V2 ((4096/CQE_SIZE) * EMLXS_NUM_CQ_PAGES_V2) /* 1024 */
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_mbox.c503 qp2->params.request.NumPages = EMLXS_NUM_CQ_PAGES_V2; in emlxs_mb_cq_create()
505 for (i = 0; i < EMLXS_NUM_CQ_PAGES_V2; i++) { in emlxs_mb_cq_create()