Lines Matching refs:m_table
125 struct rte_mbuf *m_table[MBUF_TABLE_SIZE]; member
225 struct rte_mbuf **m_table; in send_burst() local
230 m_table = (struct rte_mbuf **)qconf->tx_mbufs[port].m_table; in send_burst()
232 ret = rte_eth_tx_burst(port, queueid, m_table, n); in send_burst()
235 rte_pktmbuf_free(m_table[ret]); in send_burst()
288 qconf->tx_mbufs[port_out].m_table[len] = m; in l3fwd_simple_forward()
292 &qconf->tx_mbufs[port_out].m_table[len], in l3fwd_simple_forward()
326 qconf->tx_mbufs[port_out].m_table[len] = m; in l3fwd_simple_forward()
330 &qconf->tx_mbufs[port_out].m_table[len], in l3fwd_simple_forward()
345 qconf->tx_mbufs[port_out].m_table[len] = m; in l3fwd_simple_forward()
352 m = qconf->tx_mbufs[port_out].m_table[i]; in l3fwd_simple_forward()