Home
last modified time | relevance | path

Searched refs:default_channel (Results 1 – 2 of 2) sorted by relevance

/openbmc/qemu/migration/
H A Dmigration.c951 bool default_channel = true; in migration_ioc_process_incoming() local
975 default_channel = (channel_magic == cpu_to_be32(QEMU_VM_FILE_MAGIC)); in migration_ioc_process_incoming()
977 default_channel = !mis->from_src_file; in migration_ioc_process_incoming()
984 if (default_channel) { in migration_ioc_process_incoming()
1003 if (migration_should_start_incoming(default_channel)) { in migration_ioc_process_incoming()
/openbmc/linux/drivers/net/wireless/intel/ipw2x00/
H A Dipw2200.c81 static int default_channel = 0; variable
8441 if (default_channel != 0) { in ipw_sw_reset()
8443 priv->channel = default_channel; in ipw_sw_reset()
8444 IPW_DEBUG_INFO("Bind to static channel %d\n", default_channel); in ipw_sw_reset()
11915 module_param_named(channel, default_channel, int, 0444);