Home
last modified time | relevance | path

Searched defs:_tid (Results 1 – 2 of 2) sorted by relevance

/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/mac/hmac/
Dhmac_user.h40 #define hmac_user_is_amsdu_support(_user, _tid) (((_user)->amsdu_supported) & (0x01 << ((_t… argument
41 #define hmac_user_set_amsdu_support(_user, _tid) (((_user)->amsdu_supported) |= (0x01 << ((_… argument
42 #define hmac_user_set_amsdu_not_support(_user, _tid) (((_user)->amsdu_supported) &= \ argument
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/oal/
Dwlan_types.h172 #define wlan_wme_tid_to_ac(_tid) \ argument