Searched refs:rx_to_tx_ring (Results 1 – 2 of 2) sorted by relevance
40 struct rte_ring *rx_to_tx_ring; member426 rx_config->rx_to_tx_ring, in ioat_rx_port()457 tx_config->rx_to_tx_ring, (void *)mbufs_dst, in ioat_tx_port()782 cfg.ports[i].rx_to_tx_ring = rte_ring_create( in assign_rings()786 if (cfg.ports[i].rx_to_tx_ring == NULL) in assign_rings()1011 rte_ring_free(cfg.ports[i].rx_to_tx_ring); in main()
238 cfg.ports[i].rx_to_tx_ring = rte_ring_create(242 if (cfg.ports[i].rx_to_tx_ring == NULL)418 rx_config->rx_to_tx_ring,517 /* Deque the mbufs from rx_to_tx_ring. */519 tx_config->rx_to_tx_ring, (void *)mbufs_dst,