Searched refs:scan_cmd (Results 1 – 4 of 4) sorted by relevance
| /freebsd/sys/contrib/dev/iwlwifi/mvm/ |
| H A D | scan.c | 113 struct iwl_scan_req_umac *cmd = mvm->scan_cmd; in iwl_mvm_get_scan_req_umac_data() 130 struct iwl_scan_req_umac *cmd = mvm->scan_cmd; in iwl_mvm_get_scan_req_umac_channel() 942 struct iwl_scan_req_lmac *cmd = mvm->scan_cmd; in iwl_mvm_scan_lmac() 2298 struct iwl_scan_req_umac *cmd = mvm->scan_cmd; in iwl_mvm_scan_umac() 2503 struct iwl_scan_req_umac_v12 *cmd = mvm->scan_cmd; in iwl_mvm_scan_umac_v12() 2534 struct iwl_scan_req_umac_v17 *cmd = mvm->scan_cmd; in iwl_mvm_scan_umac_v14_and_above() 2840 memset(mvm->scan_cmd, 0, mvm->scan_cmd_size); in iwl_mvm_build_scan_cmd() 2976 .data = { mvm->scan_cmd, }, in _iwl_mvm_single_scan_start() 2995 if (WARN_ON(!mvm->scan_cmd)) in _iwl_mvm_single_scan_start() 3091 .data = { mvm->scan_cmd, }, in iwl_mvm_sched_scan_start() [all …]
|
| H A D | ops.c | 1209 kfree(mvm->scan_cmd); in iwl_mvm_sap_connected_wk() 1528 mvm->scan_cmd = kmalloc(scan_size, GFP_KERNEL); in iwl_op_mode_mvm_start() 1529 if (!mvm->scan_cmd) { in iwl_op_mode_mvm_start() 1596 kfree(mvm->scan_cmd); in iwl_op_mode_mvm_start() 1653 kfree(mvm->scan_cmd); in iwl_op_mode_mvm_stop()
|
| H A D | mvm.h | 1108 void *scan_cmd; member
|
| /freebsd/sys/contrib/openzfs/module/zfs/ |
| H A D | zfs_ioctl.c | 1731 uint64_t scan_type, scan_cmd; in zfs_ioc_pool_scrub() local 1736 if (nvlist_lookup_uint64(innvl, "scan_command", &scan_cmd) != 0) in zfs_ioc_pool_scrub() 1739 if (scan_cmd >= POOL_SCRUB_FLAGS_END) in zfs_ioc_pool_scrub() 1750 if (scan_cmd == POOL_SCRUB_PAUSE) { in zfs_ioc_pool_scrub() 1754 } else if (scan_cmd == POOL_SCRUB_FROM_LAST_TXG) { in zfs_ioc_pool_scrub()
|