Searched defs:gve_notify_block (Results 1 – 1 of 1) sorted by relevance
617 struct gve_notify_block { struct618 __be32 *irq_db_index; /* pointer to idx into Bar2 */619 char name[IFNAMSIZ + 16]; /* name registered with the kernel */620 struct napi_struct napi; /* kernel napi struct for this block */621 struct gve_priv *priv;622 struct gve_tx_ring *tx; /* tx rings on this block */623 struct gve_rx_ring *rx; /* rx rings on this block */624 u32 irq;