Home
last modified time | relevance | path

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

/freebsd/sys/dev/gve/
H A Dgve_tx_dqo.c605 &tx->dqo.free_qpl_bufs_prd, -1); in gve_tx_alloc_qpl_buf()
871 old_head = atomic_load_32(&tx->dqo.free_qpl_bufs_prd); in gve_reap_qpl_bufs_dqo()
879 if (atomic_cmpset_rel_32(&tx->dqo.free_qpl_bufs_prd, in gve_reap_qpl_bufs_dqo()
1008 atomic_store_32(&tx->dqo.free_qpl_bufs_prd, -1); in gve_clear_tx_ring_dqo()
H A Dgve.h467 int32_t free_qpl_bufs_prd; member