Searched refs:queue_probetgtlun (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/arm/ |
H A D | queue.h | 85 * Function: int queue_probetgtlun (queue, target, lun) 93 extern int queue_probetgtlun (Queue_t *queue, int target, int lun);
|
H A D | queue.c | 249 * Function: int queue_probetgtlun (queue, target, lun) 257 int queue_probetgtlun (Queue_t *queue, int target, int lun) in queue_probetgtlun() function 311 EXPORT_SYMBOL(queue_probetgtlun); variable
|
H A D | acornscsi.c | 1795 if (!ok && queue_probetgtlun(&host->queues.disconnected, target, lun)) in acornscsi_reconnect()
|
/kernel/linux/linux-6.6/drivers/scsi/arm/ |
H A D | queue.h | 85 * Function: int queue_probetgtlun (queue, target, lun) 93 extern int queue_probetgtlun (Queue_t *queue, int target, int lun);
|
H A D | queue.c | 253 * Function: int queue_probetgtlun (queue, target, lun) 261 int queue_probetgtlun (Queue_t *queue, int target, int lun) in queue_probetgtlun() function 315 EXPORT_SYMBOL(queue_probetgtlun); variable
|
H A D | acornscsi.c | 1746 if (!ok && queue_probetgtlun(&host->queues.disconnected, target, lun)) in acornscsi_reconnect()
|
Completed in 9 milliseconds