Home
last modified time | relevance | path

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

/linux-6.15/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_x550.c2150 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,
H A Dixgbe_x540.c868 .setup_fc = ixgbe_setup_fc_generic,
H A Dixgbe_82598.c1149 .setup_fc = ixgbe_setup_fc_generic,
H A Dixgbe_common.c298 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()
H A Dixgbe_82599.c2206 .setup_fc = ixgbe_setup_fc_generic,
H A Dixgbe_e610.c2633 .setup_fc = ixgbe_setup_fc_e610,
H A Dixgbe_type.h3516 int (*setup_fc)(struct ixgbe_hw *); member