Home
last modified time | relevance | path

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

/freebsd-13-stable/sys/compat/linuxkpi/common/include/linux/
HDnetdev_features.h37 #define NETIF_F_SG BIT(1) macro
/freebsd-13-stable/sys/ofed/drivers/infiniband/ulp/ipoib/
HDipoib_main.c955 if (priv->dev->features & NETIF_F_SG && priv->hca_caps & IB_DEVICE_UD_TSO) { in ipoib_set_dev_features()
/freebsd-13-stable/sys/contrib/dev/iwlwifi/mvm/
HDtx.c948 netdev_features_t netdev_flags = NETIF_F_CSUM_MASK | NETIF_F_SG; in iwl_mvm_tx_tso()
HDmac80211.c381 hw->netdev_features = NETIF_F_HIGHDMA | NETIF_F_SG; in iwl_mvm_mac_setup_register()