Searched refs:scan_cmd (Results 1 – 4 of 4) sorted by relevance
| /freebsd-head/sys/contrib/dev/iwlwifi/mvm/ |
| HD | scan.c | 112 struct iwl_scan_req_umac *cmd = mvm->scan_cmd; in iwl_mvm_get_scan_req_umac_data() 129 struct iwl_scan_req_umac *cmd = mvm->scan_cmd; in iwl_mvm_get_scan_req_umac_channel() 945 struct iwl_scan_req_lmac *cmd = mvm->scan_cmd; in iwl_mvm_scan_lmac() 2301 struct iwl_scan_req_umac *cmd = mvm->scan_cmd; in iwl_mvm_scan_umac() 2506 struct iwl_scan_req_umac_v12 *cmd = mvm->scan_cmd; in iwl_mvm_scan_umac_v12() 2537 struct iwl_scan_req_umac_v17 *cmd = mvm->scan_cmd; in iwl_mvm_scan_umac_v14_and_above() 2843 memset(mvm->scan_cmd, 0, mvm->scan_cmd_size); in iwl_mvm_build_scan_cmd() 2979 .data = { mvm->scan_cmd, }, in _iwl_mvm_single_scan_start() 2998 if (WARN_ON(!mvm->scan_cmd)) in _iwl_mvm_single_scan_start() 3094 .data = { mvm->scan_cmd, }, in iwl_mvm_sched_scan_start() [all …]
|
| HD | ops.c | 1172 kfree(mvm->scan_cmd); in iwl_mvm_sap_connected_wk() 1462 mvm->scan_cmd = kmalloc(scan_size, GFP_KERNEL); in iwl_op_mode_mvm_start() 1463 if (!mvm->scan_cmd) in iwl_op_mode_mvm_start() 1526 kfree(mvm->scan_cmd); in iwl_op_mode_mvm_start() 1583 kfree(mvm->scan_cmd); in iwl_op_mode_mvm_stop()
|
| HD | mvm.h | 1092 void *scan_cmd; member
|
| /freebsd-head/sys/contrib/openzfs/module/zfs/ |
| HD | zfs_ioctl.c | 1714 uint64_t scan_type, scan_cmd; in zfs_ioc_pool_scrub() local 1718 if (nvlist_lookup_uint64(innvl, "scan_command", &scan_cmd) != 0) in zfs_ioc_pool_scrub() 1721 if (scan_cmd >= POOL_SCRUB_FLAGS_END) in zfs_ioc_pool_scrub() 1727 if (scan_cmd == POOL_SCRUB_PAUSE) { in zfs_ioc_pool_scrub() 1731 } else if (scan_cmd == POOL_SCRUB_FROM_LAST_TXG) { in zfs_ioc_pool_scrub()
|