Home
last modified time | relevance | path

Searched refs:NETIF_F_SG (Results 1 – 25 of 216) sorted by path

123456789

/linux/Documentation/networking/device_drivers/ethernet/stmicro/
H A Dstmmac.rst193 By default, the driver sets the ``NETIF_F_SG`` bit in the features field of
/linux/Documentation/networking/
H A Dnetdev-features.rst134 NETIF_F_SG --- paged skbs (skb_shinfo()->frags), NETIF_F_FRAGLIST ---
/linux/drivers/infiniband/hw/hfi1/
H A Dvnic_main.c591 netdev->features = NETIF_F_HIGHDMA | NETIF_F_SG; in hfi1_vnic_alloc_rn()
/linux/drivers/infiniband/ulp/ipoib/
H A Dipoib_cm.c1073 if (dev->features & NETIF_F_SG) in ipoib_cm_create_tx_qp()
H A Dipoib_verbs.c237 dev->features |= NETIF_F_SG; in ipoib_transport_dev_init()
/linux/drivers/net/
H A Damt.c3104 dev->hw_features |= NETIF_F_SG | NETIF_F_HW_CSUM; in amt_link_setup()
H A Dbareudp.c554 dev->features |= NETIF_F_SG | NETIF_F_HW_CSUM | NETIF_F_FRAGLIST; in bareudp_setup()
558 dev->hw_features |= NETIF_F_SG | NETIF_F_HW_CSUM | NETIF_F_FRAGLIST; in bareudp_setup()
H A Ddummy.c112 dev->features |= NETIF_F_SG | NETIF_F_FRAGLIST; in dummy_setup()
/linux/drivers/net/bonding/
H A Dbond_main.c1420 #define BOND_VLAN_FEATURES (NETIF_F_HW_CSUM | NETIF_F_SG | \
1424 #define BOND_ENC_FEATURES (NETIF_F_HW_CSUM | NETIF_F_SG | \
1427 #define BOND_MPLS_FEATURES (NETIF_F_HW_CSUM | NETIF_F_SG | \
/linux/drivers/net/ethernet/3com/
H A D3c59x.c1451 dev->features |= NETIF_F_IP_CSUM | NETIF_F_SG; in vortex_probe1()
1459 (dev->features & NETIF_F_SG) ? "en":"dis", in vortex_probe1()
H A Dtyphoon.c2479 dev->hw_features = NETIF_F_SG | NETIF_F_IP_CSUM | NETIF_F_TSO | in typhoon_init_one()
/linux/drivers/net/ethernet/adaptec/
H A Dstarfire.c688 dev->features |= NETIF_F_IP_CSUM | NETIF_F_SG; in starfire_init_one()
/linux/drivers/net/ethernet/aeroflex/
H A Dgreth.c1487 dev->hw_features = NETIF_F_SG | NETIF_F_IP_CSUM | in greth_of_probe()
/linux/drivers/net/ethernet/alteon/
H A Dacenic.c472 dev->features |= NETIF_F_SG | NETIF_F_IP_CSUM; in acenic_probe_one()
/linux/drivers/net/ethernet/altera/
H A Daltera_tse_main.c1374 ndev->hw_features &= ~NETIF_F_SG; in altera_tse_probe()
/linux/drivers/net/ethernet/amazon/ena/
H A Dena_netdev.c3783 NETIF_F_SG | in ena_set_dev_offloads()
/linux/drivers/net/ethernet/amd/xgbe/
H A Dxgbe-main.c345 netdev->hw_features = NETIF_F_SG | in xgbe_config_netdev()
360 netdev->hw_enc_features = NETIF_F_SG | in xgbe_config_netdev()
376 netdev->vlan_features |= NETIF_F_SG | in xgbe_config_netdev()
/linux/drivers/net/ethernet/apm/xgene/
H A Dxgene_enet_main.c2039 NETIF_F_SG; in xgene_enet_probe()
/linux/drivers/net/ethernet/aquantia/atlantic/
H A Daq_nic.c377 NETIF_F_RXHASH | NETIF_F_SG | in aq_nic_ndev_init()
/linux/drivers/net/ethernet/aquantia/atlantic/hw_atl/
H A Dhw_atl_a0.c40 NETIF_F_SG | \
H A Dhw_atl_b0.c42 NETIF_F_SG | \
/linux/drivers/net/ethernet/aquantia/atlantic/hw_atl2/
H A Dhw_atl2.c43 NETIF_F_SG | \
/linux/drivers/net/ethernet/atheros/alx/
H A Dmain.c1822 netdev->hw_features = NETIF_F_SG | in alx_probe()
/linux/drivers/net/ethernet/atheros/atl1c/
H A Datl1c_main.c2591 netdev->hw_features = NETIF_F_SG | in atl1c_init_netdev()
/linux/drivers/net/ethernet/atheros/atl1e/
H A Datl1e_main.c2278 netdev->hw_features = NETIF_F_SG | NETIF_F_HW_CSUM | NETIF_F_TSO | in atl1e_init_netdev()

123456789