Searched refs:aligned_head (Results 1 – 1 of 1) sorted by relevance
549 uint32_t aligned_head; in gve_tx_alloc_fifo() local586 aligned_head = roundup2(fifo->head, CACHE_LINE_SIZE); in gve_tx_alloc_fifo()587 padding = aligned_head - fifo->head; in gve_tx_alloc_fifo()590 fifo->head = aligned_head; in gve_tx_alloc_fifo()