Searched refs:nix_qinq_update (Results 1 – 1 of 1) sorted by relevance
| /f-stack/dpdk/drivers/net/octeontx2/ |
| H A D | otx2_rx.c | 103 nix_qinq_update(const uint64_t w2, uint64_t ol_flags, struct rte_mbuf *mbuf) in nix_qinq_update() function 247 ol_flags0 = nix_qinq_update(cq0_w2, ol_flags0, mbuf0); in nix_recv_pkts_vector() 248 ol_flags1 = nix_qinq_update(cq1_w2, ol_flags1, mbuf1); in nix_recv_pkts_vector() 249 ol_flags2 = nix_qinq_update(cq2_w2, ol_flags2, mbuf2); in nix_recv_pkts_vector() 250 ol_flags3 = nix_qinq_update(cq3_w2, ol_flags3, mbuf3); in nix_recv_pkts_vector()
|