Home
last modified time | relevance | path

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

/freebsd/sys/dev/gve/
H A Dgve_tx_dqo.c589 &tx->dqo.qpl_bufs_produced); in gve_tx_have_enough_qpl_bufs()
887 atomic_add_rel_32(&tx->dqo.qpl_bufs_produced, pkt->num_qpl_bufs); in gve_reap_qpl_bufs_dqo()
1009 atomic_store_32(&tx->dqo.qpl_bufs_produced, qpl_buf_cnt); in gve_clear_tx_ring_dqo()
H A Dgve.h468 uint32_t qpl_bufs_produced; member