Searched refs:ixgbe_adapter (Results 1 – 11 of 11) sorted by relevance
/linux/drivers/net/ethernet/intel/ixgbe/ |
H A D | ixgbe_sriov.h | 16 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 D | ixgbe_ptp.c | 160 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() 492 struct ixgbe_adapter *adapter = in ixgbe_ptp_adjfine_X550() [all …]
|
H A D | ixgbe_sriov.c | 25 static inline void ixgbe_alloc_vf_macvlans(struct ixgbe_adapter *adapter, in ixgbe_alloc_vf_macvlans() 52 static int __ixgbe_enable_sriov(struct ixgbe_adapter *adapter, in __ixgbe_enable_sriov() 125 static void ixgbe_get_vfs(struct ixgbe_adapter *adapter) in ixgbe_get_vfs() 156 void ixgbe_enable_sriov(struct ixgbe_adapter *adapter, unsigned int max_vfs) in ixgbe_enable_sriov() 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() 364 static int ixgbe_set_vf_multicasts(struct ixgbe_adapter *adapter, in ixgbe_set_vf_multicasts() 409 void ixgbe_restore_vf_multicasts(struct ixgbe_adapter *adapter) in ixgbe_restore_vf_multicasts() 442 static int ixgbe_set_vf_vlan(struct ixgbe_adapter *adapter, int add, int vid, in ixgbe_set_vf_vlan() [all …]
|
H A D | ixgbe_main.c | 182 static void ixgbe_watchdog_link_is_down(struct ixgbe_adapter *); 183 static void ixgbe_watchdog_link_is_up(struct ixgbe_adapter *); 184 static void ixgbe_watchdog_update_link(struct ixgbe_adapter *); 193 static int ixgbe_read_pci_cfg_word_parent(struct ixgbe_adapter *adapter, in ixgbe_read_pci_cfg_word_parent() 217 static int ixgbe_get_parent_bus_info(struct ixgbe_adapter *adapter) in ixgbe_get_parent_bus_info() 263 static void ixgbe_check_minimum_link(struct ixgbe_adapter *adapter, in ixgbe_check_minimum_link() 285 static void ixgbe_service_event_schedule(struct ixgbe_adapter *adapter) in ixgbe_service_event_schedule() 295 struct ixgbe_adapter *adapter = hw->back; in ixgbe_remove_adapter() 355 struct ixgbe_adapter *adapter; in ixgbe_read_reg() 394 struct ixgbe_adapter *adapter = hw->back; in ixgbe_read_pci_cfg_word() [all …]
|
H A D | ixgbe_txrx_common.h | 28 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 D | ixgbe_debugfs.c | 17 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 D | ixgbe_fcoe.c | 48 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 …]
|
H A D | ixgbe_sysfs.c | 84 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 D | ixgbe_ipsec.c | 120 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() 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() 890 int ixgbe_ipsec_vf_add_sa(struct ixgbe_adapter *adapter, u32 *msgbuf, u32 vf) in ixgbe_ipsec_vf_add_sa() [all …]
|
H A D | ixgbe_e610.c | 2257 struct ixgbe_adapter *adapter = container_of(hw, struct ixgbe_adapter, in ixgbe_nvm_validate_checksum() 2540 struct ixgbe_adapter *adapter = container_of(hw, struct ixgbe_adapter, in ixgbe_reset_hw_e610()
|
H A D | ixgbe_common.h | 183 #define ixgbe_hw_to_netdev(hw) (((struct ixgbe_adapter *)(hw)->back)->netdev)
|