Searched refs:nix_ptype_get (Results 1 – 2 of 2) sorted by relevance
| /dpdk/drivers/net/cnxk/ |
| H A D | cn9k_rx.h | 68 nix_ptype_get(const void *const lookup_mem, const uint64_t in) in nix_ptype_get() function 341 packet_type = nix_ptype_get(lookup_mem, w1); in cn9k_nix_cqe_to_mbuf() 644 f0 = vsetq_lane_u32(nix_ptype_get(lookup_mem, cq0_w1), in cn9k_nix_recv_pkts_vector() 646 f1 = vsetq_lane_u32(nix_ptype_get(lookup_mem, cq1_w1), in cn9k_nix_recv_pkts_vector() 648 f2 = vsetq_lane_u32(nix_ptype_get(lookup_mem, cq2_w1), in cn9k_nix_recv_pkts_vector() 650 f3 = vsetq_lane_u32(nix_ptype_get(lookup_mem, cq3_w1), in cn9k_nix_recv_pkts_vector()
|
| H A D | cn10k_rx.h | 631 nix_ptype_get(const void *const lookup_mem, const uint64_t in) in nix_ptype_get() function 747 mbuf->packet_type = nix_ptype_get(lookup_mem, w1); in cn10k_nix_cqe_to_mbuf() 1269 f0 = vsetq_lane_u32(nix_ptype_get(lookup_mem, cq0_w1), in cn10k_nix_recv_pkts_vector() 1271 f1 = vsetq_lane_u32(nix_ptype_get(lookup_mem, cq1_w1), in cn10k_nix_recv_pkts_vector() 1273 f2 = vsetq_lane_u32(nix_ptype_get(lookup_mem, cq2_w1), in cn10k_nix_recv_pkts_vector() 1275 f3 = vsetq_lane_u32(nix_ptype_get(lookup_mem, cq3_w1), in cn10k_nix_recv_pkts_vector()
|