Searched refs:tx_first (Results 1 – 13 of 13) sorted by relevance
143 * Start forwarding with tx_first:147 testpmd> start tx_first
233 testpmd> start tx_first288 testpmd> start tx_first
238 testpmd> start tx_first
62 uint32_t tx_first; member
2060 uint16_t tx_first; /* First segment analyzed. */ in eth_igc_tx_done_cleanup() local2082 tx_first = sw_ring[txq->tx_tail].last_id; in eth_igc_tx_done_cleanup()2085 tx_first = sw_ring[tx_first].next_id; in eth_igc_tx_done_cleanup()2088 tx_id = tx_first; in eth_igc_tx_done_cleanup()2142 if (likely(tx_id == tx_first && count != 0)) in eth_igc_tx_done_cleanup()2155 } while (tx_id != tx_first); in eth_igc_tx_done_cleanup()
1294 uint16_t tx_first; /* First segment analyzed. */ in igb_tx_done_cleanup() local1314 tx_first = sw_ring[txq->tx_tail].last_id; in igb_tx_done_cleanup()1317 tx_first = sw_ring[tx_first].next_id; in igb_tx_done_cleanup()1320 tx_id = tx_first; in igb_tx_done_cleanup()1379 if (likely(tx_id == tx_first && count != 0)) in igb_tx_done_cleanup()1390 } while (tx_id != tx_first); in igb_tx_done_cleanup()
89 uint8_t tx_first; variable3892 if (tx_first && interactive) in main()3896 if (tx_first && lsc_interrupt) { in main()3992 start_packet_forwarding(tx_first); in main()
357 extern uint8_t tx_first;
748 tx_first = 1; in launch_args_parse()
7318 cmdline_fixed_string_t tx_first; member7334 tx_first, "tx_first");7351 cmdline_fixed_string_t tx_first; member7370 tx_first, "tx_first");
88 > start tx_first
122 testpmd> start tx_first
127 start tx_first132 testpmd> start tx_first (""|burst_num)