Searched refs:vlanex (Results 1 – 3 of 3) sorted by relevance
| /freebsd/sys/dev/cxgbe/common/ |
| H A D | common.h | 927 int mtu, int promisc, int all_multi, int bcast, int vlanex,
|
| H A D | t4_hw.c | 9870 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 D | t4_main.c | 6532 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()
|