Searched refs:pstart (Results 1 – 3 of 3) sorted by relevance
299 const struct rte_auxiliary_device *pstart; in auxiliary_find_device() local303 pstart = RTE_DEV_TO_AUXILIARY_CONST(start); in auxiliary_find_device()304 adev = TAILQ_NEXT(pstart, next); in auxiliary_find_device()
165 bucket_fill_obj_table(const struct bucket_data *bd, void **pstart, in bucket_fill_obj_table() argument169 uint8_t *objptr = *pstart; in bucket_fill_obj_table()174 *pstart = objptr; in bucket_fill_obj_table()
483 const struct rte_pci_device *pstart; in pci_find_device() local487 pstart = RTE_DEV_TO_PCI_CONST(start); in pci_find_device()488 pdev = TAILQ_NEXT(pstart, next); in pci_find_device()