fixed_features   4992 drivers/net/ethernet/sfc/ef10.c 		efx->fixed_features &= ~NETIF_F_HW_VLAN_CTAG_FILTER;
fixed_features    250 drivers/net/ethernet/sfc/ef10_sriov.c 		efx->fixed_features |= NETIF_F_HW_VLAN_CTAG_FILTER;
fixed_features    252 drivers/net/ethernet/sfc/ef10_sriov.c 		efx->fixed_features &= ~NETIF_F_HW_VLAN_CTAG_FILTER;
fixed_features    690 drivers/net/ethernet/sfc/efx.c 	efx->net_dev->hw_features &= ~efx->fixed_features;
fixed_features    691 drivers/net/ethernet/sfc/efx.c 	efx->net_dev->features |= efx->fixed_features;
fixed_features   3524 drivers/net/ethernet/sfc/efx.c 	net_dev->hw_features |= net_dev->features & ~efx->fixed_features;
fixed_features   3534 drivers/net/ethernet/sfc/efx.c 	net_dev->features |= efx->fixed_features;
fixed_features   3567 drivers/net/ethernet/sfc/efx.c 	efx->fixed_features |= NETIF_F_HIGHDMA;
fixed_features    644 drivers/net/ethernet/sfc/falcon/efx.c 	efx->net_dev->hw_features &= ~efx->fixed_features;
fixed_features    645 drivers/net/ethernet/sfc/falcon/efx.c 	efx->net_dev->features |= efx->fixed_features;
fixed_features   2928 drivers/net/ethernet/sfc/falcon/efx.c 	efx->fixed_features |= NETIF_F_HIGHDMA;
fixed_features   2956 drivers/net/ethernet/sfc/falcon/efx.c 	net_dev->hw_features = net_dev->features & ~efx->fixed_features;
fixed_features   2963 drivers/net/ethernet/sfc/falcon/efx.c 	net_dev->features |= efx->fixed_features;
fixed_features    852 drivers/net/ethernet/sfc/falcon/net_driver.h 	netdev_features_t fixed_features;
fixed_features   1026 drivers/net/ethernet/sfc/net_driver.h 	netdev_features_t fixed_features;