Home
last modified time | relevance | path

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

/freebsd/sys/compat/linuxkpi/common/include/linux/
H A Dnetdev_features.h37 #define NETIF_F_SG BIT(1) /* Can do scatter/gather I/O. */ macro
/freebsd/sys/ofed/drivers/infiniband/ulp/ipoib/
H A Dipoib_main.c954 if (priv->dev->features & NETIF_F_SG && priv->hca_caps & IB_DEVICE_UD_TSO) { in ipoib_set_dev_features()
/freebsd/sys/contrib/dev/iwlwifi/mld/
H A Dtx.c799 netdev_features_t netdev_flags = NETIF_F_CSUM_MASK | NETIF_F_SG; in iwl_mld_tx_tso_segment()
H A Dmac80211.c361 hw->netdev_features = NETIF_F_HIGHDMA | NETIF_F_SG; in iwl_mac_hw_set_misc()
/freebsd/sys/contrib/dev/iwlwifi/mvm/
H A Dtx.c942 netdev_features_t netdev_flags = NETIF_F_CSUM_MASK | NETIF_F_SG; in iwl_mvm_tx_tso()
H A Dmac80211.c430 hw->netdev_features = NETIF_F_HIGHDMA | NETIF_F_SG; in iwl_mvm_mac_setup_register()