Home
last modified time | relevance | path

Searched refs:OFFLOAD_VLAN (Results 1 – 2 of 2) sorted by relevance

/dragonfly/sys/dev/netif/txp/
H A Dif_txpreg.h533 #define OFFLOAD_VLAN 0x00000080 /* vlan enable */ macro
H A Dif_txp.c1743 if (rsp->rsp_par2 & rsp->rsp_par3 & OFFLOAD_VLAN) { in txp_capabilities()
1744 sc->sc_tx_capability |= OFFLOAD_VLAN; in txp_capabilities()
1745 sc->sc_rx_capability |= OFFLOAD_VLAN; in txp_capabilities()