Searched refs:nix_rx_olflags_get (Results 1 – 2 of 2) sorted by relevance
| /dpdk/drivers/net/cnxk/ |
| H A D | cn9k_rx.h | 79 nix_rx_olflags_get(const void *const lookup_mem, const uint64_t in) in nix_rx_olflags_get() function 373 ol_flags |= nix_rx_olflags_get(lookup_mem, w1); in cn9k_nix_cqe_to_mbuf() 655 ol_flags0 |= nix_rx_olflags_get(lookup_mem, cq0_w1); in cn9k_nix_recv_pkts_vector() 656 ol_flags1 |= nix_rx_olflags_get(lookup_mem, cq1_w1); in cn9k_nix_recv_pkts_vector() 657 ol_flags2 |= nix_rx_olflags_get(lookup_mem, cq2_w1); in cn9k_nix_recv_pkts_vector() 658 ol_flags3 |= nix_rx_olflags_get(lookup_mem, cq3_w1); in cn9k_nix_recv_pkts_vector()
|
| H A D | cn10k_rx.h | 642 nix_rx_olflags_get(const void *const lookup_mem, const uint64_t in) in nix_rx_olflags_get() function 759 ol_flags |= nix_rx_olflags_get(lookup_mem, w1); in cn10k_nix_cqe_to_mbuf() 1280 ol_flags0 |= nix_rx_olflags_get(lookup_mem, cq0_w1); in cn10k_nix_recv_pkts_vector() 1281 ol_flags1 |= nix_rx_olflags_get(lookup_mem, cq1_w1); in cn10k_nix_recv_pkts_vector() 1282 ol_flags2 |= nix_rx_olflags_get(lookup_mem, cq2_w1); in cn10k_nix_recv_pkts_vector() 1283 ol_flags3 |= nix_rx_olflags_get(lookup_mem, cq3_w1); in cn10k_nix_recv_pkts_vector()
|