Home
last modified time | relevance | path

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

/freebsd/sys/dev/cxgbe/common/
H A Dcommon.h927 int mtu, int promisc, int all_multi, int bcast, int vlanex,
H A Dt4_hw.c9870 int mtu, int promisc, int all_multi, int bcast, int vlanex, in t4_set_rxmode() argument
9884 if (vlanex < 0) in t4_set_rxmode()
9885 vlanex = M_FW_VI_RXMODE_CMD_VLANEXEN; in t4_set_rxmode()
9897 V_FW_VI_RXMODE_CMD_VLANEXEN(vlanex)); in t4_set_rxmode()
/freebsd/sys/dev/cxgbe/
H A Dt4_main.c6532 int mtu = -1, promisc = -1, allmulti = -1, vlanex = -1; in update_mac_settings() local
6548 vlanex = if_getcapenable(ifp) & IFCAP_VLAN_HWTAGGING ? 1 : 0; in update_mac_settings()
6552 allmulti, 1, vlanex, false); in update_mac_settings()