Searched refs:rx_seg (Results 1 – 7 of 7) sorted by relevance
| /f-stack/dpdk/drivers/net/mlx5/ |
| H A D | mlx5_rxq.c | 746 struct rte_eth_rxseg_split *rx_seg = in mlx5_rx_queue_setup() local 747 (struct rte_eth_rxseg_split *)conf->rx_seg; in mlx5_rx_queue_setup() 758 rx_seg = &rx_single; in mlx5_rx_queue_setup() 779 rxq_ctrl = mlx5_rxq_new(dev, idx, desc, socket, conf, rx_seg, n_seg); in mlx5_rx_queue_setup() 1398 const struct rte_eth_rxseg_split *rx_seg, uint16_t n_seg) in mlx5_rxq_new() argument 1402 unsigned int mb_len = rte_pktmbuf_data_room_size(rx_seg[0].mp); in mlx5_rxq_new() 1415 !rx_seg[0].offset && !rx_seg[0].length; in mlx5_rxq_new() 1430 const struct rte_eth_rxseg_split *qs_seg = rx_seg; in mlx5_rxq_new() 1676 tmpl->rxq.mp = rx_seg[0].mp; in mlx5_rxq_new()
|
| H A D | mlx5_rxtx.h | 339 const struct rte_eth_rxseg_split *rx_seg,
|
| /f-stack/dpdk/app/test-pmd/ |
| H A D | testpmd.c | 2473 rx_conf->rx_seg = NULL; in rx_queue_setup() 2481 struct rte_eth_rxseg_split *rx_seg = &rx_useg[i].split; in rx_queue_setup() local 2490 rx_seg->length = rx_pkt_seg_lengths[i] ? in rx_queue_setup() 2493 rx_seg->offset = i < rx_pkt_nb_offs ? in rx_queue_setup() 2495 rx_seg->mp = mpx ? mpx : mp; in rx_queue_setup() 2498 rx_conf->rx_seg = rx_useg; in rx_queue_setup() 2501 rx_conf->rx_seg = NULL; in rx_queue_setup()
|
| /f-stack/dpdk/lib/librte_ethdev/ |
| H A D | rte_ethdev.c | 1853 rte_eth_rx_queue_check_split(const struct rte_eth_rxseg_split *rx_seg, in rte_eth_rx_queue_check_split() argument 1872 mp_first = rx_seg[0].mp; in rte_eth_rx_queue_check_split() 1875 struct rte_mempool *mpl = rx_seg[seg_idx].mp; in rte_eth_rx_queue_check_split() 1876 uint32_t length = rx_seg[seg_idx].length; in rte_eth_rx_queue_check_split() 1877 uint32_t offset = rx_seg[seg_idx].offset; in rte_eth_rx_queue_check_split() 1983 const struct rte_eth_rxseg_split *rx_seg; in rte_eth_rx_queue_setup() local 1987 if (rx_conf == NULL || rx_conf->rx_seg == NULL || rx_conf->rx_nseg == 0) { in rte_eth_rx_queue_setup() 1993 rx_seg = (const struct rte_eth_rxseg_split *)rx_conf->rx_seg; in rte_eth_rx_queue_setup() 1997 ret = rte_eth_rx_queue_check_split(rx_seg, n_seg, in rte_eth_rx_queue_setup()
|
| H A D | rte_ethdev.h | 1051 union rte_eth_rxseg *rx_seg; member
|
| /f-stack/dpdk/doc/guides/nics/ |
| H A D | features.rst | 196 * **[uses] rte_eth_rxconf**: ``rx_conf.rx_seg, rx_conf.rx_nseg``.
|
| /f-stack/dpdk/doc/guides/rel_notes/ |
| H A D | release_20_11.rst | 705 * Added fields ``rx_seg`` and ``rx_nseg`` to ``rte_eth_rxconf`` structure
|