Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/txgbe/
H A Dtxgbe_pf.c254 gpie = rd32(hw, TXGBE_GPIE); in txgbe_pf_host_configure()
272 wr32(hw, TXGBE_GPIE, gpie); in txgbe_pf_host_configure()
H A Dtxgbe_ethdev.c3417 gpie = rd32(hw, TXGBE_GPIE); in txgbe_configure_msix()
3428 gpie = rd32(hw, TXGBE_GPIE); in txgbe_configure_msix()
3430 wr32(hw, TXGBE_GPIE, gpie); in txgbe_configure_msix()
/f-stack/dpdk/drivers/net/txgbe/base/
H A Dtxgbe_regs.h1387 #define TXGBE_GPIE 0x000118 macro