Home
last modified time | relevance | path

Searched refs:ROC_PRIV_FLAGS_VLAN_EXDSA (Results 1 – 4 of 4) sorted by relevance

/dpdk/drivers/common/cnxk/
H A Droc_nix_ops.c385 switch_header_type != ROC_PRIV_FLAGS_VLAN_EXDSA && in roc_nix_switch_hdr_set()
415 } else if (switch_header_type == ROC_PRIV_FLAGS_VLAN_EXDSA) { in roc_nix_switch_hdr_set()
H A Droc_npc_parse.c366 if (pst->npc->switch_header_type == ROC_PRIV_FLAGS_VLAN_EXDSA) { in npc_parse_lb()
H A Droc_mbox.h331 #define ROC_PRIV_FLAGS_VLAN_EXDSA BIT_ULL(5) macro
/dpdk/drivers/net/cnxk/
H A Dcnxk_ethdev_devargs.c203 *(uint16_t *)extra_args = ROC_PRIV_FLAGS_VLAN_EXDSA; in parse_switch_header_type()