Home
last modified time | relevance | path

Searched refs:NIX_RX_OFFLOAD_VLAN_STRIP_F (Results 1 – 8 of 8) sorted by relevance

/f-stack/dpdk/drivers/event/octeontx2/
H A Dotx2_evdev.c225 [!!(dev->rx_offloads & NIX_RX_OFFLOAD_VLAN_STRIP_F)] in sso_fastpath_fns_set()
233 [!!(dev->rx_offloads & NIX_RX_OFFLOAD_VLAN_STRIP_F)] in sso_fastpath_fns_set()
242 [!!(dev->rx_offloads & NIX_RX_OFFLOAD_VLAN_STRIP_F)] in sso_fastpath_fns_set()
332 NIX_RX_OFFLOAD_VLAN_STRIP_F)] in sso_fastpath_fns_set()
344 NIX_RX_OFFLOAD_VLAN_STRIP_F)] in sso_fastpath_fns_set()
359 NIX_RX_OFFLOAD_VLAN_STRIP_F)] in sso_fastpath_fns_set()
375 NIX_RX_OFFLOAD_VLAN_STRIP_F)] in sso_fastpath_fns_set()
392 NIX_RX_OFFLOAD_VLAN_STRIP_F)] in sso_fastpath_fns_set()
405 NIX_RX_OFFLOAD_VLAN_STRIP_F)] in sso_fastpath_fns_set()
420 NIX_RX_OFFLOAD_VLAN_STRIP_F)] in sso_fastpath_fns_set()
[all …]
/f-stack/dpdk/drivers/net/octeontx2/
H A Dotx2_rx.h30 #define NIX_RX_OFFLOAD_VLAN_STRIP_F BIT(3) macro
307 if (flag & NIX_RX_OFFLOAD_VLAN_STRIP_F) { in otx2_nix_cqe_to_mbuf()
342 #define RX_VLAN_F NIX_RX_OFFLOAD_VLAN_STRIP_F
H A Dotx2_rx.c236 if (flags & NIX_RX_OFFLOAD_VLAN_STRIP_F) { in nix_recv_pkts_vector()
373 [!!(dev->rx_offload_flags & NIX_RX_OFFLOAD_VLAN_STRIP_F)] in pick_rx_func()
H A Dotx2_ethdev_ops.c240 {NIX_RX_OFFLOAD_VLAN_STRIP_F, " VLAN Strip,"}, in otx2_rx_burst_mode_get()
H A Dotx2_vlan.c763 dev->rx_offload_flags |= NIX_RX_OFFLOAD_VLAN_STRIP_F; in otx2_nix_vlan_offload_set()
H A Dotx2_flow_parse.c1087 hw->rx_offload_flags |= NIX_RX_OFFLOAD_VLAN_STRIP_F; in otx2_flow_parse_actions()
H A Dotx2_flow.c687 ~NIX_RX_OFFLOAD_VLAN_STRIP_F; in otx2_flow_destroy()
H A Dotx2_ethdev.c710 flags |= NIX_RX_OFFLOAD_VLAN_STRIP_F; in nix_rx_offload_flags()