Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/net/ethernet/broadcom/bnx2x/
Dbnx2x_ethtool.c2154 val = REG_RD(bp, NIG_REG_EGRESS_UMP0_IN_EN + port*4); in bnx2x_self_test()
2156 REG_WR(bp, NIG_REG_EGRESS_UMP0_IN_EN + port*4, 0); in bnx2x_self_test()
2181 REG_WR(bp, NIG_REG_EGRESS_UMP0_IN_EN + port*4, val); in bnx2x_self_test()
Dbnx2x_reg.h1841 #define NIG_REG_EGRESS_UMP0_IN_EN 0x100d4 macro