Home
last modified time | relevance | path

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

/dpdk/lib/gpudev/
H A Dgpudev.c898 comm_list[idx_l].pkt_list = rte_zmalloc(NULL, in rte_gpu_comm_create_list()
900 if (comm_list[idx_l].pkt_list == NULL) { in rte_gpu_comm_create_list()
907 comm_list[idx_l].pkt_list); in rte_gpu_comm_create_list()
954 ret = rte_gpu_mem_unregister(dev_id, comm_list[idx_l].pkt_list); in rte_gpu_comm_destroy_list()
960 rte_free(comm_list[idx_l].pkt_list); in rte_gpu_comm_destroy_list()
990 if (comm_list_item == NULL || comm_list_item->pkt_list == NULL || in rte_gpu_comm_populate_list_pkts()
1004 comm_list_item->pkt_list[idx].addr = in rte_gpu_comm_populate_list_pkts()
1006 comm_list_item->pkt_list[idx].size = mbufs[idx]->pkt_len; in rte_gpu_comm_populate_list_pkts()
1074 if (comm_list_item->pkt_list[idx].addr == 0) in rte_gpu_comm_cleanup_list()
1077 comm_list_item->pkt_list[idx].addr = 0; in rte_gpu_comm_cleanup_list()
[all …]
H A Drte_gpudev.h126 struct rte_gpu_comm_pkt *pkt_list; member
/dpdk/doc/guides/prog_guide/
H A Dgpudev.rst213 struct rte_gpu_comm_pkt *pkt_list = NULL;