Home
last modified time | relevance | path

Searched refs:scan_cmd (Results 1 – 3 of 3) sorted by relevance

/freebsd-13.1/sys/contrib/dev/iwlwifi/mvm/
H A Dscan.c105 struct iwl_scan_req_umac *cmd = mvm->scan_cmd; in iwl_mvm_get_scan_req_umac_data()
122 struct iwl_scan_req_umac *cmd = mvm->scan_cmd; in iwl_mvm_get_scan_req_umac_channel()
926 struct iwl_scan_req_lmac *cmd = mvm->scan_cmd; in iwl_mvm_scan_lmac()
2201 struct iwl_scan_req_umac *cmd = mvm->scan_cmd; in iwl_mvm_scan_umac()
2389 struct iwl_scan_req_umac_v12 *cmd = mvm->scan_cmd; in iwl_mvm_scan_umac_v12()
2422 struct iwl_scan_req_umac_v15 *cmd = mvm->scan_cmd; in iwl_mvm_scan_umac_v14_and_above()
2629 memset(mvm->scan_cmd, 0, ksize(mvm->scan_cmd)); in iwl_mvm_build_scan_cmd()
2748 .data = { mvm->scan_cmd, }, in iwl_mvm_reg_scan_start()
2767 if (WARN_ON(!mvm->scan_cmd)) in iwl_mvm_reg_scan_start()
2843 .data = { mvm->scan_cmd, }, in iwl_mvm_sched_scan_start()
[all …]
H A Dops.c1043 kfree(mvm->scan_cmd); in iwl_mvm_sap_connected_wk()
1318 mvm->scan_cmd = kmalloc(scan_size, GFP_KERNEL); in iwl_op_mode_mvm_start()
1319 if (!mvm->scan_cmd) in iwl_op_mode_mvm_start()
1373 kfree(mvm->scan_cmd); in iwl_op_mode_mvm_start()
1428 kfree(mvm->scan_cmd); in iwl_op_mode_mvm_stop()
H A Dmvm.h871 void *scan_cmd; member