Home
last modified time | relevance | path

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

/freebsd/sys/dev/cxgb/
H A Dcxgb_main.c1293 int mtu, hwtagging; in cxgb_update_mac_settings() local
1303 hwtagging = (if_getcapenable(ifp) & IFCAP_VLAN_HWTAGGING) != 0; in cxgb_update_mac_settings()
1306 t3_set_vlan_accel(p->adapter, 1 << p->tx_chan, hwtagging); in cxgb_update_mac_settings()