Searched refs:remained (Results 1 – 5 of 5) sorted by relevance
259 uint16_t remained; in virtio_xmit_pkts_packed_vec() local272 remained = RTE_MIN(nb_pkts, vq->vq_free_cnt); in virtio_xmit_pkts_packed_vec()274 while (remained) { in virtio_xmit_pkts_packed_vec()275 if (remained >= PACKED_BATCH_SIZE) { in virtio_xmit_pkts_packed_vec()279 remained -= PACKED_BATCH_SIZE; in virtio_xmit_pkts_packed_vec()286 remained--; in virtio_xmit_pkts_packed_vec()
13 subsequent SoCs remained backwards-compatible with Tegra30, so on
1371 uint32_t remained = count; in virtio_dev_rx_packed() local1376 if (remained >= PACKED_BATCH_SIZE) { in virtio_dev_rx_packed()1380 remained -= PACKED_BATCH_SIZE; in virtio_dev_rx_packed()1388 remained--; in virtio_dev_rx_packed()2426 uint32_t remained = count; in virtio_dev_tx_packed() local2431 if (remained >= PACKED_BATCH_SIZE) { in virtio_dev_tx_packed()2435 remained -= PACKED_BATCH_SIZE; in virtio_dev_tx_packed()2444 remained--; in virtio_dev_tx_packed()2446 } while (remained); in virtio_dev_tx_packed()
39 This attribute is remained for compatible purpose. It is not recommended to
679 packet isn't inlined even though there's enough space remained in the