Home
last modified time | relevance | path

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

/dpdk/lib/ethdev/
H A Drte_ethdev.c3209 uint32_t *set_ptypes, unsigned int num) in rte_eth_dev_set_ptypes() argument
3229 if (num > 0 && set_ptypes == NULL) { in rte_eth_dev_set_ptypes()
3273 for (i = 0, j = 0; set_ptypes != NULL && in rte_eth_dev_set_ptypes()
3277 set_ptypes[j] = all_ptypes[i]; in rte_eth_dev_set_ptypes()
3285 if (set_ptypes != NULL && j < num) in rte_eth_dev_set_ptypes()
3286 set_ptypes[j] = RTE_PTYPE_UNKNOWN; in rte_eth_dev_set_ptypes()
3292 set_ptypes[0] = RTE_PTYPE_UNKNOWN; in rte_eth_dev_set_ptypes()
H A Drte_ethdev.h3524 uint32_t *set_ptypes, unsigned int num);