Lines Matching defs:m_table
256 struct rte_mbuf **m_table;
261 m_table = (struct rte_mbuf **)qconf->tx_mbufs[port].m_table;
263 ret = rte_eth_tx_burst(port, queueid, m_table, n);
269 free_pkts(&m_table[ret], 1);
294 if (len + RTE_LIBRTE_IP_FRAG_MAX_FRAG >= RTE_DIM(tbl->m_table)) {
299 n = RTE_DIM(tbl->m_table) - len;
305 rc = rte_ipv4_fragment_packet(m, tbl->m_table + len,
308 rc = rte_ipv6_fragment_packet(m, tbl->m_table + len,
322 pkt = tbl->m_table[i];
376 qconf->tx_mbufs[port].m_table[len] = m;