Home
last modified time | relevance | path

Searched refs:hdd_get_tso_csum_feature_flags (Results 1 – 2 of 2) sorted by relevance

/wlan-driver/qcacld-3.0/core/hdd/inc/
H A Dwlan_hdd_main.h3975 static inline netdev_features_t hdd_get_tso_csum_feature_flags(void) in hdd_get_tso_csum_feature_flags() function
4015 wlan_dev->features |= hdd_get_tso_csum_feature_flags(); in hdd_set_tso_flags()
4024 static inline netdev_features_t hdd_get_tso_csum_feature_flags(void) in hdd_get_tso_csum_feature_flags() function
/wlan-driver/qcacld-3.0/core/hdd/src/
H A Dwlan_hdd_main.c6620 feature_tso_csum = hdd_get_tso_csum_feature_flags(); in __hdd_fix_features()