HomeSort by: relevance | last modified time | path
    Searched defs:untagged (Results 1 - 7 of 7) sorted by relevancy

  /src/external/bsd/wpa/dist/src/ap/
vlan.h 16 int untagged; /* >0 802.1q vid */ member in struct:vlan_description
vlan_full.c 465 int untagged, *tagged, i, notempty; local
481 untagged = vlan->vlan_desc.untagged;
489 } else if (untagged > 0 && untagged <= MAX_VLAN_ID) {
490 vlan_bridge_name(br_name, hapd, vlan, untagged);
492 vlan_get_bridge(br_name, hapd, untagged);
499 if (tagged[i] == untagged ||
585 int untagged = vlan->vlan_desc.untagged; local
    [all...]
  /src/sys/dev/ic/
wd33c93var.h 95 struct wd33c93_acb *untagged; member in struct:wd33c93_linfo
ncr53c9xvar.h 158 struct ncr53c9x_ecb *untagged; member in struct:ncr53c9x_linfo
  /src/sys/dev/pci/
trm.c 230 struct trm_srb *untagged; member in struct:trm_linfo
924 if (li->untagged == NULL)
925 li->untagged = srb;
927 if (li->untagged != NULL) {
930 /* we need to issue the untagged command now */
931 srb = li->untagged;
946 if (li->untagged != NULL && li->busy != 1) {
954 if (li->untagged == NULL && tag != 0) {
2051 li->untagged == NULL && li->used == 0) {
2111 if (li->untagged != NULL && li->busy)
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
internal-fn.cc 584 rtx untagged = targetm.memtag.untagged_pointer (ptr, target); local
585 rtx tagged_value = targetm.memtag.set_tag (untagged, tag, target);
  /src/external/gpl3/gcc/dist/gcc/
internal-fn.cc 791 rtx untagged = targetm.memtag.untagged_pointer (ptr, target); local
792 rtx tagged_value = targetm.memtag.set_tag (untagged, tag, target);

Completed in 64 milliseconds