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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/
H A Dips.c327 static struct scsi_cmnd *ips_removeq_wait_head(ips_wait_queue_t *);
985 while ((scsi_cmd = ips_removeq_wait_head(&ha->scb_waitlist))) {
1014 while ((scsi_cmd = ips_removeq_wait_head(&ha->scb_waitlist))) {
3107 /* Routine Name: ips_removeq_wait_head */
3116 static struct scsi_cmnd *ips_removeq_wait_head(ips_wait_queue_t *queue) function
3120 METHOD_TRACE("ips_removeq_wait_head", 1);
3161 return (ips_removeq_wait_head(queue));

Completed in 54 milliseconds