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

/linux-master/drivers/net/ethernet/intel/igbvf/
H A Digbvf.h19 struct igbvf_adapter;
126 struct igbvf_adapter *adapter; /* backlink */
155 struct igbvf_adapter { struct
264 s32 (*get_variants)(struct igbvf_adapter *);
285 void igbvf_check_options(struct igbvf_adapter *);
288 int igbvf_up(struct igbvf_adapter *);
289 void igbvf_down(struct igbvf_adapter *);
290 void igbvf_reinit_locked(struct igbvf_adapter *);
291 int igbvf_setup_rx_resources(struct igbvf_adapter *, struct igbvf_ring *);
292 int igbvf_setup_tx_resources(struct igbvf_adapter *, struc
[all...]
H A Dethtool.c23 sizeof(((struct igbvf_adapter *)0)->current), \
24 offsetof(struct igbvf_adapter, current), \
25 offsetof(struct igbvf_adapter, base)
54 struct igbvf_adapter *adapter = netdev_priv(netdev);
107 struct igbvf_adapter *adapter = netdev_priv(netdev);
114 struct igbvf_adapter *adapter = netdev_priv(netdev);
128 struct igbvf_adapter *adapter = netdev_priv(netdev);
170 struct igbvf_adapter *adapter = netdev_priv(netdev);
182 struct igbvf_adapter *adapter = netdev_priv(netdev);
197 struct igbvf_adapter *adapte
[all...]
H A Dnetdev.c39 static void igbvf_reset(struct igbvf_adapter *);
40 static void igbvf_set_interrupt_capability(struct igbvf_adapter *);
41 static void igbvf_reset_interrupt_capability(struct igbvf_adapter *);
83 static void igbvf_receive_skb(struct igbvf_adapter *adapter,
103 static inline void igbvf_rx_checksum_adv(struct igbvf_adapter *adapter,
136 struct igbvf_adapter *adapter = rx_ring->adapter;
244 static bool igbvf_clean_rx_irq(struct igbvf_adapter *adapter,
386 static void igbvf_put_txbuf(struct igbvf_adapter *adapter,
416 int igbvf_setup_tx_resources(struct igbvf_adapter *adapter,
455 int igbvf_setup_rx_resources(struct igbvf_adapter *adapte
[all...]

Completed in 376 milliseconds