Searched defs:gve_tx_fifo (Results 1 – 1 of 1) sorted by relevance
358 struct gve_tx_fifo { struct359 void *base; /* address of base of FIFO */360 u32 size; /* total size */361 atomic_t available; /* how much space is still available */362 u32 head; /* offset to write at */363 struct gve_queue_page_list *qpl; /* QPL mapped into this FIFO */