Home
last modified time | relevance | path

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

/freebsd-head/sys/dev/gve/
HDgve_tx_dqo.c615 int32_t buf = tx->dqo.free_qpl_bufs_csm; in gve_tx_alloc_qpl_buf()
618 tx->dqo.free_qpl_bufs_csm = atomic_swap_32( in gve_tx_alloc_qpl_buf()
620 buf = tx->dqo.free_qpl_bufs_csm; in gve_tx_alloc_qpl_buf()
625 tx->dqo.free_qpl_bufs_csm = tx->dqo.qpl_bufs[buf]; in gve_tx_alloc_qpl_buf()
1021 tx->dqo.free_qpl_bufs_csm = 0; in gve_clear_tx_ring_dqo()
HDgve.h438 int32_t free_qpl_bufs_csm; member