Home
last modified time | relevance | path

Searched refs:ixgbe_adapter (Results 1 – 17 of 17) sorted by relevance

/linux-6.15/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe.h497 struct ixgbe_adapter *adapter;
608 struct ixgbe_adapter { struct
788 void (*ptp_setup_sdp)(struct ixgbe_adapter *); argument
931 void ixgbe_up(struct ixgbe_adapter *adapter);
932 void ixgbe_down(struct ixgbe_adapter *adapter);
934 void ixgbe_reset(struct ixgbe_adapter *adapter);
992 int ixgbe_sysfs_init(struct ixgbe_adapter *adapter);
998 int ixgbe_fcoe_ddp(struct ixgbe_adapter *adapter,
1030 void ixgbe_ptp_init(struct ixgbe_adapter *adapter);
1032 void ixgbe_ptp_stop(struct ixgbe_adapter *adapter);
[all …]
H A Dixgbe_sriov.h16 void ixgbe_restore_vf_multicasts(struct ixgbe_adapter *adapter);
18 void ixgbe_msg_task(struct ixgbe_adapter *adapter);
20 void ixgbe_ping_all_vfs(struct ixgbe_adapter *adapter);
21 void ixgbe_set_all_vfs(struct ixgbe_adapter *adapter);
25 int ixgbe_link_mbps(struct ixgbe_adapter *adapter);
35 void ixgbe_check_vf_rate_limit(struct ixgbe_adapter *adapter);
36 void ixgbe_set_vf_link_state(struct ixgbe_adapter *adapter, int vf, int state);
37 int ixgbe_disable_sriov(struct ixgbe_adapter *adapter);
39 void ixgbe_enable_sriov(struct ixgbe_adapter *adapter, unsigned int max_vfs);
43 static inline void ixgbe_set_vmvir(struct ixgbe_adapter *adapter, in ixgbe_set_vmvir()
H A Dixgbe_ptp.c332 struct ixgbe_adapter *adapter = in ixgbe_ptp_read_X550()
333 container_of(cc, struct ixgbe_adapter, hw_cc); in ixgbe_ptp_read_X550()
369 struct ixgbe_adapter *adapter = in ixgbe_ptp_read_82599()
453 struct ixgbe_adapter *adapter = in ixgbe_ptp_adjfine_82599()
494 struct ixgbe_adapter *adapter = in ixgbe_ptp_adjfine_X550()
527 struct ixgbe_adapter *adapter = in ixgbe_ptp_adjtime()
554 struct ixgbe_adapter *adapter = in ixgbe_ptp_gettimex()
607 struct ixgbe_adapter *adapter = in ixgbe_ptp_settime()
634 struct ixgbe_adapter *adapter = in ixgbe_ptp_feature_enable()
841 struct ixgbe_adapter *adapter = container_of(work, struct ixgbe_adapter, in ixgbe_ptp_tx_hwtstamp_work()
[all …]
H A Dixgbe_dcb_nl.c121 struct ixgbe_adapter *adapter = netdev_priv(netdev); in ixgbe_dcbnl_get_state()
128 struct ixgbe_adapter *adapter = netdev_priv(netdev); in ixgbe_dcbnl_set_state()
279 struct ixgbe_adapter *adapter = netdev_priv(dev); in ixgbe_dcbnl_devreset()
489 struct ixgbe_adapter *adapter = netdev_priv(dev); in ixgbe_dcbnl_ieee_getets()
509 struct ixgbe_adapter *adapter = netdev_priv(dev); in ixgbe_dcbnl_ieee_setets()
562 struct ixgbe_adapter *adapter = netdev_priv(dev); in ixgbe_dcbnl_ieee_getpfc()
587 struct ixgbe_adapter *adapter = netdev_priv(dev); in ixgbe_dcbnl_ieee_setpfc()
619 struct ixgbe_adapter *adapter = netdev_priv(dev); in ixgbe_dcbnl_ieee_setapp()
664 struct ixgbe_adapter *adapter = netdev_priv(dev); in ixgbe_dcbnl_ieee_delapp()
708 struct ixgbe_adapter *adapter = netdev_priv(dev); in ixgbe_dcbnl_getdcbx()
[all …]
H A Dixgbe_sriov.c125 static void ixgbe_get_vfs(struct ixgbe_adapter *adapter) in ixgbe_get_vfs()
207 int ixgbe_disable_sriov(struct ixgbe_adapter *adapter) in ixgbe_disable_sriov()
275 struct ixgbe_adapter *adapter = pci_get_drvdata(dev); in ixgbe_pci_sriov_enable()
337 struct ixgbe_adapter *adapter = pci_get_drvdata(dev); in ixgbe_pci_sriov_disable()
1356 void ixgbe_msg_task(struct ixgbe_adapter *adapter) in ixgbe_msg_task()
1410 void ixgbe_set_all_vfs(struct ixgbe_adapter *adapter) in ixgbe_set_all_vfs()
1421 struct ixgbe_adapter *adapter = netdev_priv(netdev); in ixgbe_ndo_set_vf_mac()
1529 struct ixgbe_adapter *adapter = netdev_priv(netdev); in ixgbe_ndo_set_vf_vlan()
1556 int ixgbe_link_mbps(struct ixgbe_adapter *adapter) in ixgbe_link_mbps()
1647 struct ixgbe_adapter *adapter = netdev_priv(netdev); in ixgbe_ndo_set_vf_bw()
[all …]
H A Dixgbe_txrx_common.h28 void ixgbe_irq_rearm_queues(struct ixgbe_adapter *adapter, u64 qmask);
30 void ixgbe_txrx_ring_disable(struct ixgbe_adapter *adapter, int ring);
31 void ixgbe_txrx_ring_enable(struct ixgbe_adapter *adapter, int ring);
33 struct xsk_buff_pool *ixgbe_xsk_pool(struct ixgbe_adapter *adapter,
35 int ixgbe_xsk_pool_setup(struct ixgbe_adapter *adapter,
H A Dixgbe_main.c355 struct ixgbe_adapter *adapter; in ixgbe_read_reg()
3299 struct ixgbe_adapter *adapter = data; in ixgbe_msix_other()
3545 struct ixgbe_adapter *adapter = data; in ixgbe_intr()
5674 struct ixgbe_adapter *adapter = (struct ixgbe_adapter *)priv->data; in ixgbe_macvlan_up()
5831 struct ixgbe_adapter *adapter = container_of(hw, struct ixgbe_adapter, in ixgbe_non_sfp_link_config()
8401 struct ixgbe_adapter, in ixgbe_service_task()
8982 struct ixgbe_adapter *adapter; in ixgbe_select_queue()
9108 struct ixgbe_adapter *adapter, in ixgbe_xmit_frame_ring()
9564 struct ixgbe_adapter *adapter = (struct ixgbe_adapter *)priv->data; in ixgbe_reassign_macvlan_pool()
9778 struct ixgbe_adapter *adapter;
[all …]
H A Dixgbe_lib.c17 static bool ixgbe_cache_ring_dcb_sriov(struct ixgbe_adapter *adapter) in ixgbe_cache_ring_dcb_sriov()
149 static bool ixgbe_cache_ring_dcb(struct ixgbe_adapter *adapter) in ixgbe_cache_ring_dcb()
184 static bool ixgbe_cache_ring_sriov(struct ixgbe_adapter *adapter) in ixgbe_cache_ring_sriov()
254 static bool ixgbe_cache_ring_rss(struct ixgbe_adapter *adapter) in ixgbe_cache_ring_rss()
301 static int ixgbe_xdp_queues(struct ixgbe_adapter *adapter) in ixgbe_xdp_queues()
426 static bool ixgbe_set_dcb_queues(struct ixgbe_adapter *adapter) in ixgbe_set_dcb_queues()
624 static bool ixgbe_set_rss_queues(struct ixgbe_adapter *adapter) in ixgbe_set_rss_queues()
706 static void ixgbe_set_num_queues(struct ixgbe_adapter *adapter) in ixgbe_set_num_queues()
834 static int ixgbe_alloc_q_vector(struct ixgbe_adapter *adapter, in ixgbe_alloc_q_vector()
1054 static int ixgbe_alloc_q_vectors(struct ixgbe_adapter *adapter) in ixgbe_alloc_q_vectors()
[all …]
H A Dixgbe_ethtool.c31 sizeof(((struct ixgbe_adapter *)0)->m), \
32 offsetof(struct ixgbe_adapter, m)
216 struct ixgbe_adapter *adapter = netdev_priv(netdev); in ixgbe_get_link_ksettings()
461 struct ixgbe_adapter *adapter = netdev_priv(netdev); in ixgbe_set_link_ksettings()
2684 struct ixgbe_adapter *adapter = netdev_priv(dev); in ixgbe_get_rxnfc()
3072 struct ixgbe_adapter *adapter = netdev_priv(dev); in ixgbe_set_rxnfc()
3179 struct ixgbe_adapter *adapter = netdev_priv(dev); in ixgbe_get_ts_info()
3255 struct ixgbe_adapter *adapter = netdev_priv(dev); in ixgbe_get_channels()
3292 struct ixgbe_adapter *adapter = netdev_priv(dev); in ixgbe_set_channels()
3330 struct ixgbe_adapter *adapter = netdev_priv(dev); in ixgbe_get_module_info()
[all …]
H A Dixgbe_debugfs.c17 struct ixgbe_adapter *adapter = filp->private_data; in ixgbe_dbg_common_ops_read()
66 struct ixgbe_adapter *adapter = filp->private_data; in ixgbe_dbg_reg_ops_write()
149 struct ixgbe_adapter *adapter = filp->private_data; in ixgbe_dbg_netdev_ops_write()
192 void ixgbe_dbg_adapter_init(struct ixgbe_adapter *adapter) in ixgbe_dbg_adapter_init()
207 void ixgbe_dbg_adapter_exit(struct ixgbe_adapter *adapter) in ixgbe_dbg_adapter_exit()
H A Dixgbe_sysfs.c84 static int ixgbe_add_hwmon_attr(struct ixgbe_adapter *adapter, in ixgbe_add_hwmon_attr()
135 static void ixgbe_sysfs_del_adapter(struct ixgbe_adapter *adapter) in ixgbe_sysfs_del_adapter()
140 void ixgbe_sysfs_exit(struct ixgbe_adapter *adapter) in ixgbe_sysfs_exit()
146 int ixgbe_sysfs_init(struct ixgbe_adapter *adapter) in ixgbe_sysfs_init()
H A Dixgbe_fcoe.c48 struct ixgbe_adapter *adapter; in ixgbe_fcoe_ddp_put()
137 struct ixgbe_adapter *adapter; in ixgbe_fcoe_ddp_setup()
383 int ixgbe_fcoe_ddp(struct ixgbe_adapter *adapter, in ixgbe_fcoe_ddp()
638 void ixgbe_configure_fcoe(struct ixgbe_adapter *adapter) in ixgbe_configure_fcoe()
713 void ixgbe_free_fcoe_ddp_resources(struct ixgbe_adapter *adapter) in ixgbe_free_fcoe_ddp_resources()
792 static int ixgbe_fcoe_ddp_enable(struct ixgbe_adapter *adapter) in ixgbe_fcoe_ddp_enable()
837 struct ixgbe_adapter *adapter = netdev_priv(netdev); in ixgbe_fcoe_enable()
884 struct ixgbe_adapter *adapter = netdev_priv(netdev); in ixgbe_fcoe_disable()
930 struct ixgbe_adapter *adapter = netdev_priv(netdev); in ixgbe_fcoe_get_wwn()
970 struct ixgbe_adapter *adapter = netdev_priv(netdev); in ixgbe_fcoe_get_hbainfo()
[all …]
H A Dixgbe_ipsec.c146 static void ixgbe_ipsec_stop_data(struct ixgbe_adapter *adapter) in ixgbe_ipsec_stop_data()
219 static void ixgbe_ipsec_stop_engine(struct ixgbe_adapter *adapter) in ixgbe_ipsec_stop_engine()
303 void ixgbe_ipsec_restore(struct ixgbe_adapter *adapter) in ixgbe_ipsec_restore()
481 struct ixgbe_adapter *adapter = netdev_priv(dev); in ixgbe_ipsec_check_mgmt_ip()
566 struct ixgbe_adapter *adapter = netdev_priv(dev); in ixgbe_ipsec_add_sa()
760 struct ixgbe_adapter *adapter = netdev_priv(dev); in ixgbe_ipsec_del_sa()
830 void ixgbe_ipsec_vf_clear(struct ixgbe_adapter *adapter, u32 vf) in ixgbe_ipsec_vf_clear()
1055 struct ixgbe_adapter *adapter = netdev_priv(tx_ring->netdev); in ixgbe_ipsec_tx()
1145 struct ixgbe_adapter *adapter = netdev_priv(rx_ring->netdev); in ixgbe_ipsec_rx()
1211 void ixgbe_init_ipsec_offload(struct ixgbe_adapter *adapter) in ixgbe_init_ipsec_offload()
[all …]
H A Dixgbe_xsk.c11 struct xsk_buff_pool *ixgbe_xsk_pool(struct ixgbe_adapter *adapter, in ixgbe_xsk_pool()
23 static int ixgbe_xsk_pool_enable(struct ixgbe_adapter *adapter, in ixgbe_xsk_pool_enable()
65 static int ixgbe_xsk_pool_disable(struct ixgbe_adapter *adapter, u16 qid) in ixgbe_xsk_pool_disable()
89 int ixgbe_xsk_pool_setup(struct ixgbe_adapter *adapter, in ixgbe_xsk_pool_setup()
97 static int ixgbe_run_xdp_zc(struct ixgbe_adapter *adapter, in ixgbe_run_xdp_zc()
252 struct ixgbe_adapter *adapter = q_vector->adapter; in ixgbe_clean_rx_irq_zc()
511 struct ixgbe_adapter *adapter = netdev_priv(dev); in ixgbe_xsk_wakeup()
H A Dixgbe_phy.c826 struct ixgbe_adapter *adapter = bus->priv; in ixgbe_mii_bus_read_c22()
843 struct ixgbe_adapter *adapter = bus->priv; in ixgbe_mii_bus_read_c45()
860 struct ixgbe_adapter *adapter = bus->priv; in ixgbe_mii_bus_write_c22()
878 struct ixgbe_adapter *adapter = bus->priv; in ixgbe_mii_bus_write_c45()
895 struct ixgbe_adapter *adapter = bus->priv; in ixgbe_x550em_a_mii_bus_read_c22()
913 struct ixgbe_adapter *adapter = bus->priv; in ixgbe_x550em_a_mii_bus_read_c45()
931 struct ixgbe_adapter *adapter = bus->priv; in ixgbe_x550em_a_mii_bus_write_c22()
992 struct ixgbe_adapter *adapter = hw->back; in ixgbe_x550em_a_has_mii()
1033 struct ixgbe_adapter *adapter = hw->back; in ixgbe_mii_bus_init()
1534 struct ixgbe_adapter *adapter = hw->back; in ixgbe_identify_sfp_module_generic()
[all …]
H A Dixgbe_common.h183 #define ixgbe_hw_to_netdev(hw) (((struct ixgbe_adapter *)(hw)->back)->netdev)
H A Dixgbe_e610.c2259 struct ixgbe_adapter *adapter = container_of(hw, struct ixgbe_adapter, in ixgbe_nvm_validate_checksum()
2542 struct ixgbe_adapter *adapter = container_of(hw, struct ixgbe_adapter, in ixgbe_reset_hw_e610()