Home
last modified time | relevance | path

Searched refs:netdev_features (Results 1 – 12 of 12) sorted by relevance

/freebsd-14.2/sys/dev/axgbe/
H A Dxgbe.h1184 uint64_t netdev_features; member
/freebsd-14.2/sys/contrib/dev/mediatek/mt76/mt7615/
H A Dinit.c371 hw->netdev_features = NETIF_F_RXCSUM; in mt7615_init_wiphy()
/freebsd-14.2/sys/contrib/dev/mediatek/mt76/
H A Dmt792x_core.c527 hw->netdev_features = NETIF_F_RXCSUM; in mt792x_init_wiphy()
/freebsd-14.2/sys/contrib/dev/mediatek/mt76/mt7996/
H A Dinit.c167 hw->netdev_features = NETIF_F_RXCSUM; in mt7996_init_wiphy()
/freebsd-14.2/sys/contrib/dev/iwlwifi/mvm/
H A Dmld-mac80211.c35 mvmvif->features |= hw->netdev_features; in iwl_mvm_mld_mac_add_interface()
H A Dmac80211.c381 hw->netdev_features = NETIF_F_HIGHDMA | NETIF_F_SG; in iwl_mvm_mac_setup_register()
705 hw->netdev_features |= mvm->cfg->features; in iwl_mvm_mac_setup_register()
707 hw->netdev_features &= ~IWL_CSUM_NETIF_FLAGS_MASK; in iwl_mvm_mac_setup_register()
1577 mvmvif->features |= hw->netdev_features; in iwl_mvm_mac_add_interface()
H A Dtx.c59 if (WARN_ONCE(!(mvm->hw->netdev_features & IWL_TX_CSUM_NETIF_FLAGS) || in iwl_mvm_tx_csum()
/freebsd-14.2/sys/contrib/dev/mediatek/mt76/mt7915/
H A Dinit.c363 hw->netdev_features = NETIF_F_RXCSUM; in mt7915_init_wiphy()
/freebsd-14.2/sys/compat/linuxkpi/common/include/net/
H A Dmac80211.h531 netdev_features_t netdev_features; member
/freebsd-14.2/sys/contrib/dev/athk/ath12k/
H A Dmac.c7316 ar->hw->netdev_features = NETIF_F_HW_CSUM; in __ath12k_mac_register()
/freebsd-14.2/sys/contrib/dev/athk/ath11k/
H A Dmac.c9581 ar->hw->netdev_features = NETIF_F_HW_CSUM; in __ath11k_mac_register()
/freebsd-14.2/sys/contrib/dev/athk/ath10k/
H A Dmac.c10294 ar->hw->netdev_features = NETIF_F_HW_CSUM;