Lines Matching refs:m_table
126 struct rte_mbuf *m_table[MBUF_TABLE_SIZE]; member
222 struct rte_mbuf **m_table; in send_burst() local
227 m_table = (struct rte_mbuf **)qconf->tx_mbufs[port].m_table; in send_burst()
229 ret = rte_eth_tx_burst(port, queueid, m_table, n); in send_burst()
232 rte_pktmbuf_free(m_table[ret]); in send_burst()
285 qconf->tx_mbufs[port_out].m_table[len] = m; in l3fwd_simple_forward()
289 &qconf->tx_mbufs[port_out].m_table[len], in l3fwd_simple_forward()
323 qconf->tx_mbufs[port_out].m_table[len] = m; in l3fwd_simple_forward()
327 &qconf->tx_mbufs[port_out].m_table[len], in l3fwd_simple_forward()
342 qconf->tx_mbufs[port_out].m_table[len] = m; in l3fwd_simple_forward()
349 m = qconf->tx_mbufs[port_out].m_table[i]; in l3fwd_simple_forward()