Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/net/ethernet/google/gve/
H A 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()
/kernel/linux/linux-6.6/drivers/net/ethernet/google/gve/
H A Dgve_tx.c88 u32 aligned_head; in gve_tx_alloc_fifo() local
123 aligned_head = L1_CACHE_ALIGN(fifo->head); in gve_tx_alloc_fifo()
124 padding = aligned_head - fifo->head; in gve_tx_alloc_fifo()
127 fifo->head = aligned_head; in gve_tx_alloc_fifo()

Completed in 3 milliseconds