Home
last modified time | relevance | path

Searched refs:NETIF_F_HIGHDMA (Results 1 – 25 of 124) sorted by relevance

12345

/linux-6.3-rc2/include/net/
A Dnet_failover.h35 NETIF_F_HIGHDMA | NETIF_F_LRO)
/linux-6.3-rc2/include/linux/
A Dnetdev_features.h116 #define NETIF_F_HIGHDMA __NETIF_F(HIGHDMA) macro
229 NETIF_F_SG | NETIF_F_HIGHDMA | \
A Dif_vlan.h741 features &= NETIF_F_SG | NETIF_F_HIGHDMA | NETIF_F_HW_CSUM | in vlan_features_check()
/linux-6.3-rc2/drivers/net/
A Dnlmon.c93 NETIF_F_HIGHDMA | NETIF_F_LLTX; in nlmon_setup()
A Dvsockmon.c110 NETIF_F_HIGHDMA | NETIF_F_LLTX; in vsockmon_setup()
A Ddummy.c121 dev->features |= NETIF_F_HW_CSUM | NETIF_F_HIGHDMA | NETIF_F_LLTX; in dummy_setup()
A Dloopback.c184 | NETIF_F_HIGHDMA in gen_lo_setup()
A Dntb_netdev.c423 ndev->features = NETIF_F_HIGHDMA; in ntb_netdev_probe()
A Difb.c293 NETIF_F_HIGHDMA | NETIF_F_HW_VLAN_CTAG_TX | \
/linux-6.3-rc2/net/openvswitch/
A Dvport-internal_dev.c112 NETIF_F_HIGHDMA | NETIF_F_HW_CSUM | in do_setup()
/linux-6.3-rc2/drivers/net/ethernet/freescale/enetc/
A Denetc_vf.c140 ndev->features = NETIF_F_HIGHDMA | NETIF_F_SG | NETIF_F_RXCSUM | in enetc_vf_netdev_setup()
/linux-6.3-rc2/drivers/net/ethernet/sfc/
A Def100_netdev.c385 NETIF_F_HIGHDMA | NETIF_F_ALL_TSO; in ef100_probe_netdev()
A Defx.c1016 NETIF_F_HIGHDMA | NETIF_F_ALL_TSO | in efx_pci_probe_post_io()
1077 efx->fixed_features |= NETIF_F_HIGHDMA; in efx_pci_probe()
/linux-6.3-rc2/drivers/net/netdevsim/
A Dnetdev.c282 dev->features |= NETIF_F_HIGHDMA | in nsim_setup()
/linux-6.3-rc2/drivers/net/ethernet/sfc/siena/
A Defx.c995 NETIF_F_HIGHDMA | NETIF_F_ALL_TSO | in efx_pci_probe_post_io()
1045 efx->fixed_features |= NETIF_F_HIGHDMA; in efx_pci_probe()
/linux-6.3-rc2/net/hsr/
A Dhsr_device.c451 dev->hw_features = NETIF_F_SG | NETIF_F_FRAGLIST | NETIF_F_HIGHDMA | in hsr_dev_setup()
/linux-6.3-rc2/drivers/net/wireguard/
A Ddevice.c280 NETIF_F_GSO_SOFTWARE | NETIF_F_HIGHDMA }; in wg_setup()
/linux-6.3-rc2/net/bridge/
A Dbr_device.c21 #define COMMON_FEATURES (NETIF_F_SG | NETIF_F_FRAGLIST | NETIF_F_HIGHDMA | \
/linux-6.3-rc2/net/ipv4/
A Dipip.c359 NETIF_F_HIGHDMA | \
/linux-6.3-rc2/drivers/net/ethernet/netronome/nfp/
A Dnfp_net_repr.c342 netdev->hw_features = NETIF_F_HIGHDMA; in nfp_repr_init()
/linux-6.3-rc2/Documentation/driver-api/usb/
A Ddma.rst81 behavior. Just don't override it; e.g. with ``NETIF_F_HIGHDMA``.
/linux-6.3-rc2/drivers/net/ethernet/wangxun/ngbe/
A Dngbe_main.c554 netdev->features |= NETIF_F_HIGHDMA; in ngbe_probe()
/linux-6.3-rc2/drivers/net/ethernet/wangxun/txgbe/
A Dtxgbe_main.c598 netdev->features |= NETIF_F_HIGHDMA; in txgbe_probe()
/linux-6.3-rc2/drivers/infiniband/hw/hfi1/
A Dvnic_main.c591 netdev->features = NETIF_F_HIGHDMA | NETIF_F_SG; in hfi1_vnic_alloc_rn()
/linux-6.3-rc2/Documentation/networking/
A Dnetdev-features.rst128 On platforms where this is relevant, NETIF_F_HIGHDMA signals that

Completed in 59 milliseconds

12345