Searched defs:gve_priv (Results 1 – 1 of 1) sorted by relevance
792 struct gve_priv { struct793 struct net_device *dev;794 struct gve_tx_ring *tx; /* array of tx_cfg.num_queues */795 struct gve_rx_ring *rx; /* array of rx_cfg.num_queues */796 struct gve_notify_block *ntfy_blocks; /* array of num_ntfy_blks */797 struct gve_irq_db *irq_db_indices; /* array of num_ntfy_blks */798 dma_addr_t irq_db_indices_bus;799 struct msix_entry *msix_vectors; /* array of num_ntfy_blks + 1 */800 char mgmt_msix_name[IFNAMSIZ + 16];801 u32 mgmt_msix_idx;[all …]