Home
last modified time | relevance | path

Searched refs:untagged (Results 1 – 23 of 23) sorted by relevance

/linux-4.4.14/drivers/net/ethernet/mellanox/mlxsw/
Dspectrum.h118 u16 vid_end, bool is_member, bool untagged);
Dreg.h680 bool is_member, bool untagged) in mlxsw_reg_spvm_pack() argument
692 mlxsw_reg_spvm_rec_u_set(payload, i, untagged); in mlxsw_reg_spvm_pack()
Dspectrum.c481 u16 vid_end, bool is_member, bool untagged) in mlxsw_sp_port_vlan_set() argument
492 vid_end, is_member, untagged); in mlxsw_sp_port_vlan_set()
/linux-4.4.14/net/dsa/
Dslave.c210 DECLARE_BITMAP(untagged, DSA_MAX_PORTS); in dsa_bridge_check_vlan_range()
220 err = ds->drv->vlan_getnext(ds, &vid, members, untagged); in dsa_bridge_check_vlan_range()
296 DECLARE_BITMAP(untagged, DSA_MAX_PORTS); in dsa_slave_port_vlan_dump()
308 err = ds->drv->vlan_getnext(ds, &vid, members, untagged); in dsa_slave_port_vlan_dump()
321 if (test_bit(p->port, untagged)) in dsa_slave_port_vlan_dump()
/linux-4.4.14/include/net/
Ddsa.h323 unsigned long *ports, unsigned long *untagged);
/linux-4.4.14/drivers/net/dsa/
Dmv88e6xxx.c1476 bool untagged) in _mv88e6xxx_port_vlan_add() argument
1495 vlan.data[port] = untagged ? in _mv88e6xxx_port_vlan_add()
1507 bool untagged = vlan->flags & BRIDGE_VLAN_INFO_UNTAGGED; in mv88e6xxx_port_vlan_add() local
1515 err = _mv88e6xxx_port_vlan_add(ds, port, vid, untagged); in mv88e6xxx_port_vlan_add()
1600 unsigned long *ports, unsigned long *untagged) in mv88e6xxx_vlan_getnext() argument
1629 clear_bit(port, untagged); in mv88e6xxx_vlan_getnext()
1639 set_bit(port, untagged); in mv88e6xxx_vlan_getnext()
Dmv88e6xxx.h484 unsigned long *ports, unsigned long *untagged);
/linux-4.4.14/Documentation/networking/
Dcdc_mbim.txt264 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)
Dswitchdev.txt187 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-4.4.14/Documentation/ABI/testing/
Dsysfs-class-net-mesh16 to the untagged lan.
/linux-4.4.14/drivers/scsi/bfa/
Dbfa_defs_svc.h306 u32 untagged; /* Untagged frames (ignored) */ member
653 u64 untagged; /* FIP untagged frames */ member
Dbfa_fcs.h681 u32 untagged; /* untagged receive frames */ member
Dbfa_fcs.c1692 bfa_stats(fcs, uf.untagged); in bfa_fcs_uf_recv()
/linux-4.4.14/drivers/net/ethernet/rocker/
Drocker.c65 bool untagged; member
1949 if (entry->key.vlan.untagged && in rocker_cmd_flow_tbl_add_vlan()
2534 bool untagged, __be16 new_vlan_id) in rocker_flow_tbl_vlan() argument
2549 entry->key.vlan.untagged = untagged; in rocker_flow_tbl_vlan()
3434 bool untagged; in rocker_port_vlan() local
3438 internal_vlan_id = rocker_port_vid_to_vlan(rocker_port, vid, &untagged); in rocker_port_vlan()
3460 internal_vlan_id, untagged); in rocker_port_vlan()
3477 goto_tbl, untagged, internal_vlan_id); in rocker_port_vlan()
/linux-4.4.14/Documentation/networking/dsa/
Ddsa.txt555 (tagged or untagged) for the given switch port
561 in the switch, i.e. returns the bitmaps of members and untagged ports
/linux-4.4.14/drivers/scsi/aic7xxx/
Daic7xxx.seq1694 * 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
Daic79xx.seq1094 * the per-device, disconnected array. If there is no untagged
1282 * and await the bus going free. If this is an untagged transaction
1283 * store the SCB id for it in our untagged target table for lookup on
/linux-4.4.14/Documentation/scsi/
DChangeLog.sym53c8xx20 QUEUE FULL status or when using untagged commands.
305 - Send an ABORT message (if untagged) or ABORT TAG message (if tagged)
Daic7xxx.txt43 4. 64 Byte SCB Support - Allows disconnected, untagged request table
Dscsi_mid_low_api.txt670 * -1 - drop back to untagged operation using host->cmd_per_lun
671 * as the untagged command depth
/linux-4.4.14/drivers/net/ethernet/emulex/benet/
Dbe_cmds.h987 u8 untagged; member
Dbe_cmds.c1925 req->untagged = BE_IF_FLAGS_UNTAGGED & be_if_cap_flags(adapter) ? 1 : 0; in be_cmd_vlan_config()
/linux-4.4.14/drivers/net/ethernet/qlogic/qed/
Dqed_hsi.h2833 u8 untagged; member