Searched refs:rxvlan (Results 1 – 5 of 5) sorted by relevance
167 ip netns exec ${NS1} ethtool -K veth1 rxvlan off168 ip netns exec ${NS2} ethtool -K veth2 rxvlan off
881 netdev_features_t rxhash, rxcsum, rxvlan, rxvlan_filter; in xlgmac_set_features() local888 rxvlan = pdata->netdev_features & NETIF_F_HW_VLAN_CTAG_RX; in xlgmac_set_features()903 if ((features & NETIF_F_HW_VLAN_CTAG_RX) && !rxvlan) in xlgmac_set_features()905 else if (!(features & NETIF_F_HW_VLAN_CTAG_RX) && rxvlan) in xlgmac_set_features()
81 # ethtool -K <if_name> rxvlan on/off85 # ethtool --offload <if_name> rxvlan on/off
854 # ethtool -K <ethX> rxvlan off
2231 netdev_features_t rxhash, rxcsum, rxvlan, rxvlan_filter; in xgbe_set_features() local2236 rxvlan = pdata->netdev_features & NETIF_F_HW_VLAN_CTAG_RX; in xgbe_set_features()2251 if ((features & NETIF_F_HW_VLAN_CTAG_RX) && !rxvlan) in xgbe_set_features()2253 else if (!(features & NETIF_F_HW_VLAN_CTAG_RX) && rxvlan) in xgbe_set_features()