Searched refs:p_head (Results 1 – 3 of 3) sorted by relevance
383 struct rte_mbuf *p_head = NULL; in ff_extcl_to_rte() local390 if (p_head == NULL){ in ff_extcl_to_rte()394 return p_head; in ff_extcl_to_rte()401 struct rte_mbuf *p_head = NULL; in ff_bsd_to_rte() local408 if (p_head == NULL){ in ff_bsd_to_rte()411 p_head->pkt_len = total; in ff_bsd_to_rte()412 p_head->nb_segs = 0; in ff_bsd_to_rte()413 cur = p_head; in ff_bsd_to_rte()419 rte_pktmbuf_free(p_head); in ff_bsd_to_rte()429 p_head->nb_segs++; in ff_bsd_to_rte()[all …]
44 unsigned int p_head; member79 ring->p_head = 0; in ck_ring_init()177 producer = ck_pr_load_uint(&ring->p_head); in _ck_ring_enqueue_mp()194 if (ck_pr_cas_uint_value(&ring->p_head, in _ck_ring_enqueue_mp()208 new_producer = ck_pr_load_uint(&ring->p_head); in _ck_ring_enqueue_mp()
72 TAILQ_HEAD(p_head, ngp_hdr);77 struct p_head packet_head; /* FIFO queue head */694 ngp_h = TAILQ_LAST(&ngp_f->packet_head, p_head); in ngp_rcvdata()