Home
last modified time | relevance | path

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

/freebsd/sys/dev/gve/
H A Dgve_tx.c579 uint32_t aligned_head; in gve_tx_alloc_fifo() local
616 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()