Searched defs:gve_notify_block (Results 1 – 2 of 2) sorted by relevance
161 struct gve_notify_block { struct162 __be32 irq_db_index; /* idx into Bar2 - set by device, must be 1st */163 char name[IFNAMSIZ + 16]; /* name registered with the kernel */187 struct gve_notify_block *ntfy_blocks; /* array of num_ntfy_blks */ argument
581 struct gve_notify_block { struct582 __be32 *irq_db_index; /* pointer to idx into Bar2 */583 char name[IFNAMSIZ + 16]; /* name registered with the kernel */584 struct napi_struct napi; /* kernel napi struct for this block */585 struct gve_priv *priv;586 struct gve_tx_ring *tx; /* tx rings on this block */587 struct gve_rx_ring *rx; /* rx rings on this block */