Home
last modified time | relevance | path

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

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