Home
last modified time | relevance | path

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

/freebsd/sys/dev/gve/
H A Dgve_tx_dqo.c108 if (gve_is_qpl(priv) && tx->dqo.qpl_bufs != NULL) { in gve_tx_free_ring_dqo()
109 free(tx->dqo.qpl_bufs, M_GVE); in gve_tx_free_ring_dqo()
110 tx->dqo.qpl_bufs = NULL; in gve_tx_free_ring_dqo()
217 tx->dqo.qpl_bufs = malloc( in gve_tx_alloc_ring_dqo()
218 sizeof(*tx->dqo.qpl_bufs) * qpl_buf_cnt, in gve_tx_alloc_ring_dqo()
611 tx->dqo.free_qpl_bufs_csm = tx->dqo.qpl_bufs[buf]; in gve_tx_alloc_qpl_buf()
681 tx->dqo.qpl_bufs[prev_buf] = buf; in gve_tx_copy_mbuf_and_write_pkt_descs()
687 tx->dqo.qpl_bufs[buf] = -1; in gve_tx_copy_mbuf_and_write_pkt_descs()
865 buf = tx->dqo.qpl_bufs[buf]; in gve_reap_qpl_bufs_dqo()
872 tx->dqo.qpl_bufs[buf] = old_head; in gve_reap_qpl_bufs_dqo()
[all …]
H A Dgve.h485 int32_t *qpl_bufs; member