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 *);
136 struct igbvf_adapter *adapter = rx_ring->adapter; in igbvf_alloc_rx_buffers()
498 struct igbvf_adapter *adapter = tx_ring->adapter; in igbvf_clean_tx_ring()
552 struct igbvf_adapter *adapter = rx_ring->adapter; in igbvf_clean_rx_ring()
774 struct igbvf_adapter *adapter = tx_ring->adapter; in igbvf_clean_tx_irq()
1190 struct igbvf_adapter *adapter = rx_ring->adapter; in igbvf_poll()
1541 int igbvf_up(struct igbvf_adapter *adapter) in igbvf_up()
1565 void igbvf_down(struct igbvf_adapter *adapter) in igbvf_down()
1915 struct igbvf_adapter, in igbvf_watchdog_task()
2384 struct igbvf_adapter *adapter; in igbvf_reset_task()
[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 …]