Lines Matching defs:m_table
125 struct rte_mbuf *m_table[MBUF_TABLE_SIZE];
223 struct rte_mbuf **m_table;
228 m_table = (struct rte_mbuf **)qconf->tx_mbufs[port].m_table;
230 ret = rte_eth_tx_burst(port, queueid, m_table, n);
233 rte_pktmbuf_free(m_table[ret]);
286 qconf->tx_mbufs[port_out].m_table[len] = m;
290 &qconf->tx_mbufs[port_out].m_table[len],
324 qconf->tx_mbufs[port_out].m_table[len] = m;
328 &qconf->tx_mbufs[port_out].m_table[len],
343 qconf->tx_mbufs[port_out].m_table[len] = m;
350 m = qconf->tx_mbufs[port_out].m_table[i];