Lines Matching refs:m_table
249 struct rte_mbuf *m_table[MAX_PKT_BURST]; member
622 struct rte_mbuf **m_table; in send_burst() local
627 m_table = (struct rte_mbuf **)qconf->tx_mbufs[port].m_table; in send_burst()
629 ret = rte_eth_tx_burst(port, queueid, m_table, n); in send_burst()
632 rte_pktmbuf_free(m_table[ret]); in send_burst()
652 qconf->tx_mbufs[port].m_table[len] = m; in send_single_packet()
706 qconf->tx_mbufs[port].m_table[len + j] = m[j]; in send_packetsx4()
710 qconf->tx_mbufs[port].m_table[len + j] = m[j]; in send_packetsx4()
714 qconf->tx_mbufs[port].m_table[len + j] = m[j]; in send_packetsx4()
718 qconf->tx_mbufs[port].m_table[len + j] = m[j]; in send_packetsx4()
736 qconf->tx_mbufs[port].m_table[j] = m[n + j]; in send_packetsx4()
740 qconf->tx_mbufs[port].m_table[j] = m[n + j]; in send_packetsx4()
744 qconf->tx_mbufs[port].m_table[j] = m[n + j]; in send_packetsx4()
748 qconf->tx_mbufs[port].m_table[j] = m[n + j]; in send_packetsx4()