Searched refs:set_ptypes (Results 1 – 2 of 2) sorted by relevance
3329 uint32_t *set_ptypes, unsigned int num) in rte_eth_dev_set_ptypes() argument3349 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()
3118 uint32_t *set_ptypes, unsigned int num);