Home
last modified time | relevance | path

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

/freebsd/sys/contrib/dev/mediatek/mt76/mt7915/
H A Dinit.c384 hw->netdev_features = NETIF_F_RXCSUM; in mt7915_init_wiphy()
387 hw->netdev_features |= NETIF_F_HW_TC; in mt7915_init_wiphy()
/freebsd/sys/dev/axgbe/
H A Dxgbe.h1184 uint64_t netdev_features; member
/freebsd/sys/contrib/dev/mediatek/mt76/mt7615/
H A Dinit.c371 hw->netdev_features = NETIF_F_RXCSUM; in mt7615_init_wiphy()
/freebsd/sys/contrib/dev/mediatek/mt76/mt7996/
H A Dinit.c482 hw->netdev_features = NETIF_F_RXCSUM; in mt7996_init_wiphy()
484 hw->netdev_features |= NETIF_F_HW_TC; in mt7996_init_wiphy()
/freebsd/sys/contrib/dev/iwlwifi/mld/
H A Dmac80211.c361 hw->netdev_features = NETIF_F_HIGHDMA | NETIF_F_SG; in iwl_mac_hw_set_misc()
362 hw->netdev_features |= mld->trans->mac_cfg->base->features; in iwl_mac_hw_set_misc()
/freebsd/sys/contrib/dev/mediatek/mt76/
H A Dmt792x_core.c636 hw->netdev_features = NETIF_F_RXCSUM; in mt792x_init_wiphy()
/freebsd/sys/contrib/dev/iwlwifi/mvm/
H A Dmld-mac80211.c41 mvmvif->features |= hw->netdev_features; in iwl_mvm_mld_mac_add_interface()
H A Dmac80211.c430 hw->netdev_features = NETIF_F_HIGHDMA | NETIF_F_SG; in iwl_mvm_mac_setup_register()
785 hw->netdev_features |= mvm->trans->mac_cfg->base->features; in iwl_mvm_mac_setup_register()
787 hw->netdev_features &= ~IWL_CSUM_NETIF_FLAGS_MASK; in iwl_mvm_mac_setup_register()
1863 mvmvif->features |= hw->netdev_features; in iwl_mvm_mac_add_interface()
H A Dtx.c60 if (WARN_ONCE(!(mvm->hw->netdev_features & IWL_TX_CSUM_NETIF_FLAGS) || in iwl_mvm_tx_csum()
/freebsd/sys/compat/linuxkpi/common/include/net/
H A Dmac80211.h507 netdev_features_t netdev_features; member
/freebsd/sys/contrib/dev/athk/ath12k/
H A Dmac.c7316 ar->hw->netdev_features = NETIF_F_HW_CSUM; in __ath12k_mac_register()
/freebsd/sys/compat/linuxkpi/common/src/
H A Dlinux_80211.c6975 ic_printf(ic, "netdev_features %b\n", hw->netdev_features, NETIF_F_BITS);
/freebsd/sys/contrib/dev/athk/ath10k/
H A Dmac.c10351 ar->hw->netdev_features = NETIF_F_HW_CSUM;
/freebsd/sys/contrib/dev/athk/ath11k/
H A Dmac.c10448 ar->hw->netdev_features = NETIF_F_HW_CSUM; in __ath11k_mac_register()