Lines Matching refs:features
265 t1_vlan_mode(adapter, dev->features); in cxgb_open()
851 netdev_features_t features) in t1_fix_features() argument
857 if (features & NETIF_F_HW_VLAN_CTAG_RX) in t1_fix_features()
858 features |= NETIF_F_HW_VLAN_CTAG_TX; in t1_fix_features()
860 features &= ~NETIF_F_HW_VLAN_CTAG_TX; in t1_fix_features()
862 return features; in t1_fix_features()
865 static int t1_set_features(struct net_device *dev, netdev_features_t features) in t1_set_features() argument
867 netdev_features_t changed = dev->features ^ features; in t1_set_features()
871 t1_vlan_mode(adapter, features); in t1_set_features()
1079 netdev->features |= NETIF_F_SG | NETIF_F_IP_CSUM | in init_one()
1083 netdev->features |= NETIF_F_HIGHDMA; in init_one()
1085 netdev->features |= in init_one()
1093 netdev->features |= NETIF_F_TSO; in init_one()