Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/scsi/device_handler/
Dscsi_dh.c57 struct scsi_device_handler *tmp_dh, *found_dh = NULL; in device_handler_match_function() local
62 found_dh = tmp_dh; in device_handler_match_function()
67 return found_dh; in device_handler_match_function()
83 struct scsi_device_handler *found_dh; in device_handler_match() local
85 found_dh = device_handler_match_function(sdev); in device_handler_match()
87 if (scsi_dh && found_dh != scsi_dh) in device_handler_match()
88 found_dh = NULL; in device_handler_match()
90 return found_dh; in device_handler_match()