Searched defs:gve_tx_fifo (Results 1 – 1 of 1) sorted by relevance
352 struct gve_tx_fifo { struct353 void *base; /* address of base of FIFO */354 u32 size; /* total size */355 atomic_t available; /* how much space is still available */356 u32 head; /* offset to write at */357 struct gve_queue_page_list *qpl; /* QPL mapped into this FIFO */
Completed in 13 milliseconds