Lines Matching refs:thread_tx_conf
604 struct thread_tx_conf { struct
616 struct thread_tx_conf tx_thread[MAX_TX_THREAD]; argument
620 send_burst(struct thread_tx_conf *qconf, uint16_t n, uint16_t port) in send_burst()
644 struct thread_tx_conf *qconf; in send_single_packet()
647 qconf = (struct thread_tx_conf *)lthread_get_data(); in send_single_packet()
649 qconf = (struct thread_tx_conf *)RTE_PER_LCORE(lcore_conf)->data; in send_single_packet()
672 struct thread_tx_conf *qconf; in send_packetsx4()
675 qconf = (struct thread_tx_conf *)lthread_get_data(); in send_packetsx4()
677 qconf = (struct thread_tx_conf *)RTE_PER_LCORE(lcore_conf)->data; in send_packetsx4()
2021 struct thread_tx_conf *tx_conf; in lthread_tx_per_ring()
2025 tx_conf = (struct thread_tx_conf *)dummy; in lthread_tx_per_ring()
2076 struct thread_tx_conf *tx_conf; in lthread_tx()
2078 tx_conf = (struct thread_tx_conf *)args; in lthread_tx()
2314 struct thread_tx_conf *tx_conf; in pthread_tx()
2321 tx_conf = (struct thread_tx_conf *)dummy; in pthread_tx()
2549 struct thread_tx_conf *tx_conf; in init_rx_rings()