Home
last modified time | relevance | path

Searched refs:QM_PQ_ELEMENT_SIZE (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/
H A Dcommon_hsi.h394 #define QM_PQ_ELEMENT_SIZE 4 macro
/illumos-gate/usr/src/uts/common/io/qede/579xx/drivers/ecore/
H A Decore_init_fw_funcs.c60 #define QM_PQ_MEM_4KB(pq_size) (pq_size ? DIV_ROUND_UP((pq_size + 1) * QM_PQ_ELEMENT_SIZE, 0x1000…
H A Decore_cxt.c795 QM_PQ_ELEMENT_SIZE); in ecore_cxt_cfg_ilt_compute()