Searched refs:igbvf_adapter (Results 1 – 3 of 3) sorted by relevance
19 struct igbvf_adapter;126 struct igbvf_adapter *adapter; /* backlink */155 struct igbvf_adapter { struct234 s32 (*get_variants)(struct igbvf_adapter *); argument257 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 *);
39 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()1186 struct igbvf_adapter *adapter = rx_ring->adapter; in igbvf_poll()1537 int igbvf_up(struct igbvf_adapter *adapter) in igbvf_up()1561 void igbvf_down(struct igbvf_adapter *adapter) in igbvf_down()1905 struct igbvf_adapter, in igbvf_watchdog_task()2374 struct igbvf_adapter *adapter; in igbvf_reset_task()[all …]
23 sizeof(((struct igbvf_adapter *)0)->current), \24 offsetof(struct igbvf_adapter, current), \25 offsetof(struct igbvf_adapter, base)55 struct igbvf_adapter *adapter = netdev_priv(netdev); in igbvf_get_link_ksettings()108 struct igbvf_adapter *adapter = netdev_priv(netdev); in igbvf_get_msglevel()115 struct igbvf_adapter *adapter = netdev_priv(netdev); in igbvf_set_msglevel()129 struct igbvf_adapter *adapter = netdev_priv(netdev); in igbvf_get_regs()171 struct igbvf_adapter *adapter = netdev_priv(netdev); in igbvf_get_drvinfo()183 struct igbvf_adapter *adapter = netdev_priv(netdev); in igbvf_get_ringparam()198 struct igbvf_adapter *adapter = netdev_priv(netdev); in igbvf_set_ringparam()[all …]
Completed in 15 milliseconds