Searched refs:ixgbevf_adapter (Results 1 – 3 of 3) sorted by relevance
/linux-4.1.27/drivers/net/ethernet/intel/ixgbevf/ |
D | ixgbevf_main.c | 99 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 …]
|
D | ethtool.c | 56 .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 …]
|
D | ixgbevf.h | 191 struct ixgbevf_adapter *adapter; 376 struct ixgbevf_adapter { struct 479 void ixgbevf_up(struct ixgbevf_adapter *adapter); 480 void ixgbevf_down(struct ixgbevf_adapter *adapter); 481 void ixgbevf_reinit_locked(struct ixgbevf_adapter *adapter); 482 void ixgbevf_reset(struct ixgbevf_adapter *adapter); 488 void ixgbevf_update_stats(struct ixgbevf_adapter *adapter); 493 void ixgbe_napi_add_all(struct ixgbevf_adapter *adapter); 494 void ixgbe_napi_del_all(struct ixgbevf_adapter *adapter);
|