Searched refs:TXMON_HAL_USER (Results 1 – 2 of 2) sorted by relevance
/wlan-driver/qca-wifi-host-cmn/hal/wifi3.0/be/ |
H A D | hal_be_generic_api.h | 548 TXMON_HAL_USER(tx_ppdu_info, user_id, sw_peer_id) = in hal_txmon_parse_peer_entry() 585 TXMON_HAL_USER(tx_ppdu_info, user_id, start_seq) = in hal_txmon_parse_mpdu_start() 794 uint32_t he_data1 = TXMON_HAL_USER(ppdu_info, user_id, he_data1); in hal_txmon_populate_he_data_per_user() 795 uint32_t he_data2 = TXMON_HAL_USER(ppdu_info, user_id, he_data2); in hal_txmon_populate_he_data_per_user() 796 uint32_t he_data3 = TXMON_HAL_USER(ppdu_info, user_id, he_data3); in hal_txmon_populate_he_data_per_user() 797 uint32_t he_data5 = TXMON_HAL_USER(ppdu_info, user_id, he_data5); in hal_txmon_populate_he_data_per_user() 798 uint32_t he_data6 = TXMON_HAL_USER(ppdu_info, user_id, he_data6); in hal_txmon_populate_he_data_per_user() 834 TXMON_HAL_USER(ppdu_info, user_id, mcs) = usr->mcs; in hal_txmon_populate_he_data_per_user() 837 TXMON_HAL_USER(ppdu_info, user_id, he_data1) = he_data1; in hal_txmon_populate_he_data_per_user() 838 TXMON_HAL_USER(ppdu_info, user_id, he_data2) = he_data2; in hal_txmon_populate_he_data_per_user() [all …]
|
H A D | hal_be_api_mon.h | 1260 #define TXMON_HAL_USER(hal_tx_ppdu_info, user_id, field) \ macro
|