Searched defs:gve_priv (Results 1 – 2 of 2) sorted by relevance
182 struct gve_priv { struct183 struct net_device *dev;184 struct gve_tx_ring *tx; /* array of tx_cfg.num_queues */185 struct gve_rx_ring *rx; /* array of rx_cfg.num_queues */186 struct gve_queue_page_list *qpls; /* array of num qpls */187 struct gve_notify_block *ntfy_blocks; /* array of num_ntfy_blks */188 dma_addr_t ntfy_block_bus;189 struct msix_entry *msix_vectors; /* array of num_ntfy_blks + 1 */190 char mgmt_msix_name[IFNAMSIZ + 16];191 u32 mgmt_msix_idx;[all …]
632 struct gve_priv { struct633 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 …]