Home
last modified time | relevance | path

Searched refs:testmode (Results 1 – 13 of 13) sorted by relevance

/freebsd/sys/contrib/dev/athk/ath10k/
H A Dtestmode.c45 if (!ar->testmode.utf_monitor) { in ath10k_tm_event_wmi()
194 &ar->testmode.utf_mode_fw.fw_file); in ath10k_tm_fetch_firmware()
200 ret = ath10k_tm_fetch_utf_firmware_api_1(ar, &ar->testmode.utf_mode_fw.fw_file); in ath10k_tm_fetch_firmware()
209 utf_mode_fw = &ar->testmode.utf_mode_fw; in ath10k_tm_fetch_firmware()
246 if (WARN_ON(ar->testmode.utf_mode_fw.fw_file.firmware != NULL)) { in ath10k_tm_cmd_utf_start()
258 if (ar->testmode.utf_mode_fw.fw_file.codeswap_data && in ath10k_tm_cmd_utf_start()
259 ar->testmode.utf_mode_fw.fw_file.codeswap_len) { in ath10k_tm_cmd_utf_start()
261 &ar->testmode.utf_mode_fw.fw_file); in ath10k_tm_cmd_utf_start()
271 ar->testmode.utf_monitor = true; in ath10k_tm_cmd_utf_start()
275 ar->testmode.utf_mode_fw.fw_file.wmi_op_version); in ath10k_tm_cmd_utf_start()
[all …]
H A DMakefile19 ath10k_core-$(CONFIG_NL80211_TESTMODE) += testmode.o
H A Dcore.h1264 } testmode; member
/freebsd/sys/contrib/dev/athk/ath11k/
H A Dtestmode.c137 ab->testmode.expected_seq = 0; in ath11k_tm_process_event()
138 ab->testmode.data_pos = 0; in ath11k_tm_process_event()
141 data_pos = ab->testmode.data_pos; in ath11k_tm_process_event()
150 memcpy(&ab->testmode.eventdata[data_pos], buf_pos, datalen); in ath11k_tm_process_event()
153 if (++ab->testmode.expected_seq != total_segments) { in ath11k_tm_process_event()
154 ab->testmode.data_pos = data_pos; in ath11k_tm_process_event()
179 &ab->testmode.eventdata[0])) { in ath11k_tm_process_event()
280 ar->ab->testmode.eventdata = kzalloc(ATH11K_FTM_EVENT_MAX_BUF_LENGTH, in ath11k_tm_cmd_testmode_start()
282 if (!ar->ab->testmode.eventdata) { in ath11k_tm_cmd_testmode_start()
H A DMakefile23 ath11k-$(CONFIG_NL80211_TESTMODE) += testmode.o
H A Dcore.h1013 } testmode; member
/freebsd/sys/contrib/dev/mediatek/mt76/mt7921/
H A Dtestmode.c41 bool testmode = false, normal = false; in mt7921_tm_set() local
52 testmode = true; in mt7921_tm_set()
55 if (testmode) { in mt7921_tm_set()
H A DMakefile9 mt7921-common-$(CONFIG_NL80211_TESTMODE) += testmode.o
/freebsd/sys/contrib/dev/mediatek/mt76/mt7915/
H A DMakefile8 mt7915e-$(CONFIG_NL80211_TESTMODE) += testmode.o
/freebsd/sys/contrib/dev/mediatek/mt76/mt7615/
H A DMakefile13 mt7615-common-$(CONFIG_NL80211_TESTMODE) += testmode.o
/freebsd/contrib/sendmail/libmilter/
H A Dengine.c849 bool testmode = false; local
1004 testmode = bitset(SMFIP_TEST, m_pflags);
1005 if (testmode)
1144 , (long) ctx->ctx_id, testmode
1148 if (!testmode)
/freebsd/usr.sbin/makefs/
H A Dcd9660.c318 size_t length, char testmode, char *dest) in cd9660_arguments_set_string() argument
326 if (testmode == 'd') in cd9660_arguments_set_string()
337 fieldtitle, testmode); in cd9660_arguments_set_string()
/freebsd/sys/fs/nfsserver/
H A Dnfs_nfsdserv.c137 u_int32_t testmode, nfsmode, supported = 0; in nfsrvd_access() local
203 testmode = NFSACCESS_LOOKUP; in nfsrvd_access()
205 testmode = NFSACCESS_EXECUTE; in nfsrvd_access()
206 if (nfsmode & testmode) { in nfsrvd_access()
207 supported |= (nfsmode & testmode); in nfsrvd_access()
210 nfsmode &= ~testmode; in nfsrvd_access()