Home
last modified time | relevance | path

Searched refs:ixgbe_mac_X550 (Results 1 – 15 of 15) sorted by relevance

/linux-6.15/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_dcb.c274 case ixgbe_mac_X550: in ixgbe_dcb_hw_config()
293 case ixgbe_mac_X550: in ixgbe_dcb_hw_pfc_config()
351 case ixgbe_mac_X550: in ixgbe_dcb_hw_ets_config()
382 case ixgbe_mac_X550: in ixgbe_dcb_read_rtrup2tc()
H A Dixgbe_fcoe.c71 if (hw->mac.type == ixgbe_mac_X550) { in ixgbe_fcoe_ddp_put()
289 if (hw->mac.type == ixgbe_mac_X550) { in ixgbe_fcoe_ddp_setup()
418 if (adapter->hw.mac.type == ixgbe_mac_X550) in ixgbe_fcoe_ddp()
665 if (adapter->hw.mac.type == ixgbe_mac_X550) in ixgbe_configure_fcoe()
669 if (adapter->hw.mac.type == ixgbe_mac_X550) { in ixgbe_configure_fcoe()
724 if (adapter->hw.mac.type == ixgbe_mac_X550) in ixgbe_free_fcoe_ddp_resources()
808 if (adapter->hw.mac.type == ixgbe_mac_X550) in ixgbe_fcoe_ddp_enable()
1015 } else if (hw->mac.type == ixgbe_mac_X550) { in ixgbe_fcoe_get_hbainfo()
H A Dixgbe_ptp.c416 case ixgbe_mac_X550: in ixgbe_ptp_convert_to_hwtstamp()
563 case ixgbe_mac_X550: in ixgbe_ptp_gettimex()
1041 if (hw->mac.type >= ixgbe_mac_X550) { in ixgbe_ptp_set_timestamp_mode()
1072 case ixgbe_mac_X550: in ixgbe_ptp_set_timestamp_mode()
1241 case ixgbe_mac_X550: in ixgbe_ptp_start_cyclecounter()
1289 case ixgbe_mac_X550: in ixgbe_ptp_init_systime()
1415 case ixgbe_mac_X550: in ixgbe_ptp_create_clock()
H A Dixgbe_mbx.c283 case ixgbe_mac_X550: in ixgbe_check_for_rst_pf()
408 hw->mac.type != ixgbe_mac_X550 && in ixgbe_init_mbx_params_pf()
H A Dixgbe_main.c888 case ixgbe_mac_X550: in ixgbe_set_ivar()
928 case ixgbe_mac_X550: in ixgbe_irq_rearm_queues()
2524 case ixgbe_mac_X550: in ixgbe_configure_msix()
2757 case ixgbe_mac_X550: in ixgbe_write_eitr()
2902 case ixgbe_mac_X550: in ixgbe_check_overtemp_event()
3212 case ixgbe_mac_X550: in ixgbe_irq_enable_queues()
3267 case ixgbe_mac_X550: in ixgbe_irq_enable()
3334 case ixgbe_mac_X550: in ixgbe_msix_other()
3583 case ixgbe_mac_X550: in ixgbe_intr()
3684 case ixgbe_mac_X550: in ixgbe_irq_disable()
[all …]
H A Dixgbe_ethtool.c690 case ixgbe_mac_X550: in ixgbe_get_regs()
805 case ixgbe_mac_X550: in ixgbe_get_regs()
1132 case ixgbe_mac_X550: in ixgbe_get_max_rxd()
1150 case ixgbe_mac_X550: in ixgbe_get_max_txd()
1614 case ixgbe_mac_X550: in ixgbe_reg_test()
1876 case ixgbe_mac_X550: in ixgbe_setup_desc_rings()
1938 case ixgbe_mac_X550: in ixgbe_setup_loopback_test()
2675 if (adapter->hw.mac.type < ixgbe_mac_X550) in ixgbe_rss_indir_tbl_max()
3033 if ((hw->mac.type >= ixgbe_mac_X550) && in ixgbe_set_rss_hash_opt()
3060 if ((hw->mac.type >= ixgbe_mac_X550) && in ixgbe_set_rss_hash_opt()
[all …]
H A Dixgbe_common.c475 if (hw->mac.type == ixgbe_mac_X550 || in ixgbe_clear_hw_cntrs_generic()
482 if (hw->mac.type == ixgbe_mac_X550 || hw->mac.type == ixgbe_mac_X540) { in ixgbe_clear_hw_cntrs_generic()
2559 if (hw->mac.type >= ixgbe_mac_X550) in ixgbe_disable_pcie_primary()
2927 case ixgbe_mac_X550: in ixgbe_get_pcie_msix_count_generic()
3375 if ((hw->mac.type >= ixgbe_mac_X550) && in ixgbe_check_mac_link_generic()
3385 if ((hw->mac.type >= ixgbe_mac_X550 || in ixgbe_check_mac_link_generic()
H A Dixgbe_lib.c107 case ixgbe_mac_X550: in ixgbe_get_first_reg_idx()
636 if (hw->mac.type < ixgbe_mac_X550) in ixgbe_set_rss_queues()
H A Dixgbe_sriov.c1484 if (hw->mac.type >= ixgbe_mac_X550) in ixgbe_enable_port_vlan()
1516 if (hw->mac.type >= ixgbe_mac_X550) in ixgbe_disable_port_vlan()
1803 adapter->hw.mac.type >= ixgbe_mac_X550) in ixgbe_ndo_set_vf_rss_query_en()
H A Dixgbe_phy.c1120 if (hw->mac.type == ixgbe_mac_X550 || hw->mac.type == ixgbe_mac_e610) { in ixgbe_setup_phy_link_generic()
1235 case ixgbe_mac_X550: in ixgbe_get_copper_speeds_supported()
2168 if (hw->mac.type >= ixgbe_mac_X550) in ixgbe_read_i2c_byte_generic_int()
H A Dixgbe_dcb_nl.c156 case ixgbe_mac_X550: in ixgbe_dcbnl_get_perm_hw_addr()
H A Dixgbe.h856 case ixgbe_mac_X550: in ixgbe_max_rss_indices()
H A Dixgbe_82599.c1615 case ixgbe_mac_X550: in ixgbe_fdir_set_input_mask_82599()
H A Dixgbe_type.h3183 ixgbe_mac_X550, enumerator
H A Dixgbe_x550.c4056 .mac = ixgbe_mac_X550,