Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/net/ethernet/google/gve/
Dgve_tx.c78 u32 aligned_head; in gve_tx_alloc_fifo() local
113 aligned_head = L1_CACHE_ALIGN(fifo->head); in gve_tx_alloc_fifo()
114 padding = aligned_head - fifo->head; in gve_tx_alloc_fifo()
117 fifo->head = aligned_head; in gve_tx_alloc_fifo()