Home
last modified time | relevance | path

Searched refs:NETIF_F_HW_CSUM (Results 1 – 5 of 5) sorted by relevance

/freebsd-14.2/sys/compat/linuxkpi/common/include/linux/
H A Dnetdev_features.h43 #define NETIF_F_HW_CSUM BIT(7) macro
/freebsd-14.2/sys/contrib/dev/iwlwifi/
H A Diwl-config.h125 #define IWL_TX_CSUM_NETIF_FLAGS_BZ (NETIF_F_HW_CSUM | NETIF_F_TSO | NETIF_F_TSO6)
/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;