Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/ethernet/intel/igbvf/
Digbvf.h42 struct igbvf_adapter;
147 struct igbvf_adapter *adapter; /* backlink */
176 struct igbvf_adapter { struct
286 s32 (*get_variants)(struct igbvf_adapter *); argument
308 void igbvf_check_options(struct igbvf_adapter *);
311 int igbvf_up(struct igbvf_adapter *);
312 void igbvf_down(struct igbvf_adapter *);
313 void igbvf_reinit_locked(struct igbvf_adapter *);
314 int igbvf_setup_rx_resources(struct igbvf_adapter *, struct igbvf_ring *);
315 int igbvf_setup_tx_resources(struct igbvf_adapter *, struct igbvf_ring *);
[all …]
Dnetdev.c63 static void igbvf_reset(struct igbvf_adapter *);
64 static void igbvf_set_interrupt_capability(struct igbvf_adapter *);
65 static void igbvf_reset_interrupt_capability(struct igbvf_adapter *);
105 static void igbvf_receive_skb(struct igbvf_adapter *adapter, in igbvf_receive_skb()
125 static inline void igbvf_rx_checksum_adv(struct igbvf_adapter *adapter, in igbvf_rx_checksum_adv()
158 struct igbvf_adapter *adapter = rx_ring->adapter; in igbvf_alloc_rx_buffers()
264 static bool igbvf_clean_rx_irq(struct igbvf_adapter *adapter, in igbvf_clean_rx_irq()
407 static void igbvf_put_txbuf(struct igbvf_adapter *adapter, in igbvf_put_txbuf()
436 int igbvf_setup_tx_resources(struct igbvf_adapter *adapter, in igbvf_setup_tx_resources()
474 int igbvf_setup_rx_resources(struct igbvf_adapter *adapter, in igbvf_setup_rx_resources()
[all …]
Dethtool.c46 sizeof(((struct igbvf_adapter *)0)->current), \
47 offsetof(struct igbvf_adapter, current), \
48 offsetof(struct igbvf_adapter, base)
77 struct igbvf_adapter *adapter = netdev_priv(netdev); in igbvf_get_settings()
130 struct igbvf_adapter *adapter = netdev_priv(netdev); in igbvf_get_msglevel()
137 struct igbvf_adapter *adapter = netdev_priv(netdev); in igbvf_set_msglevel()
151 struct igbvf_adapter *adapter = netdev_priv(netdev); in igbvf_get_regs()
192 struct igbvf_adapter *adapter = netdev_priv(netdev); in igbvf_get_drvinfo()
204 struct igbvf_adapter *adapter = netdev_priv(netdev); in igbvf_get_ringparam()
217 struct igbvf_adapter *adapter = netdev_priv(netdev); in igbvf_set_ringparam()
[all …]