Searched refs:pvid (Results 1 - 11 of 11) sorted by relevance

/freebsd-10.3-release/sys/dev/etherswitch/ip17x/
H A Dip17x_var.h64 uint32_t *pvid; /* PVID */ member in struct:ip17x_softc
H A Dip17x_vlans.c70 memset(sc->pvid, 0, sizeof(uint32_t) * sc->numports);
98 sc->pvid[i] = 1;
H A Dip175c.c165 if (ip17x_writephy(sc->sc_dev, 29, 30, sc->pvid[i]))
168 if (ip17x_writephy(sc->sc_dev, 29, 24 + i, sc->pvid[i]))
H A Dip175d.c137 ip17x_writephy(sc->sc_dev, 22, 4 + i, sc->pvid[i]);
H A Dip17x.c205 sc->pvid = malloc(sizeof(uint32_t) * sc->numports, M_IP17X,
267 free(sc->pvid, M_IP17X);
380 p->es_pvid = sc->pvid[phy];
445 sc->pvid[phy] = p->es_pvid;
/freebsd-10.3-release/sys/dev/etherswitch/arswitch/
H A Darswitch_vlans.c358 arswitch_get_pvid(struct arswitch_softc *sc, int port, int *pvid) argument
364 *pvid = reg & 0xfff;
369 arswitch_set_pvid(struct arswitch_softc *sc, int port, int pvid) argument
374 AR8X16_REG_PORT_VLAN(port), 0xfff, pvid));
/freebsd-10.3-release/tools/tools/usbtest/
H A Dusb_msc_test.c826 show_host_device_selection(uint8_t level, uint16_t *pvid, uint16_t *ppid) argument
876 *pvid = 0;
880 *pvid = vid[sel];
/freebsd-10.3-release/sys/dev/oce/
H A Doce_if.c1387 } else if (sc->pvid != (vtag & VLAN_VID_MASK)) {
1388 /* In UMC mode generally pvid will be striped by
1390 with pvid. So if pvid == vlan, neglect vlan.
2192 sc->pvid = gcqe->tag & VLAN_VID_MASK;
2194 sc->pvid = 0;
2306 /* if UMC, ignore vlan tag insertion and instead insert pvid */
2307 if(sc->pvid) {
2309 vlan_tag = sc->pvid;
H A Doce_if.h879 uint32_t pvid; member in struct:oce_softc
1156 #define IS_QNQ_OR_UMC(sc) ((sc->pvid && (sc->function_mode & FNM_UMC_MODE ))\
H A Doce_sysctl.c122 OID_AUTO, "pvid",
124 &sc->pvid,
/freebsd-10.3-release/sys/dev/ixl/
H A Di40e_adminq_cmd.h769 __le16 pvid; /* VLANS include priority bits */ member in struct:i40e_aqc_vsi_properties_data

Completed in 274 milliseconds