Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/net/bnx2x/
Dbnx2x.h1512 #define ILT_PER_FUNC (ILT_NUM_PAGE_ENTRIES/8) macro
1514 #define FUNC_ILT_BASE(func) (func * ILT_PER_FUNC)
Dbnx2x_main.c5579 for (i = base; i < base + ILT_PER_FUNC; i++) in bnx2x_clear_func_ilt()