Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/huawei/hinic3/
H A Dhinic3_netdev_ops.c636 netdev_features_t features_tmp = features; in hinic3_fix_features() local
639 if (!(features_tmp & NETIF_F_RXCSUM)) in hinic3_fix_features()
640 features_tmp &= ~NETIF_F_LRO; in hinic3_fix_features()
642 return features_tmp; in hinic3_fix_features()