Home
last modified time | relevance | path

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

/openbmc/linux/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()