Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/ethernet/intel/ixgbevf/
Dixgbevf_main.c99 static void ixgbevf_service_event_schedule(struct ixgbevf_adapter *adapter) in ixgbevf_service_event_schedule()
107 static void ixgbevf_service_event_complete(struct ixgbevf_adapter *adapter) in ixgbevf_service_event_complete()
117 static void ixgbevf_queue_reset_subtask(struct ixgbevf_adapter *adapter);
119 static void ixgbevf_free_all_rx_resources(struct ixgbevf_adapter *adapter);
123 struct ixgbevf_adapter *adapter = hw->back; in ixgbevf_remove_adapter()
172 static void ixgbevf_set_ivar(struct ixgbevf_adapter *adapter, s8 direction, in ixgbevf_set_ivar()
225 struct ixgbevf_adapter *adapter = netdev_priv(ring->netdev); in ixgbevf_get_tx_pending()
265 static void ixgbevf_tx_timeout_reset(struct ixgbevf_adapter *adapter) in ixgbevf_tx_timeout_reset()
280 struct ixgbevf_adapter *adapter = netdev_priv(netdev); in ixgbevf_tx_timeout()
293 struct ixgbevf_adapter *adapter = q_vector->adapter; in ixgbevf_clean_tx_irq()
[all …]
Dethtool.c56 .sizeof_stat = FIELD_SIZEOF(struct ixgbevf_adapter, m), \
57 .stat_offset = offsetof(struct ixgbevf_adapter, m), \
58 .base_stat_offset = offsetof(struct ixgbevf_adapter, b), \
59 .saved_reset_offset = offsetof(struct ixgbevf_adapter, r) \
63 .sizeof_stat = FIELD_SIZEOF(struct ixgbevf_adapter, m), \
64 .stat_offset = offsetof(struct ixgbevf_adapter, m), \
108 struct ixgbevf_adapter *adapter = netdev_priv(netdev); in ixgbevf_get_settings()
148 struct ixgbevf_adapter *adapter = netdev_priv(netdev); in ixgbevf_get_msglevel()
155 struct ixgbevf_adapter *adapter = netdev_priv(netdev); in ixgbevf_set_msglevel()
172 struct ixgbevf_adapter *adapter = netdev_priv(netdev); in ixgbevf_get_regs()
[all …]
Dixgbevf.h193 struct ixgbevf_adapter *adapter;
378 struct ixgbevf_adapter { struct
490 void ixgbevf_up(struct ixgbevf_adapter *adapter);
491 void ixgbevf_down(struct ixgbevf_adapter *adapter);
492 void ixgbevf_reinit_locked(struct ixgbevf_adapter *adapter);
493 void ixgbevf_reset(struct ixgbevf_adapter *adapter);
499 void ixgbevf_update_stats(struct ixgbevf_adapter *adapter);
504 void ixgbe_napi_add_all(struct ixgbevf_adapter *adapter);
505 void ixgbe_napi_del_all(struct ixgbevf_adapter *adapter);