Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/acorn/scsi/
Dqueue.h94 extern int queue_probetgtlun (Queue_t *queue, int target, int lun);
Dqueue.c261 int queue_probetgtlun (Queue_t *queue, int target, int lun) in queue_probetgtlun() function
315 EXPORT_SYMBOL(queue_probetgtlun);
Dacornscsi.c1856 if (!ok && queue_probetgtlun(&host->queues.disconnected, target, lun)) in acornscsi_reconnect()