Searched refs:BXE_L2_CID_COUNT (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/sys/dev/bxe/
H A Dbxe.h1722 #define BXE_L2_CID_COUNT(sc) \ macro
1725 #define BXE_L2_CID_COUNT(sc) /* OOO + FWD */ \ macro
1729 (DIV_ROUND_UP(BXE_L2_CID_COUNT(sc), ILT_PAGE_CIDS))
H A Dbxe.c6075 context_size = (sizeof(union cdu_context) * BXE_L2_CID_COUNT(sc));

Completed in 263 milliseconds