Searched refs:nix_vlan_update (Results 1 – 1 of 1) sorted by relevance
| /f-stack/dpdk/drivers/net/octeontx2/ |
| H A D | otx2_rx.c | 92 nix_vlan_update(const uint64_t w2, uint64_t ol_flags, uint8x16_t *f) in nix_vlan_update() function 242 ol_flags0 = nix_vlan_update(cq0_w2, ol_flags0, &f0); in nix_recv_pkts_vector() 243 ol_flags1 = nix_vlan_update(cq1_w2, ol_flags1, &f1); in nix_recv_pkts_vector() 244 ol_flags2 = nix_vlan_update(cq2_w2, ol_flags2, &f2); in nix_recv_pkts_vector() 245 ol_flags3 = nix_vlan_update(cq3_w2, ol_flags3, &f3); in nix_recv_pkts_vector()
|