Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/intel/igbvf/
H A Digbvf.h19 struct igbvf_adapter;
126 struct igbvf_adapter *adapter; /* backlink */
155 struct igbvf_adapter { struct
234 s32 (*get_variants)(struct igbvf_adapter *); argument
257 int igbvf_up(struct igbvf_adapter *);
258 void igbvf_down(struct igbvf_adapter *);
259 void igbvf_reinit_locked(struct igbvf_adapter *);
260 int igbvf_setup_rx_resources(struct igbvf_adapter *, struct igbvf_ring *);
261 int igbvf_setup_tx_resources(struct igbvf_adapter *, struct igbvf_ring *);
264 void igbvf_update_stats(struct igbvf_adapter *);
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, in igbvf_receive_skb()
103 static inline void igbvf_rx_checksum_adv(struct igbvf_adapter *adapter, in igbvf_rx_checksum_adv()
136 struct igbvf_adapter *adapter = rx_ring->adapter; in igbvf_alloc_rx_buffers()
244 static bool igbvf_clean_rx_irq(struct igbvf_adapter *adapter, in igbvf_clean_rx_irq()
386 static void igbvf_put_txbuf(struct igbvf_adapter *adapter, in igbvf_put_txbuf()
416 int igbvf_setup_tx_resources(struct igbvf_adapter *adapter, in igbvf_setup_tx_resources()
455 int igbvf_setup_rx_resources(struct igbvf_adapter *adapter, in igbvf_setup_rx_resources()
[all …]