Searched refs:tx_pkt_nb_segs (Results 1 – 5 of 5) sorted by relevance
199 nb_segs = rte_rand() % tx_pkt_nb_segs + 1; in pkt_burst_prepare()201 nb_segs = tx_pkt_nb_segs; in pkt_burst_prepare()
699 nb_seg = random() % tx_pkt_nb_segs + 1; in pkt_copy_split()701 nb_seg = tx_pkt_nb_segs; in pkt_copy_split()
485 extern uint8_t tx_pkt_nb_segs; /**< Number of segments in TX packets */
2841 (unsigned)tx_pkt_length, (int) tx_pkt_nb_segs); in rxtx_config_display()3891 n = tx_pkt_nb_segs; in show_tx_pkt_segments()3965 tx_pkt_nb_segs = (uint8_t) nb_segs; in set_tx_pkt_segments()
228 uint8_t tx_pkt_nb_segs = 1; /**< Number of segments in TXONLY packets */ variable