Lines Matching refs:tx_mbufs
142 struct mbuf_table tx_mbufs[RTE_MAX_ETHPORTS]; member
230 m_table = (struct rte_mbuf **)qconf->tx_mbufs[port].m_table; in send_burst()
267 len = qconf->tx_mbufs[port_out].len; in l3fwd_simple_forward()
283 len = qconf->tx_mbufs[port_out].len; in l3fwd_simple_forward()
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()
321 len = qconf->tx_mbufs[port_out].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()
377 qconf->tx_mbufs[port_out].len = (uint16_t)len; in l3fwd_simple_forward()
383 qconf->tx_mbufs[port_out].len = 0; in l3fwd_simple_forward()
432 if (qconf->tx_mbufs[portid].len == 0) in main_loop()
435 qconf->tx_mbufs[portid].len, in main_loop()
437 qconf->tx_mbufs[portid].len = 0; in main_loop()