Home
last modified time | relevance | path

Searched refs:netdev_features (Results 1 – 4 of 4) sorted by relevance

/drivers/net/ethernet/amd/xgbe/
Dxgbe-drv.c1470 rxcsum = pdata->netdev_features & NETIF_F_RXCSUM; in xgbe_set_features()
1471 rxvlan = pdata->netdev_features & NETIF_F_HW_VLAN_CTAG_RX; in xgbe_set_features()
1472 rxvlan_filter = pdata->netdev_features & NETIF_F_HW_VLAN_CTAG_FILTER; in xgbe_set_features()
1489 pdata->netdev_features = features; in xgbe_set_features()
Dxgbe.h652 netdev_features_t netdev_features; member
Dxgbe-main.c431 pdata->netdev_features = netdev->features; in xgbe_probe()
/drivers/net/wireless/ath/ath10k/
Dmac.c4875 ar->hw->netdev_features = NETIF_F_HW_CSUM; in ath10k_mac_register()