Home
last modified time | relevance | path

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

/Linux-v5.10/tools/testing/selftests/bpf/
Dtest_xdp_vlan.sh162 ip netns exec ns1 ethtool -K veth1 rxvlan off
163 ip netns exec ns2 ethtool -K veth2 rxvlan off
/Linux-v5.10/drivers/net/ethernet/synopsys/
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-v5.10/drivers/net/ethernet/marvell/octeontx2/af/
Drvu.h181 bool rxvlan; member
Drvu_nix.c268 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()
Drvu_npc.c2269 if (!pfvf->rxvlan) in rvu_npc_update_rxvlan()
/Linux-v5.10/Documentation/networking/device_drivers/ethernet/intel/
Diavf.rst81 # ethtool -K <if_name> rxvlan on/off
85 # ethtool --offload <if_name> rxvlan on/off
/Linux-v5.10/drivers/net/ethernet/amd/xgbe/
Dxgbe-drv.c2232 netdev_features_t rxhash, rxcsum, rxvlan, rxvlan_filter; in xgbe_set_features() local
2237 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()