Searched refs:rxvlan (Results 1 – 7 of 7) sorted by relevance
162 ip netns exec ns1 ethtool -K veth1 rxvlan off163 ip netns exec ns2 ethtool -K veth2 rxvlan off
882 netdev_features_t rxhash, rxcsum, rxvlan, rxvlan_filter; in xlgmac_set_features() local889 rxvlan = pdata->netdev_features & NETIF_F_HW_VLAN_CTAG_RX; in xlgmac_set_features()904 if ((features & NETIF_F_HW_VLAN_CTAG_RX) && !rxvlan) in xlgmac_set_features()906 else if (!(features & NETIF_F_HW_VLAN_CTAG_RX) && rxvlan) in xlgmac_set_features()
181 bool rxvlan; member
268 pfvf->rxvlan = false; in nix_interface_deinit()2902 if (pfvf->rxvlan) in rvu_mbox_handler_nix_rxvlan_alloc()2929 pfvf->rxvlan = true; in rvu_mbox_handler_nix_rxvlan_alloc()2940 pfvf->rxvlan = false; in rvu_mbox_handler_nix_rxvlan_alloc()
2269 if (!pfvf->rxvlan) in rvu_npc_update_rxvlan()
81 # ethtool -K <if_name> rxvlan on/off85 # ethtool --offload <if_name> rxvlan on/off
2232 netdev_features_t rxhash, rxcsum, rxvlan, rxvlan_filter; in xgbe_set_features() local2237 rxvlan = pdata->netdev_features & NETIF_F_HW_VLAN_CTAG_RX; in xgbe_set_features()2252 if ((features & NETIF_F_HW_VLAN_CTAG_RX) && !rxvlan) in xgbe_set_features()2254 else if (!(features & NETIF_F_HW_VLAN_CTAG_RX) && rxvlan) in xgbe_set_features()