Home
last modified time | relevance | path

Searched refs:fc_autoneg (Results 1 – 6 of 6) sorted by relevance

/f-stack/dpdk/drivers/net/txgbe/base/
H A Dtxgbe_type.h516 void (*fc_autoneg)(struct txgbe_hw *hw); member
H A Dtxgbe_dummy.h605 hw->mac.fc_autoneg = txgbe_mac_fc_autoneg_dummy; in txgbe_init_ops_dummy()
H A Dtxgbe_hw.c971 hw->mac.fc_autoneg(hw); in txgbe_fc_enable()
2840 mac->fc_autoneg = txgbe_fc_autoneg; in txgbe_init_ops_pf()
/f-stack/dpdk/drivers/net/ixgbe/base/
H A Dixgbe_x550.c781 mac->ops.fc_autoneg = ixgbe_fc_autoneg_fiber_x550em_a; in ixgbe_init_ops_X550EM_a()
784 mac->ops.fc_autoneg = ixgbe_fc_autoneg_backplane_x550em_a; in ixgbe_init_ops_X550EM_a()
794 mac->ops.fc_autoneg = ixgbe_fc_autoneg_sgmii_x550em_a; in ixgbe_init_ops_X550EM_a()
H A Dixgbe_common.c110 mac->ops.fc_autoneg = ixgbe_fc_autoneg; in ixgbe_init_ops_generic()
2801 hw->mac.ops.fc_autoneg(hw); in ixgbe_fc_enable_generic()
H A Dixgbe_type.h3998 void (*fc_autoneg)(struct ixgbe_hw *); member