Searched refs:rx_nseg (Results 1 – 6 of 6) sorted by relevance
781 if (conf->rx_nseg != rxq_ctrl->rxseg_n) { in mlx5_shared_rxq_match()786 for (i = 0; i < conf->rx_nseg; i++) { in mlx5_shared_rxq_match()839 uint16_t n_seg = conf->rx_nseg; in mlx5_rx_queue_setup()
2585 rx_conf->rx_nseg = 0; in rx_queue_setup()2608 rx_conf->rx_nseg = rx_pkt_nb_segs; in rx_queue_setup()2613 rx_conf->rx_nseg = 0; in rx_queue_setup()
183 * **[uses] rte_eth_rxconf**: ``rx_conf.rx_seg, rx_conf.rx_nseg``.
1737 if (rx_conf != NULL && rx_conf->rx_nseg != 0) { in rte_eth_rx_queue_setup()1772 if (rx_conf == NULL || rx_conf->rx_seg == NULL || rx_conf->rx_nseg == 0) { in rte_eth_rx_queue_setup()1779 n_seg = rx_conf->rx_nseg; in rte_eth_rx_queue_setup()
1228 uint16_t rx_nseg; /**< Number of descriptions in rx_seg array. */ member
625 * Added fields ``rx_seg`` and ``rx_nseg`` to ``rte_eth_rxconf`` structure