/Linux-v4.19/drivers/net/dsa/ |
D | dsa_loop.c | 27 u16 untagged; member 206 bool untagged = vlan->flags & BRIDGE_VLAN_INFO_UNTAGGED; in dsa_loop_port_vlan_add() local 220 if (untagged) in dsa_loop_port_vlan_add() 221 vl->untagged |= BIT(port); in dsa_loop_port_vlan_add() 223 vl->untagged &= ~BIT(port); in dsa_loop_port_vlan_add() 226 __func__, port, vid, untagged ? "un" : "", pvid); in dsa_loop_port_vlan_add() 236 bool untagged = vlan->flags & BRIDGE_VLAN_INFO_UNTAGGED; in dsa_loop_port_vlan_del() local 249 if (untagged) in dsa_loop_port_vlan_del() 250 vl->untagged &= ~BIT(port); in dsa_loop_port_vlan_del() 256 __func__, port, vid, untagged ? "un" : "", pvid); in dsa_loop_port_vlan_del()
|
D | mt7530.h | 443 bool untagged; member 447 int port, bool untagged) in mt7530_hw_vlan_entry_init() argument 450 e->untagged = untagged; in mt7530_hw_vlan_entry_init()
|
D | rtl8366.c | 364 bool untagged = !!(vlan->flags & BRIDGE_VLAN_INFO_UNTAGGED); in rtl8366_vlan_add() local 377 untagged ? "untagged" : "tagged", in rtl8366_vlan_add() 389 if (untagged) in rtl8366_vlan_add()
|
D | mt7530.c | 1060 val = entry->untagged ? MT7530_VLAN_EGRESS_UNTAG : in mt7530_hw_vlan_add() 1132 bool untagged = vlan->flags & BRIDGE_VLAN_INFO_UNTAGGED; in mt7530_port_vlan_add() local 1147 mt7530_hw_vlan_entry_init(&new_entry, port, untagged); in mt7530_port_vlan_add()
|
/Linux-v4.19/drivers/infiniband/ulp/opa_vnic/ |
D | opa_vnic_ethtool.c | 83 {"tx_untagged", VNIC_STAT(tx_grp.untagged)}, 96 {"rx_untagged", VNIC_STAT(rx_grp.untagged)},
|
/Linux-v4.19/include/rdma/ |
D | opa_vnic.h | 107 u64 untagged; member
|
/Linux-v4.19/tools/testing/selftests/net/forwarding/ |
D | mirror_gre_bridge_1q.sh | 66 bridge vlan add dev br1 vid 555 pvid untagged self
|
D | router_bridge_vlan.sh | 50 bridge vlan add dev br1 vid 555 self pvid untagged
|
D | mirror_gre_vlan_bridge_1q.sh | 185 bridge vlan add dev $swp3 vid 555 pvid untagged
|
/Linux-v4.19/drivers/net/dsa/microchip/ |
D | ksz_common.c | 582 bool untagged = vlan->flags & BRIDGE_VLAN_INFO_UNTAGGED; in ksz_port_vlan_add() local 591 if (untagged) in ksz_port_vlan_add() 614 bool untagged = vlan->flags & BRIDGE_VLAN_INFO_UNTAGGED; in ksz_port_vlan_del() local 633 if (untagged) in ksz_port_vlan_del()
|
/Linux-v4.19/drivers/net/ethernet/rocker/ |
D | rocker_ofdpa.c | 44 bool untagged; member 340 if (entry->key.vlan.untagged && in ofdpa_cmd_flow_tbl_add_vlan() 862 bool untagged, __be16 new_vlan_id) in ofdpa_flow_tbl_vlan() argument 877 entry->key.vlan.untagged = untagged; in ofdpa_flow_tbl_vlan() 1737 bool untagged; in ofdpa_port_vlan() local 1741 internal_vlan_id = ofdpa_port_vid_to_vlan(ofdpa_port, vid, &untagged); in ofdpa_port_vlan() 1762 internal_vlan_id, untagged); in ofdpa_port_vlan() 1777 goto_tbl, untagged, internal_vlan_id); in ofdpa_port_vlan()
|
/Linux-v4.19/drivers/staging/fsl-dpaa2/ethsw/ |
D | README | 98 unicast/multicast/broadcast (VLAN tagged or untagged) traffic between its
|
/Linux-v4.19/Documentation/networking/ |
D | cdc_mbim.txt | 264 driver. It is initially mapped to untagged frames on the wwanY 278 0 to this VLAN, and will drop untagged frames on the master wwanY 297 untagged IPS 0 a)
|
D | switchdev.txt | 187 Note: by default, the bridge does not filter on VLAN and only bridges untagged 271 Note that STP BDPUs are untagged and STP state applies to all VLANs on the port 272 so packet filters should be applied consistently across untagged and tagged
|
/Linux-v4.19/Documentation/ABI/testing/ |
D | sysfs-class-net-mesh | 16 to the untagged lan.
|
/Linux-v4.19/drivers/infiniband/hw/hfi1/ |
D | vnic_main.c | 292 tx_grp->untagged++; in hfi1_vnic_update_tx_counters() 321 rx_grp->untagged++; in hfi1_vnic_update_rx_counters()
|
/Linux-v4.19/drivers/net/dsa/b53/ |
D | b53_common.c | 1099 bool untagged = vlan->flags & BRIDGE_VLAN_INFO_UNTAGGED; in b53_vlan_add() local 1110 if (untagged && !dsa_is_cpu_port(ds, port)) in b53_vlan_add() 1131 bool untagged = vlan->flags & BRIDGE_VLAN_INFO_UNTAGGED; in b53_vlan_del() local 1152 if (untagged && !dsa_is_cpu_port(ds, port)) in b53_vlan_del()
|
/Linux-v4.19/drivers/scsi/bfa/ |
D | bfa_defs_svc.h | 307 u32 untagged; /* Untagged frames (ignored) */ member 654 u64 untagged; /* FIP untagged frames */ member
|
D | bfa_fcs.h | 682 u32 untagged; /* untagged receive frames */ member
|
/Linux-v4.19/drivers/net/ethernet/mellanox/mlxsw/ |
D | spectrum.c | 1080 bool is_member, bool untagged) in __mlxsw_sp_port_vlan_set() argument 1091 vid_end, is_member, untagged); in __mlxsw_sp_port_vlan_set() 1098 u16 vid_end, bool is_member, bool untagged) in mlxsw_sp_port_vlan_set() argument 1109 is_member, untagged); in mlxsw_sp_port_vlan_set() 1130 bool untagged = vid == 1; in mlxsw_sp_port_vlan_create() local 1133 err = mlxsw_sp_port_vlan_set(mlxsw_sp_port, vid, vid, true, untagged); in mlxsw_sp_port_vlan_create()
|
D | spectrum.h | 357 u16 vid_end, bool is_member, bool untagged);
|
/Linux-v4.19/Documentation/networking/dsa/ |
D | dsa.txt | 516 untagged frames must be rejected as well. When turned off the switch must 517 accept any 802.1Q frames irrespective of their VLAN ID, and untagged frames are 527 (tagged or untagged) for the given switch port
|
/Linux-v4.19/drivers/net/ethernet/mscc/ |
D | ocelot.c | 235 bool untagged) in ocelot_vlan_vid_add() argument 256 if (untagged) in ocelot_vlan_vid_add()
|
/Linux-v4.19/drivers/scsi/aic7xxx/ |
D | aic7xxx.seq | 1694 * and await the bus going free. If this is an untagged transaction 1695 * store the SCB id for it in our untagged target table for lookup on 1812 * the busy target array. If there is no untagged transaction 1855 * We only allow one untagged command per-target
|
/Linux-v4.19/Documentation/scsi/ |
D | ChangeLog.sym53c8xx | 20 QUEUE FULL status or when using untagged commands. 305 - Send an ABORT message (if untagged) or ABORT TAG message (if tagged)
|