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()3864 .setup_fc = ixgbe_setup_fc_generic,3884 .setup_fc = NULL, /* defined later */3906 .setup_fc = NULL,3927 .setup_fc = ixgbe_setup_fc_x550em,3948 .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()
2206 .setup_fc = ixgbe_setup_fc_generic,
2633 .setup_fc = ixgbe_setup_fc_e610,
3516 int (*setup_fc)(struct ixgbe_hw *); member