Home
last modified time | relevance | path

Searched defs:gve_priv (Results 1 – 1 of 1) sorted by relevance

/linux-5.19.10/drivers/net/ethernet/google/gve/
Dgve.h494 struct gve_priv { struct
495 struct net_device *dev;
496 struct gve_tx_ring *tx; /* array of tx_cfg.num_queues */
497 struct gve_rx_ring *rx; /* array of rx_cfg.num_queues */
498 struct gve_queue_page_list *qpls; /* array of num qpls */
499 struct gve_notify_block *ntfy_blocks; /* array of num_ntfy_blks */
500 struct gve_irq_db *irq_db_indices; /* array of num_ntfy_blks */
501 dma_addr_t irq_db_indices_bus;
502 struct msix_entry *msix_vectors; /* array of num_ntfy_blks + 1 */
503 char mgmt_msix_name[IFNAMSIZ + 16];
[all …]