Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/google/gve/
H A Dgve.h632 struct gve_priv { struct
633 struct net_device *dev;
634 struct gve_tx_ring *tx; /* array of tx_cfg.num_queues */
635 struct gve_rx_ring *rx; /* array of rx_cfg.num_queues */
636 struct gve_queue_page_list *qpls; /* array of num qpls */
637 struct gve_notify_block *ntfy_blocks; /* array of num_ntfy_blks */
638 struct gve_irq_db *irq_db_indices; /* array of num_ntfy_blks */
639 dma_addr_t irq_db_indices_bus;
640 struct msix_entry *msix_vectors; /* array of num_ntfy_blks + 1 */
641 char mgmt_msix_name[IFNAMSIZ + 16];
[all …]