Home
last modified time | relevance | path

Searched refs:setup_fc (Results 1 – 6 of 6) sorted by relevance

/linux-6.12.1/drivers/net/ethernet/intel/ixgbe/
Dixgbe_x550.c2148 mac->ops.setup_fc = NULL; in ixgbe_init_mac_link_ops_X550em_a()
2158 mac->ops.setup_fc = ixgbe_fc_autoneg_fw; in ixgbe_init_mac_link_ops_X550em_a()
2164 mac->ops.setup_fc = ixgbe_setup_fc_backplane_x550em_a; in ixgbe_init_mac_link_ops_X550em_a()
2178 mac->ops.setup_fc = ixgbe_setup_fc_x550em; in ixgbe_init_mac_link_ops_X550em()
2209 mac->ops.setup_fc = ixgbe_setup_fc_generic; in ixgbe_init_mac_link_ops_X550em()
3862 .setup_fc = ixgbe_setup_fc_generic,
3882 .setup_fc = NULL, /* defined later */
3904 .setup_fc = NULL,
3925 .setup_fc = ixgbe_setup_fc_x550em,
3946 .setup_fc = ixgbe_setup_fc_x550em,
Dixgbe_x540.c861 .setup_fc = ixgbe_setup_fc_generic,
Dixgbe_82598.c1148 .setup_fc = ixgbe_setup_fc_generic,
Dixgbe_common.c295 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()
Dixgbe_82599.c2205 .setup_fc = ixgbe_setup_fc_generic,
Dixgbe_type.h3473 int (*setup_fc)(struct ixgbe_hw *); member