Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/bnx2x/
H A Dbnx2x.h1304 #define BNX2X_L2_CID_COUNT(sc) \ macro
1307 (DIV_ROUND_UP(BNX2X_L2_CID_COUNT(sc), ILT_PAGE_CIDS))
H A Dbnx2x.c2442 context_size = (sizeof(union cdu_context) * BNX2X_L2_CID_COUNT(sc)); in bnx2x_alloc_mem()