Home
last modified time | relevance | path

Searched refs:rxvlan (Results 1 – 5 of 5) sorted by relevance

/linux/tools/testing/selftests/bpf/
H A Dtest_xdp_vlan.sh
/linux/drivers/net/ethernet/synopsys/
H A Ddwc-xlgmac-net.c882 netdev_features_t rxhash, rxcsum, rxvlan, rxvlan_filter; in xlgmac_set_features() local
889 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()
/linux/drivers/net/ethernet/amd/xgbe/
H A Dxgbe-drv.c1968 netdev_features_t rxhash, rxcsum, rxvlan, rxvlan_filter; in xgbe_set_features() local
1973 rxvlan = pdata->netdev_features & NETIF_F_HW_VLAN_CTAG_RX; in xgbe_set_features()
1995 if ((features & NETIF_F_HW_VLAN_CTAG_RX) && !rxvlan) in xgbe_set_features()
1997 else if (!(features & NETIF_F_HW_VLAN_CTAG_RX) && rxvlan) in xgbe_set_features()
/linux/Documentation/networking/device_drivers/ethernet/intel/
H A Diavf.rst81 # ethtool -K <if_name> rxvlan on/off
85 # ethtool --offload <if_name> rxvlan on/off
H A Dice.rst880 # ethtool -K <ethX> rxvlan off