Home
last modified time | relevance | path

Searched refs:ixgbevf_adapter (Results 1 – 5 of 5) sorted by relevance

/linux-6.12.1/drivers/net/ethernet/intel/ixgbevf/
Dixgbevf.h232 struct ixgbevf_adapter *adapter;
320 struct ixgbevf_adapter { struct
449 void ixgbevf_up(struct ixgbevf_adapter *adapter);
450 void ixgbevf_down(struct ixgbevf_adapter *adapter);
451 void ixgbevf_reinit_locked(struct ixgbevf_adapter *adapter);
452 void ixgbevf_reset(struct ixgbevf_adapter *adapter);
454 int ixgbevf_setup_rx_resources(struct ixgbevf_adapter *adapter,
459 void ixgbevf_update_stats(struct ixgbevf_adapter *adapter);
465 void ixgbevf_init_ipsec_offload(struct ixgbevf_adapter *adapter);
466 void ixgbevf_stop_ipsec_offload(struct ixgbevf_adapter *adapter);
[all …]
Dethtool.c32 .sizeof_stat = sizeof_field(struct ixgbevf_adapter, _stat), \
33 .stat_offset = offsetof(struct ixgbevf_adapter, _stat) \
61 (((struct ixgbevf_adapter *)netdev_priv(netdev))->num_tx_queues + \
62 ((struct ixgbevf_adapter *)netdev_priv(netdev))->num_xdp_queues + \
63 ((struct ixgbevf_adapter *)netdev_priv(netdev))->num_rx_queues) * \
85 struct ixgbevf_adapter *adapter = netdev_priv(netdev); in ixgbevf_get_link_ksettings()
119 struct ixgbevf_adapter *adapter = netdev_priv(netdev); in ixgbevf_get_msglevel()
126 struct ixgbevf_adapter *adapter = netdev_priv(netdev); in ixgbevf_set_msglevel()
141 struct ixgbevf_adapter *adapter = netdev_priv(netdev); in ixgbevf_get_regs()
214 struct ixgbevf_adapter *adapter = netdev_priv(netdev); in ixgbevf_get_drvinfo()
[all …]
Dixgbevf_main.c89 static void ixgbevf_service_event_schedule(struct ixgbevf_adapter *adapter) in ixgbevf_service_event_schedule()
97 static void ixgbevf_service_event_complete(struct ixgbevf_adapter *adapter) in ixgbevf_service_event_complete()
107 static void ixgbevf_queue_reset_subtask(struct ixgbevf_adapter *adapter);
109 static void ixgbevf_free_all_rx_resources(struct ixgbevf_adapter *adapter);
116 struct ixgbevf_adapter *adapter = hw->back; in ixgbevf_remove_adapter()
165 static void ixgbevf_set_ivar(struct ixgbevf_adapter *adapter, s8 direction, in ixgbevf_set_ivar()
196 struct ixgbevf_adapter *adapter = netdev_priv(ring->netdev); in ixgbevf_get_tx_pending()
236 static void ixgbevf_tx_timeout_reset(struct ixgbevf_adapter *adapter) in ixgbevf_tx_timeout_reset()
252 struct ixgbevf_adapter *adapter = netdev_priv(netdev); in ixgbevf_tx_timeout()
266 struct ixgbevf_adapter *adapter = q_vector->adapter; in ixgbevf_clean_tx_irq()
[all …]
Dipsec.c18 static int ixgbevf_ipsec_set_pf_sa(struct ixgbevf_adapter *adapter, in ixgbevf_ipsec_set_pf_sa()
68 static int ixgbevf_ipsec_del_pf_sa(struct ixgbevf_adapter *adapter, int pfsa) in ixgbevf_ipsec_del_pf_sa()
101 void ixgbevf_ipsec_restore(struct ixgbevf_adapter *adapter) in ixgbevf_ipsec_restore()
266 struct ixgbevf_adapter *adapter; in ixgbevf_ipsec_add_sa()
396 struct ixgbevf_adapter *adapter; in ixgbevf_ipsec_del_sa()
467 struct ixgbevf_adapter *adapter = netdev_priv(tx_ring->netdev); in ixgbevf_ipsec_tx()
559 struct ixgbevf_adapter *adapter = netdev_priv(rx_ring->netdev); in ixgbevf_ipsec_rx()
625 void ixgbevf_init_ipsec_offload(struct ixgbevf_adapter *adapter) in ixgbevf_init_ipsec_offload()
681 void ixgbevf_stop_ipsec_offload(struct ixgbevf_adapter *adapter) in ixgbevf_stop_ipsec_offload()
Dvf.c135 struct ixgbevf_adapter *adapter = hw->back; in ixgbevf_hv_reset_hw_vf()