Searched refs:setup_fc (Results 1 – 6 of 6) sorted by relevance
2147 mac->ops.setup_fc = NULL; in ixgbe_init_mac_link_ops_X550em_a()2157 mac->ops.setup_fc = ixgbe_fc_autoneg_fw; in ixgbe_init_mac_link_ops_X550em_a()2163 mac->ops.setup_fc = ixgbe_setup_fc_backplane_x550em_a; in ixgbe_init_mac_link_ops_X550em_a()2177 mac->ops.setup_fc = ixgbe_setup_fc_x550em; in ixgbe_init_mac_link_ops_X550em()2208 mac->ops.setup_fc = ixgbe_setup_fc_generic; in ixgbe_init_mac_link_ops_X550em()3857 .setup_fc = ixgbe_setup_fc_generic,3877 .setup_fc = NULL, /* defined later */3899 .setup_fc = NULL,3920 .setup_fc = ixgbe_setup_fc_x550em,3941 .setup_fc = ixgbe_setup_fc_x550em,
862 .setup_fc = ixgbe_setup_fc_generic,
1148 .setup_fc = ixgbe_setup_fc_generic,
295 if (hw->mac.ops.setup_fc) { in ixgbe_start_hw_generic()296 ret_val = hw->mac.ops.setup_fc(hw); in ixgbe_start_hw_generic()
2202 .setup_fc = ixgbe_setup_fc_generic,
3467 s32 (*setup_fc)(struct ixgbe_hw *); member