Home
last modified time | relevance | path

Searched refs:next_device (Results 1 – 4 of 4) sorted by relevance

/freebsd-13-stable/sys/dev/isci/scil/
HDscif_sas_remote_device.c653 SCIF_SAS_REMOTE_DEVICE_T * next_device; in scif_sas_remote_device_target_reset_complete() local
657 if( (next_device = scif_sas_domain_find_next_ea_target_reset(fw_device->domain)) in scif_sas_remote_device_target_reset_complete()
661 next_device->containing_device, in scif_sas_remote_device_target_reset_complete()
662 next_device, in scif_sas_remote_device_target_reset_complete()
663 next_device->ea_target_reset_request_scheduled in scif_sas_remote_device_target_reset_complete()
666 next_device->ea_target_reset_request_scheduled = NULL; in scif_sas_remote_device_target_reset_complete()
/freebsd-13-stable/sys/dev/hyperv/pcib/
HDvmbus_pcib.c735 goto next_device; in pci_rescan()
739 next_device:; in pci_rescan()
/freebsd-13-stable/sys/cam/
HDcam_xpt.c2278 struct cam_ed *device, *next_device; in xptdevicetraverse() local
2295 for (; device != NULL; device = next_device) { in xptdevicetraverse()
2304 next_device = TAILQ_NEXT(device, links); in xptdevicetraverse()
2305 if (next_device) in xptdevicetraverse()
2306 next_device->refcount++; in xptdevicetraverse()
/freebsd-13-stable/sys/dev/pci/
HDpci.c4292 goto next_device; in pci_rescan_method()
4296 next_device:; in pci_rescan_method()