Lines Matching refs:port_out
248 uint16_t port_out, ether_type; in l3fwd_simple_forward() local
257 port_out = port_in; in l3fwd_simple_forward()
267 len = qconf->tx_mbufs[port_out].len; in l3fwd_simple_forward()
280 port_out = next_hop; 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()
318 port_out = next_hop; 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()
366 ((uint64_t)port_out << 40); in l3fwd_simple_forward()
369 rte_ether_addr_copy(&ports_eth_addr[port_out], in l3fwd_simple_forward()
377 qconf->tx_mbufs[port_out].len = (uint16_t)len; in l3fwd_simple_forward()
382 send_burst(qconf, (uint16_t)len, port_out); in l3fwd_simple_forward()
383 qconf->tx_mbufs[port_out].len = 0; in l3fwd_simple_forward()