Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/net/ethernet/intel/ixgbe/ !
Dixgbe.h488 struct ixgbe_adapter *adapter;
599 struct ixgbe_adapter { struct
775 void (*ptp_setup_sdp)(struct ixgbe_adapter *); argument
828 struct ixgbe_ring *ixgbe_determine_xdp_ring(struct ixgbe_adapter *adapter) in ixgbe_determine_xdp_ring() argument
835 static inline u8 ixgbe_max_rss_indices(struct ixgbe_adapter *adapter) in ixgbe_max_rss_indices()
913 void ixgbe_up(struct ixgbe_adapter *adapter);
914 void ixgbe_down(struct ixgbe_adapter *adapter);
915 void ixgbe_reinit_locked(struct ixgbe_adapter *adapter);
916 void ixgbe_reset(struct ixgbe_adapter *adapter);
918 int ixgbe_setup_rx_resources(struct ixgbe_adapter *, struct ixgbe_ring *);
[all …]
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()
Dixgbe_ptp.c160 static void ixgbe_ptp_setup_sdp_X540(struct ixgbe_adapter *adapter) in ixgbe_ptp_setup_sdp_X540()
239 static void ixgbe_ptp_setup_sdp_X550(struct ixgbe_adapter *adapter) in ixgbe_ptp_setup_sdp_X550()
331 struct ixgbe_adapter *adapter = in ixgbe_ptp_read_X550()
332 container_of(cc, struct ixgbe_adapter, hw_cc); in ixgbe_ptp_read_X550()
368 struct ixgbe_adapter *adapter = in ixgbe_ptp_read_82599()
369 container_of(cc, struct ixgbe_adapter, hw_cc); in ixgbe_ptp_read_82599()
396 static void ixgbe_ptp_convert_to_hwtstamp(struct ixgbe_adapter *adapter, in ixgbe_ptp_convert_to_hwtstamp()
451 struct ixgbe_adapter *adapter = in ixgbe_ptp_adjfine_82599()
452 container_of(ptp, struct ixgbe_adapter, ptp_caps); in ixgbe_ptp_adjfine_82599()
502 struct ixgbe_adapter *adapter = in ixgbe_ptp_adjfine_X550()
[all …]
Dixgbe_dcb_nl.c21 static int ixgbe_copy_dcb_cfg(struct ixgbe_adapter *adapter, int tc_max) in ixgbe_copy_dcb_cfg()
121 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()
145 struct ixgbe_adapter *adapter = netdev_priv(netdev); in ixgbe_dcbnl_get_perm_hw_addr()
169 struct ixgbe_adapter *adapter = netdev_priv(netdev); in ixgbe_dcbnl_set_pg_tc_cfg_tx()
186 struct ixgbe_adapter *adapter = netdev_priv(netdev); in ixgbe_dcbnl_set_pg_bwg_cfg_tx()
195 struct ixgbe_adapter *adapter = netdev_priv(netdev); in ixgbe_dcbnl_set_pg_tc_cfg_rx()
212 struct ixgbe_adapter *adapter = netdev_priv(netdev); in ixgbe_dcbnl_set_pg_bwg_cfg_rx()
221 struct ixgbe_adapter *adapter = netdev_priv(netdev); in ixgbe_dcbnl_get_pg_tc_cfg_tx()
232 struct ixgbe_adapter *adapter = netdev_priv(netdev); in ixgbe_dcbnl_get_pg_bwg_cfg_tx()
[all …]
Dixgbe_sriov.c24 static inline void ixgbe_alloc_vf_macvlans(struct ixgbe_adapter *adapter, in ixgbe_alloc_vf_macvlans()
50 static int __ixgbe_enable_sriov(struct ixgbe_adapter *adapter, in __ixgbe_enable_sriov()
123 static void ixgbe_get_vfs(struct ixgbe_adapter *adapter) in ixgbe_get_vfs()
154 void ixgbe_enable_sriov(struct ixgbe_adapter *adapter, unsigned int max_vfs) in ixgbe_enable_sriov()
205 int ixgbe_disable_sriov(struct ixgbe_adapter *adapter) in ixgbe_disable_sriov()
273 struct ixgbe_adapter *adapter = pci_get_drvdata(dev); in ixgbe_pci_sriov_enable()
335 struct ixgbe_adapter *adapter = pci_get_drvdata(dev); in ixgbe_pci_sriov_disable()
362 static int ixgbe_set_vf_multicasts(struct ixgbe_adapter *adapter, in ixgbe_set_vf_multicasts()
408 void ixgbe_restore_vf_multicasts(struct ixgbe_adapter *adapter) in ixgbe_restore_vf_multicasts()
441 static int ixgbe_set_vf_vlan(struct ixgbe_adapter *adapter, int add, int vid, in ixgbe_set_vf_vlan()
[all …]
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,
Dixgbe_main.c174 static void ixgbe_watchdog_link_is_down(struct ixgbe_adapter *);
183 static int ixgbe_read_pci_cfg_word_parent(struct ixgbe_adapter *adapter, in ixgbe_read_pci_cfg_word_parent()
207 static s32 ixgbe_get_parent_bus_info(struct ixgbe_adapter *adapter) in ixgbe_get_parent_bus_info()
250 static void ixgbe_check_minimum_link(struct ixgbe_adapter *adapter, in ixgbe_check_minimum_link()
272 static void ixgbe_service_event_schedule(struct ixgbe_adapter *adapter) in ixgbe_service_event_schedule()
282 struct ixgbe_adapter *adapter = hw->back; in ixgbe_remove_adapter()
342 struct ixgbe_adapter *adapter; in ixgbe_read_reg()
381 struct ixgbe_adapter *adapter = hw->back; in ixgbe_read_pci_cfg_word()
396 struct ixgbe_adapter *adapter = hw->back; in ixgbe_read_pci_cfg_dword()
411 struct ixgbe_adapter *adapter = hw->back; in ixgbe_write_pci_cfg_word()
[all …]
Dixgbe_lib.c17 static bool ixgbe_cache_ring_dcb_sriov(struct ixgbe_adapter *adapter) in ixgbe_cache_ring_dcb_sriov()
90 static void ixgbe_get_first_reg_idx(struct ixgbe_adapter *adapter, u8 tc, in ixgbe_get_first_reg_idx()
148 static bool ixgbe_cache_ring_dcb(struct ixgbe_adapter *adapter) in ixgbe_cache_ring_dcb()
183 static bool ixgbe_cache_ring_sriov(struct ixgbe_adapter *adapter) in ixgbe_cache_ring_sriov()
253 static bool ixgbe_cache_ring_rss(struct ixgbe_adapter *adapter) in ixgbe_cache_ring_rss()
280 static void ixgbe_cache_ring_register(struct ixgbe_adapter *adapter) in ixgbe_cache_ring_register()
300 static int ixgbe_xdp_queues(struct ixgbe_adapter *adapter) in ixgbe_xdp_queues()
325 static bool ixgbe_set_dcb_sriov_queues(struct ixgbe_adapter *adapter) in ixgbe_set_dcb_sriov_queues()
425 static bool ixgbe_set_dcb_queues(struct ixgbe_adapter *adapter) in ixgbe_set_dcb_queues()
499 static bool ixgbe_set_sriov_queues(struct ixgbe_adapter *adapter) in ixgbe_set_sriov_queues()
[all …]
Dixgbe_ethtool.c31 sizeof(((struct ixgbe_adapter *)0)->m), \
32 offsetof(struct ixgbe_adapter, m)
118 (sizeof(((struct ixgbe_adapter *)0)->stats.pxonrxc) + \
119 sizeof(((struct ixgbe_adapter *)0)->stats.pxontxc) + \
120 sizeof(((struct ixgbe_adapter *)0)->stats.pxoffrxc) + \
121 sizeof(((struct ixgbe_adapter *)0)->stats.pxofftxc)) \
216 struct ixgbe_adapter *adapter = netdev_priv(netdev); in ixgbe_get_link_ksettings()
459 struct ixgbe_adapter *adapter = netdev_priv(netdev); in ixgbe_set_link_ksettings()
536 struct ixgbe_adapter *adapter = netdev_priv(netdev); in ixgbe_get_pause_stats()
546 struct ixgbe_adapter *adapter = netdev_priv(netdev); in ixgbe_get_pauseparam()
[all …]
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()
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()
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()
751 int ixgbe_setup_fcoe_ddp_resources(struct ixgbe_adapter *adapter) in ixgbe_setup_fcoe_ddp_resources()
792 static int ixgbe_fcoe_ddp_enable(struct ixgbe_adapter *adapter) in ixgbe_fcoe_ddp_enable()
814 static void ixgbe_fcoe_ddp_disable(struct ixgbe_adapter *adapter) in ixgbe_fcoe_ddp_disable()
837 struct ixgbe_adapter *adapter = netdev_priv(netdev); in ixgbe_fcoe_enable()
884 struct ixgbe_adapter *adapter = netdev_priv(netdev); in ixgbe_fcoe_disable()
[all …]
Dixgbe_ipsec.c120 static void ixgbe_ipsec_clear_hw_tables(struct ixgbe_adapter *adapter) in ixgbe_ipsec_clear_hw_tables()
146 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()
261 static void ixgbe_ipsec_start_engine(struct ixgbe_adapter *adapter) in ixgbe_ipsec_start_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()
564 struct ixgbe_adapter *adapter = netdev_priv(dev); in ixgbe_ipsec_add_sa()
754 struct ixgbe_adapter *adapter = netdev_priv(dev); in ixgbe_ipsec_del_sa()
845 void ixgbe_ipsec_vf_clear(struct ixgbe_adapter *adapter, u32 vf) in ixgbe_ipsec_vf_clear()
884 int ixgbe_ipsec_vf_add_sa(struct ixgbe_adapter *adapter, u32 *msgbuf, u32 vf) in ixgbe_ipsec_vf_add_sa()
[all …]
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()
253 struct ixgbe_adapter *adapter = q_vector->adapter; in ixgbe_clean_rx_irq_zc()
521 struct ixgbe_adapter *adapter = netdev_priv(dev); in ixgbe_xsk_wakeup()
Dixgbe_phy.c784 struct ixgbe_adapter *adapter = bus->priv; in ixgbe_mii_bus_read()
801 struct ixgbe_adapter *adapter = bus->priv; in ixgbe_mii_bus_write()
817 struct ixgbe_adapter *adapter = bus->priv; in ixgbe_x550em_a_mii_bus_read()
835 struct ixgbe_adapter *adapter = bus->priv; in ixgbe_x550em_a_mii_bus_write()
876 struct ixgbe_adapter *adapter = hw->back; in ixgbe_x550em_a_has_mii()
914 struct ixgbe_adapter *adapter = hw->back; in ixgbe_mii_bus_init()
1408 struct ixgbe_adapter *adapter = hw->back; in ixgbe_identify_sfp_module_generic()
1673 struct ixgbe_adapter *adapter = hw->back; in ixgbe_identify_qsfp_module_generic()
Dixgbe_common.h184 #define ixgbe_hw_to_netdev(hw) (((struct ixgbe_adapter *)(hw)->back)->netdev)