Home
last modified time | relevance | path

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

/freebsd-head/sys/dev/gve/
HDgve_tx.c549 uint32_t aligned_head; in gve_tx_alloc_fifo() local
586 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()