Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/ethernet/intel/ixgbe/
Dixgbe.h441 struct ixgbe_adapter *adapter;
550 struct ixgbe_adapter { struct
725 void (*ptp_setup_sdp)(struct ixgbe_adapter *); argument
768 static inline u8 ixgbe_max_rss_indices(struct ixgbe_adapter *adapter) in ixgbe_max_rss_indices() argument
847 void ixgbe_up(struct ixgbe_adapter *adapter);
848 void ixgbe_down(struct ixgbe_adapter *adapter);
849 void ixgbe_reinit_locked(struct ixgbe_adapter *adapter);
850 void ixgbe_reset(struct ixgbe_adapter *adapter);
852 int ixgbe_setup_rx_resources(struct ixgbe_adapter *, struct ixgbe_ring *);
856 void ixgbe_configure_rx_ring(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_disable_tx_rx(struct ixgbe_adapter *adapter);
21 void ixgbe_ping_all_vfs(struct ixgbe_adapter *adapter);
25 int ixgbe_link_mbps(struct ixgbe_adapter *adapter);
34 void ixgbe_check_vf_rate_limit(struct ixgbe_adapter *adapter);
35 int ixgbe_disable_sriov(struct ixgbe_adapter *adapter);
37 void ixgbe_enable_sriov(struct ixgbe_adapter *adapter, unsigned int max_vfs);
41 static inline void ixgbe_set_vmvir(struct ixgbe_adapter *adapter, in ixgbe_set_vmvir()
Dixgbe_ptp.c155 static void ixgbe_ptp_setup_sdp_x540(struct ixgbe_adapter *adapter) in ixgbe_ptp_setup_sdp_x540()
226 struct ixgbe_adapter *adapter = in ixgbe_ptp_read_X550()
227 container_of(hw_cc, struct ixgbe_adapter, hw_cc); in ixgbe_ptp_read_X550()
263 struct ixgbe_adapter *adapter = in ixgbe_ptp_read_82599()
264 container_of(cc, struct ixgbe_adapter, hw_cc); in ixgbe_ptp_read_82599()
291 static void ixgbe_ptp_convert_to_hwtstamp(struct ixgbe_adapter *adapter, in ixgbe_ptp_convert_to_hwtstamp()
344 struct ixgbe_adapter *adapter = in ixgbe_ptp_adjfreq_82599()
345 container_of(ptp, struct ixgbe_adapter, ptp_caps); in ixgbe_ptp_adjfreq_82599()
395 struct ixgbe_adapter *adapter = in ixgbe_ptp_adjfreq_X550()
396 container_of(ptp, struct ixgbe_adapter, ptp_caps); in ixgbe_ptp_adjfreq_X550()
[all …]
Dixgbe_dcb_nl.c23 static int ixgbe_copy_dcb_cfg(struct ixgbe_adapter *adapter, int tc_max) in ixgbe_copy_dcb_cfg()
123 struct ixgbe_adapter *adapter = netdev_priv(netdev); in ixgbe_dcbnl_get_state()
130 struct ixgbe_adapter *adapter = netdev_priv(netdev); in ixgbe_dcbnl_set_state()
147 struct ixgbe_adapter *adapter = netdev_priv(netdev); in ixgbe_dcbnl_get_perm_hw_addr()
171 struct ixgbe_adapter *adapter = netdev_priv(netdev); in ixgbe_dcbnl_set_pg_tc_cfg_tx()
188 struct ixgbe_adapter *adapter = netdev_priv(netdev); in ixgbe_dcbnl_set_pg_bwg_cfg_tx()
197 struct ixgbe_adapter *adapter = netdev_priv(netdev); in ixgbe_dcbnl_set_pg_tc_cfg_rx()
214 struct ixgbe_adapter *adapter = netdev_priv(netdev); in ixgbe_dcbnl_set_pg_bwg_cfg_rx()
223 struct ixgbe_adapter *adapter = netdev_priv(netdev); in ixgbe_dcbnl_get_pg_tc_cfg_tx()
234 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()
122 static void ixgbe_get_vfs(struct ixgbe_adapter *adapter) in ixgbe_get_vfs()
153 void ixgbe_enable_sriov(struct ixgbe_adapter *adapter, unsigned int max_vfs) in ixgbe_enable_sriov()
204 int ixgbe_disable_sriov(struct ixgbe_adapter *adapter) in ixgbe_disable_sriov()
269 struct ixgbe_adapter *adapter = pci_get_drvdata(dev); in ixgbe_pci_sriov_enable()
331 struct ixgbe_adapter *adapter = pci_get_drvdata(dev); in ixgbe_pci_sriov_disable()
358 static int ixgbe_set_vf_multicasts(struct ixgbe_adapter *adapter, in ixgbe_set_vf_multicasts()
404 void ixgbe_restore_vf_multicasts(struct ixgbe_adapter *adapter) in ixgbe_restore_vf_multicasts()
437 static int ixgbe_set_vf_vlan(struct ixgbe_adapter *adapter, int add, int vid, in ixgbe_set_vf_vlan()
[all …]
Dixgbe_main.c168 static void ixgbe_watchdog_link_is_down(struct ixgbe_adapter *);
177 static int ixgbe_read_pci_cfg_word_parent(struct ixgbe_adapter *adapter, in ixgbe_read_pci_cfg_word_parent()
201 static s32 ixgbe_get_parent_bus_info(struct ixgbe_adapter *adapter) in ixgbe_get_parent_bus_info()
244 static void ixgbe_check_minimum_link(struct ixgbe_adapter *adapter, in ixgbe_check_minimum_link()
266 static void ixgbe_service_event_schedule(struct ixgbe_adapter *adapter) in ixgbe_service_event_schedule()
276 struct ixgbe_adapter *adapter = hw->back; in ixgbe_remove_adapter()
336 struct ixgbe_adapter *adapter; in ixgbe_read_reg()
375 struct ixgbe_adapter *adapter = hw->back; in ixgbe_read_pci_cfg_word()
390 struct ixgbe_adapter *adapter = hw->back; in ixgbe_read_pci_cfg_dword()
405 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()
147 static bool ixgbe_cache_ring_dcb(struct ixgbe_adapter *adapter) in ixgbe_cache_ring_dcb()
182 static bool ixgbe_cache_ring_sriov(struct ixgbe_adapter *adapter) in ixgbe_cache_ring_sriov()
252 static bool ixgbe_cache_ring_rss(struct ixgbe_adapter *adapter) in ixgbe_cache_ring_rss()
279 static void ixgbe_cache_ring_register(struct ixgbe_adapter *adapter) in ixgbe_cache_ring_register()
299 static int ixgbe_xdp_queues(struct ixgbe_adapter *adapter) in ixgbe_xdp_queues()
321 static bool ixgbe_set_dcb_sriov_queues(struct ixgbe_adapter *adapter) in ixgbe_set_dcb_sriov_queues()
421 static bool ixgbe_set_dcb_queues(struct ixgbe_adapter *adapter) in ixgbe_set_dcb_queues()
495 static bool ixgbe_set_sriov_queues(struct ixgbe_adapter *adapter) in ixgbe_set_sriov_queues()
[all …]
Dixgbe_ethtool.c33 sizeof(((struct ixgbe_adapter *)0)->m), \
34 offsetof(struct ixgbe_adapter, m)
120 (sizeof(((struct ixgbe_adapter *)0)->stats.pxonrxc) + \
121 sizeof(((struct ixgbe_adapter *)0)->stats.pxontxc) + \
122 sizeof(((struct ixgbe_adapter *)0)->stats.pxoffrxc) + \
123 sizeof(((struct ixgbe_adapter *)0)->stats.pxofftxc)) \
175 struct ixgbe_adapter *adapter = netdev_priv(netdev); in ixgbe_get_link_ksettings()
370 struct ixgbe_adapter *adapter = netdev_priv(netdev); in ixgbe_set_link_ksettings()
441 struct ixgbe_adapter *adapter = netdev_priv(netdev); in ixgbe_get_pauseparam()
463 struct ixgbe_adapter *adapter = netdev_priv(netdev); in ixgbe_set_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()
190 void ixgbe_dbg_adapter_init(struct ixgbe_adapter *adapter) in ixgbe_dbg_adapter_init()
215 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.c47 struct ixgbe_adapter *adapter; in ixgbe_fcoe_ddp_put()
136 struct ixgbe_adapter *adapter; in ixgbe_fcoe_ddp_setup()
382 int ixgbe_fcoe_ddp(struct ixgbe_adapter *adapter, in ixgbe_fcoe_ddp()
637 void ixgbe_configure_fcoe(struct ixgbe_adapter *adapter) in ixgbe_configure_fcoe()
712 void ixgbe_free_fcoe_ddp_resources(struct ixgbe_adapter *adapter) in ixgbe_free_fcoe_ddp_resources()
750 int ixgbe_setup_fcoe_ddp_resources(struct ixgbe_adapter *adapter) in ixgbe_setup_fcoe_ddp_resources()
791 static int ixgbe_fcoe_ddp_enable(struct ixgbe_adapter *adapter) in ixgbe_fcoe_ddp_enable()
813 static void ixgbe_fcoe_ddp_disable(struct ixgbe_adapter *adapter) in ixgbe_fcoe_ddp_disable()
836 struct ixgbe_adapter *adapter = netdev_priv(netdev); in ixgbe_fcoe_enable()
883 struct ixgbe_adapter *adapter = netdev_priv(netdev); in ixgbe_fcoe_disable()
[all …]
Dixgbe_ipsec.c114 static void ixgbe_ipsec_clear_hw_tables(struct ixgbe_adapter *adapter) in ixgbe_ipsec_clear_hw_tables()
144 static void ixgbe_ipsec_stop_data(struct ixgbe_adapter *adapter) in ixgbe_ipsec_stop_data()
217 static void ixgbe_ipsec_stop_engine(struct ixgbe_adapter *adapter) in ixgbe_ipsec_stop_engine()
259 static void ixgbe_ipsec_start_engine(struct ixgbe_adapter *adapter) in ixgbe_ipsec_start_engine()
294 void ixgbe_ipsec_restore(struct ixgbe_adapter *adapter) in ixgbe_ipsec_restore()
463 struct ixgbe_adapter *adapter = netdev_priv(dev); in ixgbe_ipsec_check_mgmt_ip()
546 struct ixgbe_adapter *adapter = netdev_priv(dev); in ixgbe_ipsec_add_sa()
727 struct ixgbe_adapter *adapter = netdev_priv(dev); in ixgbe_ipsec_del_sa()
823 struct ixgbe_adapter *adapter = netdev_priv(tx_ring->netdev); in ixgbe_ipsec_tx()
911 struct ixgbe_adapter *adapter = netdev_priv(rx_ring->netdev); in ixgbe_ipsec_rx()
[all …]
Dixgbe_common.h184 #define ixgbe_hw_to_netdev(hw) (((struct ixgbe_adapter *)(hw)->back)->netdev)
Dixgbe_phy.c1102 struct ixgbe_adapter *adapter = hw->back; in ixgbe_identify_sfp_module_generic()
1367 struct ixgbe_adapter *adapter = hw->back; in ixgbe_identify_qsfp_module_generic()