Searched refs:vlanex (Results 1 – 3 of 3) sorted by relevance
| /freebsd/sys/dev/cxgbe/common/ |
| H A D | common.h | 934 int mtu, int promisc, int all_multi, int bcast, int vlanex,
|
| H A D | t4_hw.c | 11348 int mtu, int promisc, int all_multi, int bcast, int vlanex, in t4_set_rxmode() argument 11362 if (vlanex < 0) in t4_set_rxmode() 11363 vlanex = M_FW_VI_RXMODE_CMD_VLANEXEN; in t4_set_rxmode() 11375 V_FW_VI_RXMODE_CMD_VLANEXEN(vlanex)); in t4_set_rxmode()
|
| /freebsd/sys/dev/cxgbe/ |
| H A D | t4_main.c | 6573 int mtu = -1, promisc = -1, allmulti = -1, vlanex = -1; in update_mac_settings() local 6589 vlanex = if_getcapenable(ifp) & IFCAP_VLAN_HWTAGGING ? 1 : 0; in update_mac_settings() 6593 allmulti, 1, vlanex, false); in update_mac_settings()
|