Home
last modified time | relevance | path

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

/dpdk/drivers/crypto/octeontx/
H A Dotx_cryptodev_hw_access.c519 uint64_t *next_ptr; in otx_cpt_get_resource() local
606 next_ptr = (uint64_t *)(chunk_prev->head + in otx_cpt_get_resource()
608 *next_ptr = (uint64_t)chunk->dma_addr; in otx_cpt_get_resource()
613 next_ptr = (uint64_t *)(chunk_prev->head + chunk_size - 8); in otx_cpt_get_resource()
614 *next_ptr = (uint64_t)chunk_head->dma_addr; in otx_cpt_get_resource()
/dpdk/drivers/net/pfe/
H A Dpfe_hif.c671 u32 next_ptr; /* ptr to the start of the first DDR buffer */ member
738 local_hdr.next_ptr = htonl((u32)physaddr); in send_dummy_pkt_to_hif()