Searched refs:aligned_head (Results 1 – 1 of 1) sorted by relevance
579 uint32_t aligned_head; in gve_tx_alloc_fifo() local616 aligned_head = roundup2(fifo->head, CACHE_LINE_SIZE); in gve_tx_alloc_fifo()617 padding = aligned_head - fifo->head; in gve_tx_alloc_fifo()620 fifo->head = aligned_head; in gve_tx_alloc_fifo()