Searched refs:vlanex (Results 1 – 3 of 3) sorted by relevance
/freebsd/sys/dev/cxgbe/common/ |
H A D | common.h | 817 int mtu, int promisc, int all_multi, int bcast, int vlanex,
|
H A D | t4_hw.c | 8016 int mtu, int promisc, int all_multi, int bcast, int vlanex, in t4_set_rxmode() argument 8030 if (vlanex < 0) in t4_set_rxmode() 8031 vlanex = M_FW_VI_RXMODE_CMD_VLANEXEN; in t4_set_rxmode() 8043 V_FW_VI_RXMODE_CMD_VLANEXEN(vlanex)); in t4_set_rxmode()
|
/freebsd/sys/dev/cxgbe/ |
H A D | t4_main.c | 6306 int mtu = -1, promisc = -1, allmulti = -1, vlanex = -1; in update_mac_settings() local 6322 vlanex = if_getcapenable(ifp) & IFCAP_VLAN_HWTAGGING ? 1 : 0; in update_mac_settings() 6326 allmulti, 1, vlanex, false); in update_mac_settings()
|