Lines Matching refs:tx_mbufs
143 struct mbuf_table tx_mbufs[RTE_MAX_ETHPORTS]; member
227 m_table = (struct rte_mbuf **)qconf->tx_mbufs[port].m_table; in send_burst()
264 len = qconf->tx_mbufs[port_out].len; in l3fwd_simple_forward()
280 len = qconf->tx_mbufs[port_out].len; in l3fwd_simple_forward()
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()
318 len = qconf->tx_mbufs[port_out].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()
374 qconf->tx_mbufs[port_out].len = (uint16_t)len; in l3fwd_simple_forward()
380 qconf->tx_mbufs[port_out].len = 0; in l3fwd_simple_forward()
429 if (qconf->tx_mbufs[portid].len == 0) in main_loop()
432 qconf->tx_mbufs[portid].len, in main_loop()
434 qconf->tx_mbufs[portid].len = 0; in main_loop()