Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/emlxs/
H A Demlxs_queue.h959 #define CQE_SIZE 16 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_sli4.c7703 cq_size = (cq_depth * CQE_SIZE); in emlxs_sli4_resource_alloc()