Home
last modified time | relevance | path

Searched refs:vtag_cfg (Results 1 – 2 of 2) sorted by relevance

/f-stack/dpdk/drivers/net/octeontx2/
H A Dotx2_vlan.c513 vtag_cfg->cfg_type = VTAG_RX; in nix_vlan_hw_strip()
516 vtag_cfg->rx.strip_vtag = 1; in nix_vlan_hw_strip()
518 vtag_cfg->rx.strip_vtag = 0; in nix_vlan_hw_strip()
521 vtag_cfg->rx.capture_vtag = 1; in nix_vlan_hw_strip()
524 vtag_cfg->rx.vtag_type = 0; in nix_vlan_hw_strip()
837 vtag_cfg->cfg_type = VTAG_TX; in otx2_nix_vlan_pvid_set()
844 vtag_cfg->tx.vtag0 = in otx2_nix_vlan_pvid_set()
846 vtag_cfg->tx.cfg_vtag0 = 1; in otx2_nix_vlan_pvid_set()
852 vtag_cfg->tx.free_vtag0 = 1; in otx2_nix_vlan_pvid_set()
872 vtag_cfg->tx.free_vtag0 = 1; in otx2_nix_vlan_pvid_set()
[all …]
H A Dotx2_flow.c479 struct nix_vtag_config *vtag_cfg; in flow_program_vtag_action() local
489 vtag_cfg = in flow_program_vtag_action()
491 vtag_cfg->cfg_type = VTAG_RX; in flow_program_vtag_action()
492 vtag_cfg->rx.strip_vtag = 1; in flow_program_vtag_action()
494 vtag_cfg->rx.capture_vtag = 1; in flow_program_vtag_action()
495 vtag_cfg->vtag_size = NIX_VTAGSIZE_T4; in flow_program_vtag_action()
496 vtag_cfg->rx.vtag_type = 0; in flow_program_vtag_action()
546 vtag_cfg->cfg_type = VTAG_TX; in flow_program_vtag_action()
547 vtag_cfg->vtag_size = NIX_VTAGSIZE_T4; in flow_program_vtag_action()
548 vtag_cfg->tx.vtag0 = in flow_program_vtag_action()
[all …]