Home
last modified time | relevance | path

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

/freebsd-14.2/sys/dev/bxe/
H A Dbxe.h423 #define ILT_PER_FUNC (ILT_NUM_PAGE_ENTRIES / 8) macro
424 #define FUNC_ILT_BASE(func) (func * ILT_PER_FUNC)
H A Dbxe.c18444 for (i = base; i < base + ILT_PER_FUNC; i++) { in bxe_clear_func_ilt()