Home
last modified time | relevance | path

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

/freebsd/sys/dev/gve/
H A Dgve_tx_dqo.c576 uint32_t available = tx->dqo.qpl_bufs_produced_cached - in gve_tx_have_enough_qpl_bufs()
582 tx->dqo.qpl_bufs_produced_cached = atomic_load_acq_32( in gve_tx_have_enough_qpl_bufs()
584 available = tx->dqo.qpl_bufs_produced_cached - in gve_tx_have_enough_qpl_bufs()
1003 tx->dqo.qpl_bufs_produced_cached = qpl_buf_cnt; in gve_clear_tx_ring_dqo()
H A Dgve.h436 uint32_t qpl_bufs_produced_cached; /* Cached value of qpl_bufs_produced */ member