Searched refs:fc_autoneg (Results 1 – 6 of 6) sorted by relevance
516 void (*fc_autoneg)(struct txgbe_hw *hw); member
605 hw->mac.fc_autoneg = txgbe_mac_fc_autoneg_dummy; in txgbe_init_ops_dummy()
971 hw->mac.fc_autoneg(hw); in txgbe_fc_enable()2840 mac->fc_autoneg = txgbe_fc_autoneg; in txgbe_init_ops_pf()
781 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()
110 mac->ops.fc_autoneg = ixgbe_fc_autoneg; in ixgbe_init_ops_generic()2801 hw->mac.ops.fc_autoneg(hw); in ixgbe_fc_enable_generic()
3998 void (*fc_autoneg)(struct ixgbe_hw *); member