Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/txgbe/base/
H A Dtxgbe_dcb_hw.c224 wr32(hw, TXGBE_FCWTRLO(i), fcrtl); in txgbe_dcb_config_pfc_raptor()
234 wr32(hw, TXGBE_FCWTRLO(i), 0); in txgbe_dcb_config_pfc_raptor()
241 wr32(hw, TXGBE_FCWTRLO(i), 0); in txgbe_dcb_config_pfc_raptor()
H A Dtxgbe_dcb.c135 wr32(hw, TXGBE_FCWTRLO(tc_num), fcrtl); in txgbe_dcb_pfc_enable()
H A Dtxgbe_regs.h453 #define TXGBE_FCWTRLO(tc) (0x019220 + (tc) * 4) macro
H A Dtxgbe_hw.c1049 wr32(hw, TXGBE_FCWTRLO(i), fcrtl); in txgbe_fc_enable()
/f-stack/dpdk/drivers/net/txgbe/
H A Dtxgbe_pf.c290 wr32(hw, TXGBE_FCWTRLO(i), 0); in txgbe_pf_host_configure()