Home
last modified time | relevance | path

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

/openbmc/linux/tools/testing/selftests/bpf/
H A Dtest_xdp_vlan.sh167 ip netns exec ${NS1} ethtool -K veth1 rxvlan off
168 ip netns exec ${NS2} ethtool -K veth2 rxvlan off
/openbmc/qemu/pc-bios/
H A Dpetalogix-ml605.dts157 xlnx,rxvlan-strp = < 0x00 >;
158 xlnx,rxvlan-tag = < 0x00 >;
159 xlnx,rxvlan-tran = < 0x00 >;
/openbmc/linux/drivers/net/ethernet/synopsys/
H A Ddwc-xlgmac-net.c881 netdev_features_t rxhash, rxcsum, rxvlan, rxvlan_filter; in xlgmac_set_features() local
888 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()
/openbmc/linux/drivers/net/ethernet/amd/xgbe/
H A Dxgbe-drv.c2245 netdev_features_t rxhash, rxcsum, rxvlan, rxvlan_filter; in xgbe_set_features() local
2250 rxvlan = pdata->netdev_features & NETIF_F_HW_VLAN_CTAG_RX; in xgbe_set_features()
2265 if ((features & NETIF_F_HW_VLAN_CTAG_RX) && !rxvlan) in xgbe_set_features()
2267 else if (!(features & NETIF_F_HW_VLAN_CTAG_RX) && rxvlan) in xgbe_set_features()
/openbmc/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.rst836 # ethtool -K <ethX> rxvlan off