Home
last modified time | relevance | path

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

/openbmc/linux/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 *); argument
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 *, struct igbvf_ring *);
[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, 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 …]
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); in igbvf_get_link_ksettings()
107 struct igbvf_adapter *adapter = netdev_priv(netdev); in igbvf_get_msglevel()
114 struct igbvf_adapter *adapter = netdev_priv(netdev); in igbvf_set_msglevel()
128 struct igbvf_adapter *adapter = netdev_priv(netdev); in igbvf_get_regs()
170 struct igbvf_adapter *adapter = netdev_priv(netdev); in igbvf_get_drvinfo()
182 struct igbvf_adapter *adapter = netdev_priv(netdev); in igbvf_get_ringparam()
197 struct igbvf_adapter *adapter = netdev_priv(netdev); in igbvf_set_ringparam()
[all …]