Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/net/ethernet/intel/ixgbevf/
Dixgbevf.h232 struct ixgbevf_adapter *adapter;
320 struct ixgbevf_adapter { struct
447 void ixgbevf_up(struct ixgbevf_adapter *adapter);
448 void ixgbevf_down(struct ixgbevf_adapter *adapter);
449 void ixgbevf_reinit_locked(struct ixgbevf_adapter *adapter);
450 void ixgbevf_reset(struct ixgbevf_adapter *adapter);
452 int ixgbevf_setup_rx_resources(struct ixgbevf_adapter *adapter,
457 void ixgbevf_update_stats(struct ixgbevf_adapter *adapter);
463 void ixgbevf_init_ipsec_offload(struct ixgbevf_adapter *adapter);
464 void ixgbevf_stop_ipsec_offload(struct ixgbevf_adapter *adapter);
[all …]
Dethtool.c34 .sizeof_stat = FIELD_SIZEOF(struct ixgbevf_adapter, _stat), \
35 .stat_offset = offsetof(struct ixgbevf_adapter, _stat) \
63 (((struct ixgbevf_adapter *)netdev_priv(netdev))->num_tx_queues + \
64 ((struct ixgbevf_adapter *)netdev_priv(netdev))->num_xdp_queues + \
65 ((struct ixgbevf_adapter *)netdev_priv(netdev))->num_rx_queues) * \
87 struct ixgbevf_adapter *adapter = netdev_priv(netdev); in ixgbevf_get_link_ksettings()
121 struct ixgbevf_adapter *adapter = netdev_priv(netdev); in ixgbevf_get_msglevel()
128 struct ixgbevf_adapter *adapter = netdev_priv(netdev); in ixgbevf_set_msglevel()
145 struct ixgbevf_adapter *adapter = netdev_priv(netdev); in ixgbevf_get_regs()
218 struct ixgbevf_adapter *adapter = netdev_priv(netdev); in ixgbevf_get_drvinfo()
[all …]
Dixgbevf_main.c93 static void ixgbevf_service_event_schedule(struct ixgbevf_adapter *adapter) in ixgbevf_service_event_schedule()
101 static void ixgbevf_service_event_complete(struct ixgbevf_adapter *adapter) in ixgbevf_service_event_complete()
111 static void ixgbevf_queue_reset_subtask(struct ixgbevf_adapter *adapter);
113 static void ixgbevf_free_all_rx_resources(struct ixgbevf_adapter *adapter);
120 struct ixgbevf_adapter *adapter = hw->back; in ixgbevf_remove_adapter()
169 static void ixgbevf_set_ivar(struct ixgbevf_adapter *adapter, s8 direction, in ixgbevf_set_ivar()
200 struct ixgbevf_adapter *adapter = netdev_priv(ring->netdev); in ixgbevf_get_tx_pending()
240 static void ixgbevf_tx_timeout_reset(struct ixgbevf_adapter *adapter) in ixgbevf_tx_timeout_reset()
255 struct ixgbevf_adapter *adapter = netdev_priv(netdev); in ixgbevf_tx_timeout()
269 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()
264 struct ixgbevf_adapter *adapter = netdev_priv(dev); in ixgbevf_ipsec_add_sa()
382 struct ixgbevf_adapter *adapter = netdev_priv(dev); in ixgbevf_ipsec_del_sa()
450 struct ixgbevf_adapter *adapter = netdev_priv(tx_ring->netdev); in ixgbevf_ipsec_tx()
542 struct ixgbevf_adapter *adapter = netdev_priv(rx_ring->netdev); in ixgbevf_ipsec_rx()
608 void ixgbevf_init_ipsec_offload(struct ixgbevf_adapter *adapter) in ixgbevf_init_ipsec_offload()
663 void ixgbevf_stop_ipsec_offload(struct ixgbevf_adapter *adapter) in ixgbevf_stop_ipsec_offload()
Dvf.c131 struct ixgbevf_adapter *adapter = hw->back; in ixgbevf_hv_reset_hw_vf()