Searched refs:lens (Results 1 – 2 of 2) sorted by relevance
| /dpdk/drivers/net/cnxk/ |
| H A D | cn10k_rx.h | 1305 uint16x4_t lens, l2lens, ltypes; in cn10k_nix_recv_pkts_vector() local 1405 lens = vdup_n_u16(0); in cn10k_nix_recv_pkts_vector() 1406 lens = vset_lane_u16(*(uint16_t *)cpth0, lens, 0); in cn10k_nix_recv_pkts_vector() 1407 lens = vset_lane_u16(*(uint16_t *)cpth1, lens, 1); in cn10k_nix_recv_pkts_vector() 1408 lens = vset_lane_u16(*(uint16_t *)cpth2, lens, 2); in cn10k_nix_recv_pkts_vector() 1409 lens = vset_lane_u16(*(uint16_t *)cpth3, lens, 3); in cn10k_nix_recv_pkts_vector() 1410 lens = vrev16_u8(lens); in cn10k_nix_recv_pkts_vector() 1426 lens = vadd_u16(lens, l2lens); in cn10k_nix_recv_pkts_vector() 1432 lens = vadd_u16(lens, vtbl1_u8(l3adj, ltypes)); in cn10k_nix_recv_pkts_vector() 1448 uint16_t len = vget_lane_u16(lens, 0); in cn10k_nix_recv_pkts_vector() [all …]
|
| /dpdk/lib/vhost/ |
| H A D | virtio_net.c | 347 uint64_t *lens, in vhost_flush_enqueue_batch_packed() argument 362 desc_base[i].len = lens[i]; in vhost_flush_enqueue_batch_packed() 1305 uint64_t *lens) in virtio_dev_rx_sync_batch_check() argument 1328 lens[i] = descs[avail_idx + i].len; in virtio_dev_rx_sync_batch_check() 1338 &lens[i], in virtio_dev_rx_sync_batch_check() 1356 uint64_t *lens) in virtio_dev_rx_batch_packed_copy() argument 1369 lens[i] = pkts[i]->pkt_len + in virtio_dev_rx_batch_packed_copy() 1386 lens[i]); in virtio_dev_rx_batch_packed_copy() 1400 uint64_t lens[PACKED_BATCH_SIZE]; in virtio_dev_rx_sync_batch_packed() local 2800 uint64_t lens[PACKED_BATCH_SIZE]; in vhost_reserve_avail_batch_packed() local [all …]
|