Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/net/ethernet/huawei/hinic/
Dhinic_main.c1087 netdev_features_t failed_features = 0; in set_features() local
1096 failed_features |= NETIF_F_TSO; in set_features()
1104 failed_features |= NETIF_F_RXCSUM; in set_features()
1115 failed_features |= NETIF_F_LRO; in set_features()
1125 failed_features |= NETIF_F_HW_VLAN_CTAG_RX; in set_features()
1130 nic_dev->netdev->features = features ^ failed_features; in set_features()