gve_tx_fifo
struct gve_tx_fifo tx_fifo;
static void gve_tx_free_fifo(struct gve_tx_fifo *fifo, size_t bytes)
static int gve_tx_fifo_init(struct gve_priv *priv, struct gve_tx_fifo *fifo)
static void gve_tx_fifo_release(struct gve_priv *priv, struct gve_tx_fifo *fifo)
static int gve_tx_fifo_pad_alloc_one_frag(struct gve_tx_fifo *fifo,
static bool gve_tx_fifo_can_alloc(struct gve_tx_fifo *fifo, size_t bytes)
static int gve_tx_alloc_fifo(struct gve_tx_fifo *fifo, size_t bytes,