Lines Matching refs:m_table
144 struct rte_mbuf *m_table[MAX_PKT_BURST]; member
197 dpc->wmbufs[j].m_table[i] = rte_pktmbuf_alloc(pktmbuf_pool[ctxt->cpu]); in dpdk_init_handle()
198 if (dpc->wmbufs[j].m_table[i] == NULL) { in dpdk_init_handle()
242 pkts = dpc->wmbufs[nif].m_table; in dpdk_send_pkts()
270 dpc->wmbufs[nif].m_table[i] = rte_pktmbuf_alloc(pktmbuf_pool[ctxt->cpu]); in dpdk_send_pkts()
272 if (unlikely(dpc->wmbufs[nif].m_table[i] == NULL)) { in dpdk_send_pkts()
303 m = dpc->wmbufs[nif].m_table[len_of_mbuf]; in dpdk_get_wptr()
336 dpc->wmbufs[out_nif].m_table[len_of_mbuf] = in dpdk_set_wptr()
337 dpc->rmbufs[in_nif].m_table[index]; in dpdk_set_wptr()
339 dpc->wmbufs[out_nif].m_table[len_of_mbuf]->udata64 = 0; in dpdk_set_wptr()
342 mtcp->nstat.tx_bytes[out_nif] += dpc->rmbufs[in_nif].m_table[index]->pkt_len + ETHER_OVR; in dpdk_set_wptr()
380 free_pkts(dpc->rmbufs[ifidx].m_table, dpc->rmbufs[ifidx].len); in dpdk_recv_pkts()
413 dpc->rmbufs[ifidx].m_table[index] = m; in dpdk_get_rptr()
467 free_pkts(dpc->wmbufs[i].m_table, MAX_PKT_BURST); in dpdk_destroy_handle()
557 m = dpc->wmbufs[nif].m_table[len_of_mbuf - 1]; in dpdk_dev_ioctl()
563 m = dpc->wmbufs[nif].m_table[len_of_mbuf - 1]; in dpdk_dev_ioctl()