Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/drivers/net/ethernet/huawei/hinic/
H A Dhinic_main.c1053 netdev_features_t failed_features = 0; in set_features() local
1062 failed_features |= NETIF_F_TSO; in set_features()
1070 failed_features |= NETIF_F_RXCSUM; in set_features()
1081 failed_features |= NETIF_F_LRO; in set_features()
1091 failed_features |= NETIF_F_HW_VLAN_CTAG_RX; in set_features()
1101 failed_features |= NETIF_F_HW_VLAN_CTAG_FILTER; in set_features()
1106 nic_dev->netdev->features = features ^ failed_features; in set_features()
/kernel/linux/linux-5.10/drivers/net/ethernet/huawei/hinic/
H A Dhinic_main.c1062 netdev_features_t failed_features = 0; in set_features() local
1071 failed_features |= NETIF_F_TSO; in set_features()
1079 failed_features |= NETIF_F_RXCSUM; in set_features()
1090 failed_features |= NETIF_F_LRO; in set_features()
1100 failed_features |= NETIF_F_HW_VLAN_CTAG_RX; in set_features()
1105 nic_dev->netdev->features = features ^ failed_features; in set_features()

Completed in 4 milliseconds