Searched refs:ixgbevf_adapter (Results 1 - 10 of 10) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/ixgbevf/ |
H A D | ixgbevf.h | 232 struct ixgbevf_adapter *adapter; 320 struct ixgbevf_adapter { struct 448 void ixgbevf_up(struct ixgbevf_adapter *adapter); 449 void ixgbevf_down(struct ixgbevf_adapter *adapter); 450 void ixgbevf_reinit_locked(struct ixgbevf_adapter *adapter); 451 void ixgbevf_reset(struct ixgbevf_adapter *adapter); 453 int ixgbevf_setup_rx_resources(struct ixgbevf_adapter *adapter, 458 void ixgbevf_update_stats(struct ixgbevf_adapter *adapter); 464 void ixgbevf_init_ipsec_offload(struct ixgbevf_adapter *adapter); 465 void ixgbevf_stop_ipsec_offload(struct ixgbevf_adapter *adapte [all...] |
H A D | ethtool.c | 34 .sizeof_stat = sizeof_field(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 *adapte in ixgbevf_get_drvinfo() [all...] |
H A D | ixgbevf_main.c | 90 static void ixgbevf_service_event_schedule(struct ixgbevf_adapter *adapter) in ixgbevf_service_event_schedule() 98 static void ixgbevf_service_event_complete(struct ixgbevf_adapter *adapter) in ixgbevf_service_event_complete() 108 static void ixgbevf_queue_reset_subtask(struct ixgbevf_adapter *adapter); 110 static void ixgbevf_free_all_rx_resources(struct ixgbevf_adapter *adapter); 117 struct ixgbevf_adapter *adapter = hw->back; in ixgbevf_remove_adapter() 166 static void ixgbevf_set_ivar(struct ixgbevf_adapter *adapter, s8 direction, in ixgbevf_set_ivar() 197 struct ixgbevf_adapter *adapter = netdev_priv(ring->netdev); in ixgbevf_get_tx_pending() 237 static void ixgbevf_tx_timeout_reset(struct ixgbevf_adapter *adapter) in ixgbevf_tx_timeout_reset() 253 struct ixgbevf_adapter *adapter = netdev_priv(netdev); in ixgbevf_tx_timeout() 267 struct ixgbevf_adapter *adapte in ixgbevf_clean_tx_irq() [all...] |
H A D | ipsec.c | 18 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; in ixgbevf_ipsec_add_sa() 390 struct ixgbevf_adapter *adapter; in ixgbevf_ipsec_del_sa() 461 struct ixgbevf_adapter *adapter = netdev_priv(tx_ring->netdev); in ixgbevf_ipsec_tx() 553 struct ixgbevf_adapter *adapter = netdev_priv(rx_ring->netdev); in ixgbevf_ipsec_rx() 619 void ixgbevf_init_ipsec_offload(struct ixgbevf_adapter *adapter) in ixgbevf_init_ipsec_offload() 674 void ixgbevf_stop_ipsec_offload(struct ixgbevf_adapter *adapter) in ixgbevf_stop_ipsec_offload()
|
H A D | vf.c | 131 struct ixgbevf_adapter *adapter = hw->back; in ixgbevf_hv_reset_hw_vf()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/ixgbevf/ |
H A D | ethtool.c | 32 .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 *adapte in ixgbevf_get_drvinfo() [all...] |
H A D | ixgbevf_main.c | 90 static void ixgbevf_service_event_schedule(struct ixgbevf_adapter *adapter) in ixgbevf_service_event_schedule() 98 static void ixgbevf_service_event_complete(struct ixgbevf_adapter *adapter) in ixgbevf_service_event_complete() 108 static void ixgbevf_queue_reset_subtask(struct ixgbevf_adapter *adapter); 110 static void ixgbevf_free_all_rx_resources(struct ixgbevf_adapter *adapter); 117 struct ixgbevf_adapter *adapter = hw->back; in ixgbevf_remove_adapter() 166 static void ixgbevf_set_ivar(struct ixgbevf_adapter *adapter, s8 direction, in ixgbevf_set_ivar() 197 struct ixgbevf_adapter *adapter = netdev_priv(ring->netdev); in ixgbevf_get_tx_pending() 237 static void ixgbevf_tx_timeout_reset(struct ixgbevf_adapter *adapter) in ixgbevf_tx_timeout_reset() 253 struct ixgbevf_adapter *adapter = netdev_priv(netdev); in ixgbevf_tx_timeout() 267 struct ixgbevf_adapter *adapte in ixgbevf_clean_tx_irq() [all...] |
H A D | ixgbevf.h | 232 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 *adapte [all...] |
H A D | ipsec.c | 18 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()
|
H A D | vf.c | 135 struct ixgbevf_adapter *adapter = hw->back; in ixgbevf_hv_reset_hw_vf()
|
Completed in 13 milliseconds