Searched refs:setup_fc (Results 1 – 7 of 7) sorted by relevance
2150 mac->ops.setup_fc = NULL; in ixgbe_init_mac_link_ops_X550em_a()2160 mac->ops.setup_fc = ixgbe_fc_autoneg_fw; in ixgbe_init_mac_link_ops_X550em_a()2166 mac->ops.setup_fc = ixgbe_setup_fc_backplane_x550em_a; in ixgbe_init_mac_link_ops_X550em_a()2180 mac->ops.setup_fc = ixgbe_setup_fc_x550em; in ixgbe_init_mac_link_ops_X550em()2211 mac->ops.setup_fc = ixgbe_setup_fc_generic; in ixgbe_init_mac_link_ops_X550em()3980 .setup_fc = ixgbe_setup_fc_generic,4004 .setup_fc = NULL, /* defined later */4026 .setup_fc = NULL,4047 .setup_fc = ixgbe_setup_fc_x550em,4068 .setup_fc = ixgbe_setup_fc_x550em,
868 .setup_fc = ixgbe_setup_fc_generic,
1149 .setup_fc = ixgbe_setup_fc_generic,
298 if (hw->mac.ops.setup_fc) { in ixgbe_start_hw_generic()299 ret_val = hw->mac.ops.setup_fc(hw); in ixgbe_start_hw_generic()
2213 .setup_fc = ixgbe_setup_fc_generic,
4010 .setup_fc = ixgbe_setup_fc_e610,
3556 int (*setup_fc)(struct ixgbe_hw *); member