Home
last modified time | relevance | path

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

/linux-4.1.27/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)
/linux-4.1.27/Documentation/ABI/testing/
Dsysfs-class-net-mesh16 to the untagged lan.
/linux-4.1.27/drivers/net/ethernet/rocker/
Drocker.c65 bool untagged; member
1833 if (entry->key.vlan.untagged && in rocker_cmd_flow_tbl_add_vlan()
2420 bool untagged, __be16 new_vlan_id) in rocker_flow_tbl_vlan() argument
2435 entry->key.vlan.untagged = untagged; in rocker_flow_tbl_vlan()
3294 bool untagged; in rocker_port_vlan() local
3298 internal_vlan_id = rocker_port_vid_to_vlan(rocker_port, vid, &untagged); in rocker_port_vlan()
3318 internal_vlan_id, untagged); in rocker_port_vlan()
3335 goto_tbl, untagged, internal_vlan_id); in rocker_port_vlan()
/linux-4.1.27/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.1.27/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.1.27/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.1.27/drivers/net/ethernet/emulex/benet/
Dbe_cmds.h962 u8 untagged; member
Dbe_cmds.c1885 req->untagged = BE_IF_FLAGS_UNTAGGED & be_if_cap_flags(adapter) ? 1 : 0; in be_cmd_vlan_config()