Searched defs:gve_priv (Results 1 – 1 of 1) sorted by relevance
637 struct gve_priv { struct638 struct net_device *dev;639 struct gve_tx_ring *tx; /* array of tx_cfg.num_queues */640 struct gve_rx_ring *rx; /* array of rx_cfg.num_queues */641 struct gve_queue_page_list *qpls; /* array of num qpls */642 struct gve_notify_block *ntfy_blocks; /* array of num_ntfy_blks */643 struct gve_irq_db *irq_db_indices; /* array of num_ntfy_blks */644 dma_addr_t irq_db_indices_bus;645 struct msix_entry *msix_vectors; /* array of num_ntfy_blks + 1 */646 char mgmt_msix_name[IFNAMSIZ + 16];[all …]