Searched refs:ips_is_passthru (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.c227 #define IPS_DMA_DIR(scb) ((!scb->scsi_cmd || ips_is_passthru(scb->scsi_cmd) || \
334 static int ips_is_passthru(struct scsi_cmnd *);
1095 if (ips_is_passthru(SC)) {
1126 if (ips_is_passthru(SC)) {
1591 /* Routine Name: ips_is_passthru */
1598 static int ips_is_passthru(struct scsi_cmnd *SC) function
1602 METHOD_TRACE("ips_is_passthru", 1);
3371 if ((scb->scsi_cmd) && (ips_is_passthru(scb->scsi_cmd))) {
3758 } else if ((scb->bus == 0) && (!ips_is_passthru(scb->scsi_cmd))) {
4154 if ((scb->scsi_cmd) && (ips_is_passthru(sc
[all...]

Completed in 69 milliseconds