Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/bnx2x/
H A Decore_reg.h1272 #define NIG_REG_BMAC0_REGS_OUT_EN 0x100e8 macro
H A Delink.c2757 REG_WR(sc, NIG_REG_BMAC0_REGS_OUT_EN + port * 4, 0x1); in elink_emac_enable()
2760 REG_WR(sc, NIG_REG_BMAC0_REGS_OUT_EN + port * 4, 0x0); in elink_emac_enable()
3245 REG_WR(sc, NIG_REG_BMAC0_REGS_OUT_EN + port * 4, 0x1); in elink_bmac_enable()
3278 uint32_t nig_bmac_enable = REG_RD(sc, NIG_REG_BMAC0_REGS_OUT_EN + in elink_set_bmac_rx()
H A Dbnx2x.c9253 val = REG_RD(sc, NIG_REG_BMAC0_REGS_OUT_EN + port * 4); in bnx2x_prev_unload_close_mac()