Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/scsi/arm/
Dqueue.h96 extern int queue_probetgtlun (Queue_t *queue, int target, int lun);
Dqueue.c259 int queue_probetgtlun (Queue_t *queue, int target, int lun) in queue_probetgtlun() function
313 EXPORT_SYMBOL(queue_probetgtlun);
Dacornscsi.c1841 if (!ok && queue_probetgtlun(&host->queues.disconnected, target, lun)) in acornscsi_reconnect()