Searched refs:scan_cmd (Results 1 – 4 of 4) sorted by relevance
| /freebsd-14.2/sys/contrib/dev/iwlwifi/mvm/ |
| H A D | scan.c | 109 struct iwl_scan_req_umac *cmd = mvm->scan_cmd; in iwl_mvm_get_scan_req_umac_data() 126 struct iwl_scan_req_umac *cmd = mvm->scan_cmd; in iwl_mvm_get_scan_req_umac_channel() 936 struct iwl_scan_req_lmac *cmd = mvm->scan_cmd; in iwl_mvm_scan_lmac() 2244 struct iwl_scan_req_umac *cmd = mvm->scan_cmd; in iwl_mvm_scan_umac() 2458 struct iwl_scan_req_umac_v12 *cmd = mvm->scan_cmd; in iwl_mvm_scan_umac_v12() 2491 struct iwl_scan_req_umac_v17 *cmd = mvm->scan_cmd; in iwl_mvm_scan_umac_v14_and_above() 2800 memset(mvm->scan_cmd, 0, mvm->scan_cmd_size); in iwl_mvm_build_scan_cmd() 2933 .data = { mvm->scan_cmd, }, in iwl_mvm_reg_scan_start() 2952 if (WARN_ON(!mvm->scan_cmd)) in iwl_mvm_reg_scan_start() 3029 .data = { mvm->scan_cmd, }, in iwl_mvm_sched_scan_start() [all …]
|
| H A D | ops.c | 1089 kfree(mvm->scan_cmd); in iwl_mvm_sap_connected_wk() 1370 mvm->scan_cmd = kmalloc(scan_size, GFP_KERNEL); in iwl_op_mode_mvm_start() 1371 if (!mvm->scan_cmd) in iwl_op_mode_mvm_start() 1436 kfree(mvm->scan_cmd); in iwl_op_mode_mvm_start() 1491 kfree(mvm->scan_cmd); in iwl_op_mode_mvm_stop()
|
| H A D | mvm.h | 945 void *scan_cmd; member
|
| /freebsd-14.2/sys/contrib/openzfs/module/zfs/ |
| H A D | zfs_ioctl.c | 1705 uint64_t scan_type, scan_cmd; in zfs_ioc_pool_scrub() local 1709 if (nvlist_lookup_uint64(innvl, "scan_command", &scan_cmd) != 0) in zfs_ioc_pool_scrub() 1712 if (scan_cmd >= POOL_SCRUB_FLAGS_END) in zfs_ioc_pool_scrub() 1718 if (scan_cmd == POOL_SCRUB_PAUSE) { in zfs_ioc_pool_scrub()
|