Searched refs:fixed_features (Results 1 – 7 of 7) sorted by relevance
1056 net_dev->hw_features |= net_dev->features & ~efx->fixed_features; in efx_pci_probe_post_io()1066 net_dev->features |= efx->fixed_features; in efx_pci_probe_post_io()1099 efx->fixed_features |= NETIF_F_HIGHDMA; in efx_pci_probe()
249 efx->fixed_features |= NETIF_F_HW_VLAN_CTAG_FILTER; in efx_ef10_vadaptor_alloc_set_features()251 efx->fixed_features &= ~NETIF_F_HW_VLAN_CTAG_FILTER; in efx_ef10_vadaptor_alloc_set_features()
413 efx->net_dev->hw_features &= ~efx->fixed_features; in efx_start_datapath()414 efx->net_dev->features |= efx->fixed_features; in efx_start_datapath()
1089 netdev_features_t fixed_features; member
1330 efx->fixed_features &= ~NETIF_F_HW_VLAN_CTAG_FILTER; in efx_mcdi_filter_table_probe()
644 efx->net_dev->hw_features &= ~efx->fixed_features; in ef4_start_datapath()645 efx->net_dev->features |= efx->fixed_features; in ef4_start_datapath()2928 efx->fixed_features |= NETIF_F_HIGHDMA; in ef4_pci_probe()2956 net_dev->hw_features = net_dev->features & ~efx->fixed_features; in ef4_pci_probe()2963 net_dev->features |= efx->fixed_features; in ef4_pci_probe()
852 netdev_features_t fixed_features; member