Home
last modified time | relevance | path

Searched refs:pkts_cmpl_flag (Results 1 – 3 of 3) sorted by relevance

/dpdk/lib/vhost/
H A Dvhost.c342 rte_free(vq->async->pkts_cmpl_flag); in vhost_free_async_mem()
1654 async->pkts_cmpl_flag = rte_zmalloc_socket(NULL, vq->size * sizeof(bool), in async_channel_register()
1656 if (!async->pkts_cmpl_flag) { in async_channel_register()
H A Dvhost.h211 bool *pkts_cmpl_flag; member
H A Dvirtio_net.c93 dma_info->pkts_cmpl_flag_addr[copy_idx & ring_mask] = &vq->async->pkts_cmpl_flag[flag_idx]; in vhost_async_dma_transfer_one()
1981 while (vq->async->pkts_cmpl_flag[from] && count--) { in vhost_poll_enqueue_completed()
1982 vq->async->pkts_cmpl_flag[from] = false; in vhost_poll_enqueue_completed()