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

/freebsd-10.3-release/sys/powerpc/ps3/
H A Dif_glcreg.h70 int sc_tx_vlan, sc_rx_vlan; member in struct:glc_softc
H A Dif_glc.c158 sc->sc_tx_vlan = sc->sc_rx_vlan = -1;
162 sc->sc_tx_vlan = val;
433 if (sc->sc_tx_vlan >= 0)
434 mb_head = ether_vlanencap(mb_head, sc->sc_tx_vlan);

Completed in 103 milliseconds