Searched refs:n_mbufs (Results 1 – 5 of 5) sorted by relevance
53 uint16_t n_mbufs; in app_main_loop_rx() local55 n_mbufs = rte_eth_rx_burst( in app_main_loop_rx()61 if (n_mbufs == 0) in app_main_loop_rx()68 n_mbufs, NULL); in app_main_loop_rx()115 uint16_t n_mbufs, n_pkts; in app_main_loop_tx() local118 n_mbufs = app.mbuf_tx[i].n_mbufs; in app_main_loop_tx()129 n_mbufs += app.burst_size_tx_read; in app_main_loop_tx()132 app.mbuf_tx[i].n_mbufs = n_mbufs; in app_main_loop_tx()140 n_mbufs); in app_main_loop_tx()142 if (n_pkts < n_mbufs) { in app_main_loop_tx()[all …]
415 uint16_t n_mbufs; in app_main_loop_rx_metadata() local417 n_mbufs = rte_eth_rx_burst( in app_main_loop_rx_metadata()423 if (n_mbufs == 0) in app_main_loop_rx_metadata()426 for (j = 0; j < n_mbufs; j++) { in app_main_loop_rx_metadata()465 n_mbufs, in app_main_loop_rx_metadata()
14 uint16_t n_mbufs; member
121 n = qconf->n_mbufs; in app_send_burst()139 len = qconf->n_mbufs; in app_send_packets()145 qconf->n_mbufs = len; in app_send_packets()151 qconf->n_mbufs = len; in app_send_packets()177 if (conf->n_mbufs != 0) { in app_tx_thread()180 conf->n_mbufs = 0; in app_tx_thread()264 if (conf->n_mbufs != 0) { in app_mixed_thread()267 conf->n_mbufs = 0; in app_mixed_thread()
79 uint32_t n_mbufs; member