Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/txgbe/base/
H A Dtxgbe_dcb.h103 s32 txgbe_dcb_config_pfc(struct txgbe_hw *hw, u8 pfc_en, u8 *map);
H A Dtxgbe_dcb.c354 s32 txgbe_dcb_config_pfc(struct txgbe_hw *hw, u8 pfc_en, u8 *map) in txgbe_dcb_config_pfc() function
/f-stack/dpdk/drivers/net/txgbe/
H A Dtxgbe_rxtx.c3509 ret = txgbe_dcb_config_pfc(hw, pfc_en, map); in txgbe_dcb_hw_configure()