Home
last modified time | relevance | path

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

/dpdk/drivers/net/ngbe/base/
H A Dngbe_dummy.h324 hw->mac.fc_autoneg = ngbe_mac_fc_autoneg_dummy; in ngbe_init_ops_dummy()
H A Dngbe_type.h314 void (*fc_autoneg)(struct ngbe_hw *hw); member
H A Dngbe_hw.c847 hw->mac.fc_autoneg(hw); in ngbe_fc_enable()
1932 mac->fc_autoneg = ngbe_fc_autoneg; in ngbe_init_ops_pf()
/dpdk/drivers/net/txgbe/base/
H A Dtxgbe_dummy.h610 hw->mac.fc_autoneg = txgbe_mac_fc_autoneg_dummy; in txgbe_init_ops_dummy()
H A Dtxgbe_type.h587 void (*fc_autoneg)(struct txgbe_hw *hw); member
H A Dtxgbe_hw.c887 hw->mac.fc_autoneg(hw); in txgbe_fc_enable()
2694 mac->fc_autoneg = txgbe_fc_autoneg; in txgbe_init_ops_pf()
/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