Home
last modified time | relevance | path

Searched refs:headp (Results 1 – 4 of 4) sorted by relevance

/f-stack/dpdk/drivers/raw/octeontx2_dma/
H A Dotx2_dpi_rawdev.c246 unsigned int i = 0, headp; in otx2_dpi_rawdev_dequeue_bufs() local
252 headp = ctx->c_ring->head; in otx2_dpi_rawdev_dequeue_bufs()
253 for (i = 0; i < count && (headp != ctx->c_ring->tail); i++) { in otx2_dpi_rawdev_dequeue_bufs()
255 ctx->c_ring->compl_data[headp]; in otx2_dpi_rawdev_dequeue_bufs()
262 headp = (headp + 1) % ctx->c_ring->max_cnt; in otx2_dpi_rawdev_dequeue_bufs()
264 ctx->c_ring->head = headp; in otx2_dpi_rawdev_dequeue_bufs()
/f-stack/freebsd/libkern/
H A Diconv_xlat16.c67 uint32_t *headp, **idxp; in iconv_xlat16_open() local
71 headp = (uint32_t *)((caddr_t)csp->cp_data + sizeof(dp->d_table)); in iconv_xlat16_open()
75 dp->d_table[i] = headp; in iconv_xlat16_open()
76 headp += 0x80; in iconv_xlat16_open()
/f-stack/freebsd/contrib/openzfs/module/icp/core/
H A Dkcf_sched.c1308 kcf_areq_node_t *headp; in kcf_reqid_insert() local
1319 headp = areq->an_idnext = rt->rt_idhash[indx]; in kcf_reqid_insert()
1321 if (headp != NULL) in kcf_reqid_insert()
1322 headp->an_idprev = areq; in kcf_reqid_insert()
/f-stack/freebsd/contrib/ipfilter/netinet/
H A Dradix_ipf.c813 ipf_rx_inithead(softr, headp) in ipf_rx_inithead() argument
815 ipf_rdx_head_t **headp;
821 *headp = ptr;