Home
last modified time | relevance | path

Searched refs:fixed_features (Results 1 – 6 of 6) sorted by relevance

/Linux-v5.4/drivers/net/ethernet/sfc/
Def10_sriov.c250 efx->fixed_features |= NETIF_F_HW_VLAN_CTAG_FILTER; in efx_ef10_vadaptor_alloc_set_features()
252 efx->fixed_features &= ~NETIF_F_HW_VLAN_CTAG_FILTER; in efx_ef10_vadaptor_alloc_set_features()
Defx.c689 efx->net_dev->hw_features &= ~efx->fixed_features; in efx_start_datapath()
690 efx->net_dev->features |= efx->fixed_features; in efx_start_datapath()
3523 net_dev->hw_features |= net_dev->features & ~efx->fixed_features; in efx_pci_probe_post_io()
3533 net_dev->features |= efx->fixed_features; in efx_pci_probe_post_io()
3566 efx->fixed_features |= NETIF_F_HIGHDMA; in efx_pci_probe()
Dnet_driver.h1026 netdev_features_t fixed_features; member
Def10.c4992 efx->fixed_features &= ~NETIF_F_HW_VLAN_CTAG_FILTER; in efx_ef10_filter_table_probe()
/Linux-v5.4/drivers/net/ethernet/sfc/falcon/
Defx.c644 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()
Dnet_driver.h852 netdev_features_t fixed_features; member