Home
last modified time | relevance | path

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

12345

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

12345