Home
last modified time | relevance | path

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

/f-stack/dpdk/lib/librte_ethdev/
H A Drte_ethdev.c3329 uint32_t *set_ptypes, unsigned int num) in rte_eth_dev_set_ptypes() argument
3349 if (num > 0 && set_ptypes == NULL) in rte_eth_dev_set_ptypes()
3389 for (i = 0, j = 0; set_ptypes != NULL && in rte_eth_dev_set_ptypes()
3393 set_ptypes[j] = all_ptypes[i]; in rte_eth_dev_set_ptypes()
3401 if (set_ptypes != NULL && j < num) in rte_eth_dev_set_ptypes()
3402 set_ptypes[j] = RTE_PTYPE_UNKNOWN; in rte_eth_dev_set_ptypes()
3408 set_ptypes[0] = RTE_PTYPE_UNKNOWN; in rte_eth_dev_set_ptypes()
H A Drte_ethdev.h3118 uint32_t *set_ptypes, unsigned int num);