Searched refs:igbvf_adapter (Results 1 – 2 of 2) sorted by relevance
19 struct igbvf_adapter;126 struct igbvf_adapter *adapter; /* backlink */155 struct igbvf_adapter { struct261 s32 (*get_variants)(struct igbvf_adapter *); argument284 int igbvf_up(struct igbvf_adapter *);285 void igbvf_down(struct igbvf_adapter *);286 void igbvf_reinit_locked(struct igbvf_adapter *);287 int igbvf_setup_rx_resources(struct igbvf_adapter *, struct igbvf_ring *);288 int igbvf_setup_tx_resources(struct igbvf_adapter *, struct igbvf_ring *);291 void igbvf_update_stats(struct igbvf_adapter *);
23 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 …]