Home
last modified time | relevance | path

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

123456

/linux-6.15/include/net/
H A Dnet_failover.h35 NETIF_F_HIGHDMA | NETIF_F_LRO)
/linux-6.15/include/linux/
H A Dnetdev_features.h114 #define NETIF_F_HIGHDMA __NETIF_F(HIGHDMA) macro
223 NETIF_F_SG | NETIF_F_HIGHDMA | \
H A Dif_vlan.h805 features &= NETIF_F_SG | NETIF_F_HIGHDMA | NETIF_F_HW_CSUM | in vlan_features_check()
/linux-6.15/drivers/net/
H A Dnlmon.c72 dev->features = NETIF_F_SG | NETIF_F_FRAGLIST | NETIF_F_HIGHDMA; in nlmon_setup()
H A Dvsockmon.c92 dev->features = NETIF_F_SG | NETIF_F_FRAGLIST | NETIF_F_HIGHDMA; in vsockmon_setup()
H A Ddummy.c117 dev->features |= NETIF_F_HW_CSUM | NETIF_F_HIGHDMA; in dummy_setup()
H A Dloopback.c184 | NETIF_F_HIGHDMA in gen_lo_setup()
H A Difb.c293 NETIF_F_HIGHDMA | NETIF_F_HW_VLAN_CTAG_TX | \
H A Dntb_netdev.c423 ndev->features = NETIF_F_HIGHDMA; in ntb_netdev_probe()
/linux-6.15/net/openvswitch/
H A Dvport-internal_dev.c111 netdev->features = NETIF_F_SG | NETIF_F_FRAGLIST | NETIF_F_HIGHDMA | in do_setup()
/linux-6.15/drivers/net/ethernet/freescale/enetc/
H A Denetc_vf.c150 ndev->features = NETIF_F_HIGHDMA | NETIF_F_SG | NETIF_F_RXCSUM | in enetc_vf_netdev_setup()
H A Denetc_pf_common.c115 ndev->features = NETIF_F_HIGHDMA | NETIF_F_SG | NETIF_F_RXCSUM | in enetc_pf_netdev_setup()
/linux-6.15/drivers/net/ethernet/sfc/
H A Def100_netdev.c452 NETIF_F_HIGHDMA | NETIF_F_ALL_TSO; in ef100_probe_netdev()
H A Defx.c1106 NETIF_F_HIGHDMA | NETIF_F_ALL_TSO | in efx_pci_probe_post_io()
1174 efx->fixed_features |= NETIF_F_HIGHDMA; in efx_pci_probe()
/linux-6.15/Documentation/driver-api/usb/
H A Ddma.rst81 behavior. Just don't override it; e.g. with ``NETIF_F_HIGHDMA``.
/linux-6.15/drivers/net/ethernet/sfc/siena/
H A Defx.c1006 NETIF_F_HIGHDMA | NETIF_F_ALL_TSO | in efx_pci_probe_post_io()
1056 efx->fixed_features |= NETIF_F_HIGHDMA; in efx_pci_probe()
/linux-6.15/drivers/net/wireguard/
H A Ddevice.c279 NETIF_F_GSO_SOFTWARE | NETIF_F_HIGHDMA }; in wg_setup()
/linux-6.15/drivers/net/ethernet/netronome/nfp/
H A Dnfp_net_repr.c341 netdev->hw_features = NETIF_F_HIGHDMA; in nfp_repr_init()
/linux-6.15/net/bridge/
H A Dbr_device.c23 #define COMMON_FEATURES (NETIF_F_SG | NETIF_F_FRAGLIST | NETIF_F_HIGHDMA | \
/linux-6.15/net/ipv4/
H A Dipip.c369 NETIF_F_HIGHDMA | \
/linux-6.15/Documentation/networking/
H A Dnetdev-features.rst128 On platforms where this is relevant, NETIF_F_HIGHDMA signals that
/linux-6.15/drivers/infiniband/hw/hfi1/
H A Dvnic_main.c591 netdev->features = NETIF_F_HIGHDMA | NETIF_F_SG; in hfi1_vnic_alloc_rn()
/linux-6.15/net/hsr/
H A Dhsr_device.c652 dev->hw_features = NETIF_F_SG | NETIF_F_FRAGLIST | NETIF_F_HIGHDMA | in hsr_dev_setup()
/linux-6.15/drivers/net/ethernet/wangxun/ngbe/
H A Dngbe_main.c612 netdev->features |= NETIF_F_HIGHDMA; in ngbe_probe()
/linux-6.15/drivers/net/ethernet/wangxun/txgbe/
H A Dtxgbe_main.c652 netdev->features |= NETIF_F_HIGHDMA; in txgbe_probe()

123456