Home
last modified time | relevance | path

Searched refs:probe_done (Results 1 – 6 of 6) sorted by relevance

/linux/drivers/hv/
H A Dchannel_mgmt.c527 newchannel->probe_done = true; in vmbus_add_channel_work()
560 newchannel->probe_done = true; in vmbus_add_channel_work()
570 newchannel->probe_done = true; in vmbus_add_channel_work()
1235 while (READ_ONCE(channel->probe_done) == false) { in vmbus_onoffer_rescind()
1297 while (!READ_ONCE(channel->probe_done) || !READ_ONCE(channel->rescind)) in vmbus_hvsock_device_unregister()
/linux/drivers/base/test/
H A Droot-device-test.c11 bool probe_done; member
/linux/include/linux/
H A Dhyperv.h957 bool probe_done; member
/linux/drivers/net/ethernet/ibm/
H A Dibmvnic.c3230 !wait_for_completion_timeout(&adapter->probe_done, timeout)) { in __ibmvnic_reset()
6475 init_completion(&adapter->probe_done); in ibmvnic_probe()
6571 complete(&adapter->probe_done); in ibmvnic_probe()
6595 complete(&adapter->probe_done); in ibmvnic_probe()
/linux/drivers/scsi/
H A Dipr.h1425 u8 probe_done:1; member
H A Dipr.c8592 if (!ioa_cfg->probe_done) in ipr_pci_mmio_enabled()
8612 if (ioa_cfg->probe_done) in ipr_pci_frozen()
8631 if (ioa_cfg->probe_done) { in ipr_pci_slot_reset()
8657 if (ioa_cfg->probe_done) { in ipr_pci_perm_failure()
8717 ioa_cfg->probe_done = 1; in ipr_probe_ioa_part2()