Lines Matching refs:features
546 if (!(netdev->features & NETIF_F_RXHASH)) in nicvf_set_rxhash()
628 if (napi && (netdev->features & NETIF_F_GRO)) in nicvf_rcv_pkt_handler()
1407 netdev_features_t features) in nicvf_config_loopback() argument
1413 mbx.lbk.enable = (features & NETIF_F_LOOPBACK) != 0; in nicvf_config_loopback()
1419 netdev_features_t features) in nicvf_fix_features() argument
1423 if ((features & NETIF_F_LOOPBACK) && in nicvf_fix_features()
1425 features &= ~NETIF_F_LOOPBACK; in nicvf_fix_features()
1427 return features; in nicvf_fix_features()
1431 netdev_features_t features) in nicvf_set_features() argument
1434 netdev_features_t changed = features ^ netdev->features; in nicvf_set_features()
1437 nicvf_config_vlan_stripping(nic, features); in nicvf_set_features()
1440 return nicvf_config_loopback(nic, features); in nicvf_set_features()
1547 netdev->features |= netdev->hw_features; in nicvf_probe()