Searched refs:tx_mbufs (Results 1 – 9 of 9) sorted by relevance
186 len = qconf->tx_mbufs[port].len; in send_packetsx4()213 qconf->tx_mbufs[port].m_table[len + j] = m[j]; in send_packetsx4()217 qconf->tx_mbufs[port].m_table[len + j] = m[j]; in send_packetsx4()221 qconf->tx_mbufs[port].m_table[len + j] = m[j]; in send_packetsx4()225 qconf->tx_mbufs[port].m_table[len + j] = m[j]; in send_packetsx4()246 qconf->tx_mbufs[port].m_table[j] = m[n + j]; in send_packetsx4()250 qconf->tx_mbufs[port].m_table[j] = m[n + j]; in send_packetsx4()254 qconf->tx_mbufs[port].m_table[j] = m[n + j]; in send_packetsx4()258 qconf->tx_mbufs[port].m_table[j] = m[n + j]; in send_packetsx4()265 qconf->tx_mbufs[port].len = len; in send_packetsx4()
82 struct mbuf_table tx_mbufs[RTE_MAX_ETHPORTS]; member119 m_table = (struct rte_mbuf **)qconf->tx_mbufs[port].m_table; in send_burst()138 len = qconf->tx_mbufs[port].len; in send_single_packet()139 qconf->tx_mbufs[port].m_table[len] = m; in send_single_packet()148 qconf->tx_mbufs[port].len = len; in send_single_packet()
214 if (qconf->tx_mbufs[portid].len == 0) in fib_main_loop()217 qconf->tx_mbufs[portid].len, in fib_main_loop()219 qconf->tx_mbufs[portid].len = 0; in fib_main_loop()
191 if (qconf->tx_mbufs[portid].len == 0) in lpm_main_loop()194 qconf->tx_mbufs[portid].len, in lpm_main_loop()196 qconf->tx_mbufs[portid].len = 0; in lpm_main_loop()
611 if (qconf->tx_mbufs[portid].len == 0) in em_main_loop()614 qconf->tx_mbufs[portid].len, in em_main_loop()616 qconf->tx_mbufs[portid].len = 0; in em_main_loop()
142 struct mbuf_table tx_mbufs[RTE_MAX_ETHPORTS]; member267 len = qconf->tx_mbufs[port_out].len; in l3fwd_simple_forward()283 len = qconf->tx_mbufs[port_out].len; 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()330 &qconf->tx_mbufs[port_out].m_table[len], in l3fwd_simple_forward()352 m = qconf->tx_mbufs[port_out].m_table[i]; 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()[all …]
106 struct mbuf_table tx_mbufs[MAX_PORTS]; member169 m_table = (struct rte_mbuf **)qconf->tx_mbufs[port].m_table; in send_burst()170 n = qconf->tx_mbufs[port].len; in send_burst()178 qconf->tx_mbufs[port].len = 0; in send_burst()290 len = qconf->tx_mbufs[port].len; in mcast_send_pkt()291 qconf->tx_mbufs[port].m_table[len] = pkt; in mcast_send_pkt()292 qconf->tx_mbufs[port].len = ++len; in mcast_send_pkt()389 if (qconf->tx_mbufs[portid].len != 0) in send_timeout_burst()
156 struct mbuf_table *tx_mbufs[RTE_MAX_ETHPORTS]; member256 txmb = qconf->tx_mbufs[port]; in send_burst()290 txmb = qconf->tx_mbufs[port]; in send_single_packet()843 qconf->tx_mbufs[port] = mtb; in setup_port_tbl()
236 struct buffer tx_mbufs[RTE_MAX_ETHPORTS]; member599 m_table = (struct rte_mbuf **)qconf->tx_mbufs[port].m_table; in send_burst()627 tbl = qconf->tx_mbufs + port; in send_fragment_packet()668 len = qconf->tx_mbufs[port].len; in send_single_packet()671 qconf->tx_mbufs[port].m_table[len] = m; in send_single_packet()686 qconf->tx_mbufs[port].len = len; in send_single_packet()1130 buf = &qconf->tx_mbufs[portid]; in drain_tx_buffers()