Searched refs:es_fid (Results 1 - 12 of 12) sorted by relevance

/freebsd-13-stable/sys/dev/etherswitch/
H A Detherswitch.h103 int es_fid; member in struct:etherswitch_vlangroup
/freebsd-13-stable/sys/dev/etherswitch/ip17x/
H A Dip17x_vlans.c136 vg->es_fid = 0;
/freebsd-13-stable/sys/dev/etherswitch/infineon/
H A Dadm6996fc.c580 vg->es_fid = 0;
595 vg->es_fid = 0;
597 vg->es_fid = 0;
600 vg->es_fid = 0;
/freebsd-13-stable/sys/dev/etherswitch/micrel/
H A Dksz8995ma.c642 vg->es_fid = 0;
659 vg->es_fid = (vlantab >> 12) & 0x0f;
661 vg->es_fid = 0;
688 vg->es_fid << 4 | vg->es_vid >> 8);
/freebsd-13-stable/sys/dev/etherswitch/mtkswitch/
H A Dmtkswitch_mt7620.c409 v->es_fid = 0;
460 if (v->es_fid != 0)
H A Dmtkswitch_rt3050.c364 v->es_fid = 0;
/freebsd-13-stable/sys/dev/etherswitch/arswitch/
H A Darswitch_vlans.c280 vg->es_fid = 0;
/freebsd-13-stable/sys/dev/etherswitch/rtl8366/
H A Drtl8366rb.c771 vg->es_fid = RTL8366_VMCR_FID(vmcr);
808 vg->es_fid);
813 ((vg->es_fid << RTL8366_VMCR_FID_FID_SHIFT) & RTL8366_VMCR_FID_FID_MASK));
/freebsd-13-stable/sys/dev/etherswitch/e6000sw/
H A De6000sw.c1193 vg->es_fid = (reg & PORT_VLAN_MAP_FID_MASK) >> PORT_VLAN_MAP_FID;
1195 vg->es_fid |= (reg & PORT_CONTROL1_FID_MASK) << 4;
1206 vg->es_fid = 0;
H A De6060sw.c572 vg->es_fid = 0;
/freebsd-13-stable/sys/dev/etherswitch/ukswitch/
H A Dukswitch.c427 vg->es_fid = 0;
/freebsd-13-stable/sys/arm/ti/cpsw/
H A Dif_cpsw.c2930 vg->es_fid = 0;

Completed in 132 milliseconds