Searched refs:sc_tx_vlan (Results 1 - 2 of 2) sorted by relevance

/freebsd-12-stable/sys/powerpc/ps3/
H A Dif_glcreg.h72 int sc_tx_vlan, sc_rx_vlan; member in struct:glc_softc
H A Dif_glc.c160 sc->sc_tx_vlan = sc->sc_rx_vlan = -1;
164 sc->sc_tx_vlan = val;
435 if (sc->sc_tx_vlan >= 0)
436 mb_head = ether_vlanencap(mb_head, sc->sc_tx_vlan);

Completed in 47 milliseconds