Home
last modified time | relevance | path

Searched refs:fc_enable (Results 1 – 7 of 7) sorted by relevance

/f-stack/dpdk/drivers/net/txgbe/base/
H A Dtxgbe_type.h514 s32 (*fc_enable)(struct txgbe_hw *hw); member
H A Dtxgbe_dummy.h603 hw->mac.fc_enable = txgbe_mac_fc_enable_dummy; in txgbe_init_ops_dummy()
H A Dtxgbe_hw.c2838 mac->fc_enable = txgbe_fc_enable; in txgbe_init_ops_pf()
/f-stack/dpdk/drivers/net/ixgbe/base/
H A Dixgbe_82598.c123 mac->ops.fc_enable = ixgbe_fc_enable_82598; in ixgbe_init_ops_82598()
H A Dixgbe_api.c1112 return ixgbe_call_func(hw, hw->mac.ops.fc_enable, (hw), in ixgbe_fc_enable()
H A Dixgbe_type.h3996 s32 (*fc_enable)(struct ixgbe_hw *); member
H A Dixgbe_common.c108 mac->ops.fc_enable = ixgbe_fc_enable_generic; in ixgbe_init_ops_generic()