Searched refs:PXP2_SET_FIRST_LAST_ILT (Results 1 – 1 of 1) sorted by relevance
/titanic_50/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/ |
H A D | lm_hw_init_reset.c | 50 #define PXP2_SET_FIRST_LAST_ILT(pdev, blk, first, last) \ macro 1259 PXP2_SET_FIRST_LAST_ILT(pdev, CDU, 0, 0); in uninit_pxp2_blk() 1260 PXP2_SET_FIRST_LAST_ILT(pdev, QM, 0, 0); in uninit_pxp2_blk() 1261 PXP2_SET_FIRST_LAST_ILT(pdev, SRC, 0, 0); in uninit_pxp2_blk() 1266 PXP2_SET_FIRST_LAST_ILT(pdev, TM, 0, ILT_NUM_PAGE_ENTRIES - 1); in uninit_pxp2_blk() 1270 PXP2_SET_FIRST_LAST_ILT(pdev, TM, 0, 0); in uninit_pxp2_blk() 2742 PXP2_SET_FIRST_LAST_ILT(pdev, TM, 0, ILT_NUM_PAGE_ENTRIES - 1); in init_pxp2_common() 2808 PXP2_SET_FIRST_LAST_ILT(pdev, CDU, first_ilt[0], last_ilt[0]); in init_pxp2_func() 2809 PXP2_SET_FIRST_LAST_ILT(pdev, TM, first_ilt[1], last_ilt[1]); in init_pxp2_func() 2810 PXP2_SET_FIRST_LAST_ILT(pdev, QM, first_ilt[2], last_ilt[2]); in init_pxp2_func() [all …]
|