Home
last modified time | relevance | path

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

/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()
/drivers/net/ethernet/amd/xgbe/
Dxgbe-drv.c2338 netdev_features_t rxhash, rxcsum, rxvlan, rxvlan_filter; in xgbe_set_features() local
2344 rxvlan = pdata->netdev_features & NETIF_F_HW_VLAN_CTAG_RX; in xgbe_set_features()
2360 if ((features & NETIF_F_HW_VLAN_CTAG_RX) && !rxvlan) in xgbe_set_features()
2362 else if (!(features & NETIF_F_HW_VLAN_CTAG_RX) && rxvlan) in xgbe_set_features()
/drivers/net/ethernet/marvell/octeontx2/af/
Drvu.h153 bool rxvlan; member
Drvu_nix.c241 pfvf->rxvlan = false; in nix_interface_deinit()
2474 if (pfvf->rxvlan) in rvu_mbox_handler_nix_rxvlan_alloc()
2501 pfvf->rxvlan = true; in rvu_mbox_handler_nix_rxvlan_alloc()
2512 pfvf->rxvlan = false; in rvu_mbox_handler_nix_rxvlan_alloc()
Drvu_npc.c2201 if (!pfvf->rxvlan) in rvu_npc_update_rxvlan()