Searched refs:failed_features (Results 1 – 2 of 2) sorted by relevance
505 netdev_features_t *failed_features) in hinic3_set_feature_rx_csum() argument521 netdev_features_t *failed_features) in hinic3_set_feature_tso() argument537 netdev_features_t *failed_features) in hinic3_set_feature_lro() argument553 *failed_features |= NETIF_F_LRO; in hinic3_set_feature_lro()562 netdev_features_t *failed_features) in hinic3_set_feature_rx_cvlan() argument577 *failed_features |= NETIF_F_HW_VLAN_CTAG_RX; in hinic3_set_feature_rx_cvlan()586 netdev_features_t *failed_features) in hinic3_set_feature_vlan_filter() argument601 *failed_features |= NETIF_F_HW_VLAN_CTAG_FILTER; in hinic3_set_feature_vlan_filter()
1055 netdev_features_t failed_features = 0; in set_features() local1064 failed_features |= NETIF_F_TSO; in set_features()1072 failed_features |= NETIF_F_RXCSUM; in set_features()1083 failed_features |= NETIF_F_LRO; in set_features()1093 failed_features |= NETIF_F_HW_VLAN_CTAG_RX; in set_features()1103 failed_features |= NETIF_F_HW_VLAN_CTAG_FILTER; in set_features()1108 nic_dev->netdev->features = features ^ failed_features; in set_features()