Home
last modified time | relevance | path

Searched refs:aligned_head (Results 1 – 1 of 1) sorted by relevance

/linux-6.1.9/drivers/net/ethernet/google/gve/
Dgve_tx.c79 u32 aligned_head; in gve_tx_alloc_fifo() local
114 aligned_head = L1_CACHE_ALIGN(fifo->head); in gve_tx_alloc_fifo()
115 padding = aligned_head - fifo->head; in gve_tx_alloc_fifo()
118 fifo->head = aligned_head; in gve_tx_alloc_fifo()