Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/ethernet/sfc/
Def10_sriov.c253 efx->fixed_features |= NETIF_F_HW_VLAN_CTAG_FILTER; in efx_ef10_vadaptor_alloc_set_features()
255 efx->fixed_features &= ~NETIF_F_HW_VLAN_CTAG_FILTER; in efx_ef10_vadaptor_alloc_set_features()
Defx.c692 efx->net_dev->hw_features &= ~efx->fixed_features; in efx_start_datapath()
693 efx->net_dev->features |= efx->fixed_features; in efx_start_datapath()
3526 net_dev->hw_features |= net_dev->features & ~efx->fixed_features; in efx_pci_probe_post_io()
3536 net_dev->features |= efx->fixed_features; in efx_pci_probe_post_io()
3569 efx->fixed_features |= NETIF_F_HIGHDMA; in efx_pci_probe()
Dnet_driver.h1029 netdev_features_t fixed_features; member
Def10.c4995 efx->fixed_features &= ~NETIF_F_HW_VLAN_CTAG_FILTER; in efx_ef10_filter_table_probe()
/Linux-v4.19/drivers/net/ethernet/sfc/falcon/
Defx.c647 efx->net_dev->hw_features &= ~efx->fixed_features; in ef4_start_datapath()
648 efx->net_dev->features |= efx->fixed_features; in ef4_start_datapath()
2931 efx->fixed_features |= NETIF_F_HIGHDMA; in ef4_pci_probe()
2959 net_dev->hw_features = net_dev->features & ~efx->fixed_features; in ef4_pci_probe()
2966 net_dev->features |= efx->fixed_features; in ef4_pci_probe()
Dnet_driver.h855 netdev_features_t fixed_features; member