Searched refs:pvid (Results 1 – 11 of 11) sorted by relevance
| /trueos/sys/dev/etherswitch/arswitch/ |
| HD | arswitch_vlans.c | 358 arswitch_get_pvid(struct arswitch_softc *sc, int port, int *pvid) in arswitch_get_pvid() argument 364 *pvid = reg & 0xfff; in arswitch_get_pvid() 369 arswitch_set_pvid(struct arswitch_softc *sc, int port, int pvid) in arswitch_set_pvid() argument 374 AR8X16_REG_PORT_VLAN(port), 0xfff, pvid)); in arswitch_set_pvid()
|
| /trueos/sys/dev/etherswitch/ip17x/ |
| HD | ip17x_vlans.c | 70 memset(sc->pvid, 0, sizeof(uint32_t) * sc->numports); in ip17x_reset_vlans() 98 sc->pvid[i] = 1; in ip17x_reset_vlans()
|
| HD | ip175c.c | 165 if (ip17x_writephy(sc->sc_dev, 29, 30, sc->pvid[i])) in ip175c_dot1q_vlan_setup() 168 if (ip17x_writephy(sc->sc_dev, 29, 24 + i, sc->pvid[i])) in ip175c_dot1q_vlan_setup()
|
| HD | ip17x.c | 205 sc->pvid = malloc(sizeof(uint32_t) * sc->numports, M_IP17X, in ip17x_attach() 267 free(sc->pvid, M_IP17X); in ip17x_detach() 380 p->es_pvid = sc->pvid[phy]; in ip17x_getport() 445 sc->pvid[phy] = p->es_pvid; in ip17x_setport()
|
| HD | ip17x_var.h | 64 uint32_t *pvid; /* PVID */ member
|
| HD | ip175d.c | 137 ip17x_writephy(sc->sc_dev, 22, 4 + i, sc->pvid[i]); in ip175d_hw_setup()
|
| /trueos/tools/tools/usbtest/ |
| HD | usb_msc_test.c | 826 show_host_device_selection(uint8_t level, uint16_t *pvid, uint16_t *ppid) in show_host_device_selection() argument 876 *pvid = 0; in show_host_device_selection() 880 *pvid = vid[sel]; in show_host_device_selection()
|
| /trueos/sys/dev/oce/ |
| HD | oce_if.c | 1399 } else if (sc->pvid != (vtag & VLAN_VID_MASK)) { in oce_rx() 2204 sc->pvid = gcqe->tag & VLAN_VID_MASK; in oce_mq_handler() 2206 sc->pvid = 0; in oce_mq_handler() 2319 if(sc->pvid) { in oce_insert_vlan_tag() 2321 vlan_tag = sc->pvid; in oce_insert_vlan_tag()
|
| HD | oce_if.h | 879 uint32_t pvid; member 1156 #define IS_QNQ_OR_UMC(sc) ((sc->pvid && (sc->function_mode & FNM_UMC_MODE ))\
|
| HD | oce_sysctl.c | 124 &sc->pvid, in oce_add_sysctls()
|
| /trueos/sys/dev/ixl/ |
| HD | i40e_adminq_cmd.h | 743 __le16 pvid; /* VLANS include priority bits */ member
|