Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/ethernet/intel/ixgbevf/
Dethtool.c34 .sizeof_stat = FIELD_SIZEOF(struct ixgbevf_adapter, _stat), \
35 .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()
125 struct ixgbevf_adapter *adapter = netdev_priv(netdev); in ixgbevf_get_msglevel()
132 struct ixgbevf_adapter *adapter = netdev_priv(netdev); in ixgbevf_set_msglevel()
149 struct ixgbevf_adapter *adapter = netdev_priv(netdev); in ixgbevf_get_regs()
222 struct ixgbevf_adapter *adapter = netdev_priv(netdev); in ixgbevf_get_drvinfo()
[all …]
Dixgbevf_main.c92 static void ixgbevf_service_event_schedule(struct ixgbevf_adapter *adapter) in ixgbevf_service_event_schedule()
100 static void ixgbevf_service_event_complete(struct ixgbevf_adapter *adapter) in ixgbevf_service_event_complete()
110 static void ixgbevf_queue_reset_subtask(struct ixgbevf_adapter *adapter);
112 static void ixgbevf_free_all_rx_resources(struct ixgbevf_adapter *adapter);
119 struct ixgbevf_adapter *adapter = hw->back; in ixgbevf_remove_adapter()
168 static void ixgbevf_set_ivar(struct ixgbevf_adapter *adapter, s8 direction, in ixgbevf_set_ivar()
199 struct ixgbevf_adapter *adapter = netdev_priv(ring->netdev); in ixgbevf_get_tx_pending()
239 static void ixgbevf_tx_timeout_reset(struct ixgbevf_adapter *adapter) in ixgbevf_tx_timeout_reset()
254 struct ixgbevf_adapter *adapter = netdev_priv(netdev); in ixgbevf_tx_timeout()
268 struct ixgbevf_adapter *adapter = q_vector->adapter; in ixgbevf_clean_tx_irq()
[all …]
Dixgbevf.h230 struct ixgbevf_adapter *adapter;
318 struct ixgbevf_adapter { struct
439 void ixgbevf_up(struct ixgbevf_adapter *adapter);
440 void ixgbevf_down(struct ixgbevf_adapter *adapter);
441 void ixgbevf_reinit_locked(struct ixgbevf_adapter *adapter);
442 void ixgbevf_reset(struct ixgbevf_adapter *adapter);
444 int ixgbevf_setup_rx_resources(struct ixgbevf_adapter *adapter,
449 void ixgbevf_update_stats(struct ixgbevf_adapter *adapter);
454 void ixgbe_napi_add_all(struct ixgbevf_adapter *adapter);
455 void ixgbe_napi_del_all(struct ixgbevf_adapter *adapter);
[all …]
Dvf.c131 struct ixgbevf_adapter *adapter = hw->back; in ixgbevf_hv_reset_hw_vf()