Home
last modified time | relevance | path

Searched refs:ILT_NUM_PAGE_ENTRIES_PER_FUNC (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/
H A Dlm_hw_init_reset.c1249 temp = FUNC_ID(pdev) * ILT_NUM_PAGE_ENTRIES_PER_FUNC; in uninit_pxp2_blk()
1253 for (k=0;k<ILT_NUM_PAGE_ENTRIES_PER_FUNC;temp++,k++) in uninit_pxp2_blk()
2791 temp = FUNC_ID(pdev) * ILT_NUM_PAGE_ENTRIES_PER_FUNC; in init_pxp2_func()
2806 DbgBreakIf(!(temp<((u32_t)ILT_NUM_PAGE_ENTRIES_PER_FUNC*(FUNC_ID(pdev)+1)))); in init_pxp2_func()
/illumos-gate/usr/src/uts/common/io/bnxe/
H A Dbnxe_mm.c253 required_page_size = (total_size / ILT_NUM_PAGE_ENTRIES_PER_FUNC); in mm_get_user_config()
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/include/
H A Dlm5710.h276 #define ILT_NUM_PAGE_ENTRIES_PER_FUNC 384 macro