Lines Matching defs:port_out
246 uint16_t port_out, ether_type;
255 port_out = port_in;
265 len = qconf->tx_mbufs[port_out].len;
278 port_out = next_hop;
281 len = qconf->tx_mbufs[port_out].len;
286 qconf->tx_mbufs[port_out].m_table[len] = m;
290 &qconf->tx_mbufs[port_out].m_table[len],
316 port_out = next_hop;
319 len = qconf->tx_mbufs[port_out].len;
324 qconf->tx_mbufs[port_out].m_table[len] = m;
328 &qconf->tx_mbufs[port_out].m_table[len],
343 qconf->tx_mbufs[port_out].m_table[len] = m;
350 m = qconf->tx_mbufs[port_out].m_table[i];
364 ((uint64_t)port_out << 40);
367 rte_ether_addr_copy(&ports_eth_addr[port_out],
375 qconf->tx_mbufs[port_out].len = (uint16_t)len;
380 send_burst(qconf, (uint16_t)len, port_out);
381 qconf->tx_mbufs[port_out].len = 0;