Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe.h495 struct ixgbe_adapter *adapter;
606 struct ixgbe_adapter { struct
782 void (*ptp_setup_sdp)(struct ixgbe_adapter *); argument
920 void ixgbe_up(struct ixgbe_adapter *adapter);
921 void ixgbe_down(struct ixgbe_adapter *adapter);
923 void ixgbe_reset(struct ixgbe_adapter *adapter);
981 int ixgbe_sysfs_init(struct ixgbe_adapter *adapter);
987 int ixgbe_fcoe_ddp(struct ixgbe_adapter *adapter,
1019 void ixgbe_ptp_init(struct ixgbe_adapter *adapter);
1021 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.c331 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()
451 struct ixgbe_adapter *adapter = in ixgbe_ptp_adjfine_82599()
492 struct ixgbe_adapter *adapter = in ixgbe_ptp_adjfine_X550()
523 struct ixgbe_adapter *adapter = in ixgbe_ptp_adjtime()
550 struct ixgbe_adapter *adapter = in ixgbe_ptp_gettimex()
602 struct ixgbe_adapter *adapter = in ixgbe_ptp_settime()
629 struct ixgbe_adapter *adapter = in ixgbe_ptp_feature_enable()
836 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()
278 struct ixgbe_adapter *adapter = netdev_priv(dev); in ixgbe_dcbnl_devreset()
488 struct ixgbe_adapter *adapter = netdev_priv(dev); in ixgbe_dcbnl_ieee_getets()
508 struct ixgbe_adapter *adapter = netdev_priv(dev); in ixgbe_dcbnl_ieee_setets()
561 struct ixgbe_adapter *adapter = netdev_priv(dev); in ixgbe_dcbnl_ieee_getpfc()
586 struct ixgbe_adapter *adapter = netdev_priv(dev); in ixgbe_dcbnl_ieee_setpfc()
618 struct ixgbe_adapter *adapter = netdev_priv(dev); in ixgbe_dcbnl_ieee_setapp()
663 struct ixgbe_adapter *adapter = netdev_priv(dev); in ixgbe_dcbnl_ieee_delapp()
707 struct ixgbe_adapter *adapter = netdev_priv(dev); in ixgbe_dcbnl_getdcbx()
[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_sriov.c124 static void ixgbe_get_vfs(struct ixgbe_adapter *adapter) in ixgbe_get_vfs()
206 int ixgbe_disable_sriov(struct ixgbe_adapter *adapter) in ixgbe_disable_sriov()
274 struct ixgbe_adapter *adapter = pci_get_drvdata(dev); in ixgbe_pci_sriov_enable()
336 struct ixgbe_adapter *adapter = pci_get_drvdata(dev); in ixgbe_pci_sriov_disable()
1357 void ixgbe_msg_task(struct ixgbe_adapter *adapter) in ixgbe_msg_task()
1411 void ixgbe_set_all_vfs(struct ixgbe_adapter *adapter) in ixgbe_set_all_vfs()
1422 struct ixgbe_adapter *adapter = netdev_priv(netdev); in ixgbe_ndo_set_vf_mac()
1530 struct ixgbe_adapter *adapter = netdev_priv(netdev); in ixgbe_ndo_set_vf_vlan()
1557 int ixgbe_link_mbps(struct ixgbe_adapter *adapter) in ixgbe_link_mbps()
1648 struct ixgbe_adapter *adapter = netdev_priv(netdev); in ixgbe_ndo_set_vf_bw()
[all …]
H A Dixgbe_main.c283 struct ixgbe_adapter *adapter = hw->back; in ixgbe_remove_adapter()
343 struct ixgbe_adapter *adapter; in ixgbe_read_reg()
3035 struct ixgbe_adapter *adapter = data; in ixgbe_msix_other()
3277 struct ixgbe_adapter *adapter = data; in ixgbe_intr()
5398 struct ixgbe_adapter *adapter = (struct ixgbe_adapter *)priv->data; in ixgbe_macvlan_up()
8010 struct ixgbe_adapter, in ixgbe_service_task()
8586 struct ixgbe_adapter *adapter; in ixgbe_select_queue()
8712 struct ixgbe_adapter *adapter, in ixgbe_xmit_frame_ring()
9168 struct ixgbe_adapter *adapter = (struct ixgbe_adapter *)priv->data; in ixgbe_reassign_macvlan_pool()
9382 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()
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()
300 static int ixgbe_xdp_queues(struct ixgbe_adapter *adapter) in ixgbe_xdp_queues()
425 static bool ixgbe_set_dcb_queues(struct ixgbe_adapter *adapter) in ixgbe_set_dcb_queues()
623 static bool ixgbe_set_rss_queues(struct ixgbe_adapter *adapter) in ixgbe_set_rss_queues()
705 static void ixgbe_set_num_queues(struct ixgbe_adapter *adapter) in ixgbe_set_num_queues()
833 static int ixgbe_alloc_q_vector(struct ixgbe_adapter *adapter, in ixgbe_alloc_q_vector()
1053 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()
459 struct ixgbe_adapter *adapter = netdev_priv(netdev); in ixgbe_set_link_ksettings()
2679 struct ixgbe_adapter *adapter = netdev_priv(dev); in ixgbe_get_rxnfc()
3067 struct ixgbe_adapter *adapter = netdev_priv(dev); in ixgbe_set_rxnfc()
3171 struct ixgbe_adapter *adapter = netdev_priv(dev); in ixgbe_get_ts_info()
3250 struct ixgbe_adapter *adapter = netdev_priv(dev); in ixgbe_get_channels()
3287 struct ixgbe_adapter *adapter = netdev_priv(dev); in ixgbe_set_channels()
3325 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()
851 void ixgbe_ipsec_vf_clear(struct ixgbe_adapter *adapter, u32 vf) in ixgbe_ipsec_vf_clear()
1076 struct ixgbe_adapter *adapter = netdev_priv(tx_ring->netdev); in ixgbe_ipsec_tx()
1166 struct ixgbe_adapter *adapter = netdev_priv(rx_ring->netdev); in ixgbe_ipsec_rx()
1232 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()
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()
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()
1532 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)