Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/qede/base/
H A Decore_spq.h124 #define SPQ_COMP_BMAP_SIZE (SPQ_RING_SIZE / (sizeof(u32) * 8)) macro
125 u32 p_comp_bitmap[SPQ_COMP_BMAP_SIZE];
H A Decore_spq.c548 SPQ_COMP_BMAP_SIZE * sizeof(unsigned long)); in ecore_spq_setup()