HomeSort by: relevance | last modified time | path
    Searched refs:OFFLOAD_VLAN (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/pci/
if_txpreg.h 517 #define OFFLOAD_VLAN 0x00000080 /* vlan enable */
if_txp.c 2080 if (rsp->rsp_par2 & rsp->rsp_par3 & OFFLOAD_VLAN) {
2081 sc->sc_tx_capability |= OFFLOAD_VLAN;
2082 sc->sc_rx_capability |= OFFLOAD_VLAN;

Completed in 112 milliseconds