Home
last modified time | relevance | path

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

/drivers/scsi/arm/
Dqueue.c257 int queue_probetgtlun (Queue_t *queue, int target, int lun) in queue_probetgtlun() function
311 EXPORT_SYMBOL(queue_probetgtlun);
Dqueue.h93 extern int queue_probetgtlun (Queue_t *queue, int target, int lun);
Dacornscsi.c1743 if (!ok && queue_probetgtlun(&host->queues.disconnected, target, lun)) in acornscsi_reconnect()