Lines Matching full:testmode
7 #include "testmode.h"
60 ath11k_warn(ab, "testmode event not handled due to invalid pdev\n");
72 "failed to allocate skb for unsegmented testmode wmi event\n");
79 ath11k_warn(ab, "failed to populate testmode unsegmented event\n");
90 ath11k_warn(ab, "Failed to send testmode event to higher layers\n");
116 ath11k_warn(ab, "testmode event not handled due to invalid pdev id: %d\n",
123 ath11k_warn(ab, "testmode event not handled due to absence of pdev\n");
137 ab->testmode.expected_seq = 0;
138 ab->testmode.data_pos = 0;
141 data_pos = ab->testmode.data_pos;
150 memcpy(&ab->testmode.eventdata[data_pos], buf_pos, datalen);
153 if (++ab->testmode.expected_seq != total_segments) {
154 ab->testmode.data_pos = data_pos;
170 "failed to allocate skb for segmented testmode wmi event\n");
179 &ab->testmode.eventdata[0])) {
180 ath11k_warn(ab, "failed to populate segmented testmode event");
280 ar->ab->testmode.eventdata = kzalloc(ATH_FTM_EVENT_MAX_BUF_LENGTH,
282 if (!ar->ab->testmode.eventdata) {
326 ath11k_warn(ar->ab, "No data present in testmode wmi command\n");
378 ath11k_warn(ar->ab, "failed to transmit wmi command (testmode): %d\n",