Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/
H A Dlm_hw_init_reset.c2773 lm_address_t * addr_table[PXP2_NUM_TABLES]; in init_pxp2_func() local
2782 addr_table[0] = pdev->vars.context_cdu_phys_addr_table; in init_pxp2_func()
2783 addr_table[1] = pdev->vars.timers_linear_phys_addr_table; in init_pxp2_func()
2784 addr_table[2] = pdev->vars.qm_queues_phys_addr_table; in init_pxp2_func()
2785 addr_table[3] = pdev->vars.searcher_t1_phys_addr_table; in init_pxp2_func()
2800 REG_WR_IND(pdev,rq_onchip_at_reg+temp*8,ONCHIP_ADDR1(addr_table[k][i].as_u64)); in init_pxp2_func()
2801 REG_WR_IND(pdev,rq_onchip_at_reg+temp*8+4,ONCHIP_ADDR2(addr_table[k][i].as_u64)); in init_pxp2_func()