Searched defs:gve_tx_fifo (Results 1 – 1 of 1) sorted by relevance
377 struct gve_tx_fifo { struct378 void *base; /* address of base of FIFO */379 u32 size; /* total size */380 atomic_t available; /* how much space is still available */381 u32 head; /* offset to write at */382 struct gve_queue_page_list *qpl; /* QPL mapped into this FIFO */