Searched refs:__queue_add (Results 1 - 2 of 2) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/arm/
H A Dqueue.h53 __queue_add(queue,SCpnt,(SCpnt)->cmnd[0] == REQUEST_SENSE)
55 __queue_add(queue,SCpnt,0)
57 * Function: int __queue_add(Queue_t *queue, struct scsi_cmnd *SCpnt, int head)
64 extern int __queue_add(Queue_t *queue, struct scsi_cmnd *SCpnt, int head);
H A Dqueue.c99 * Function: int __queue_add(Queue_t *queue, struct scsi_cmnd *SCpnt, int head)
106 int __queue_add(Queue_t *queue, struct scsi_cmnd *SCpnt, int head) function
307 EXPORT_SYMBOL(__queue_add); variable

Completed in 102 milliseconds