Searched refs:headp (Results 1 – 4 of 4) sorted by relevance
246 unsigned int i = 0, headp; in otx2_dpi_rawdev_dequeue_bufs() local252 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()
67 uint32_t *headp, **idxp; in iconv_xlat16_open() local71 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()
1308 kcf_areq_node_t *headp; in kcf_reqid_insert() local1319 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()
813 ipf_rx_inithead(softr, headp) in ipf_rx_inithead() argument815 ipf_rdx_head_t **headp;821 *headp = ptr;