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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/qla4xxx/
H A Dql4_iocb.c371 srb->flags |= SRB_DMA_VALID;
H A Dql4_def.h197 #define SRB_DMA_VALID BIT_3 /* DMA Buffer mapped. */ macro
H A Dql4_os.c435 if (srb->flags & SRB_DMA_VALID) {
437 srb->flags &= ~SRB_DMA_VALID;
1899 if (srb->flags & SRB_DMA_VALID) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/qla2xxx/
H A Dqla_iocb.c430 sp->flags |= SRB_DMA_VALID;
1286 sp->flags |= SRB_DMA_VALID;
1385 sp->flags |= SRB_DMA_VALID;
H A Dqla_os.c3471 if (sp->flags & SRB_DMA_VALID) {
3473 sp->flags &= ~SRB_DMA_VALID;
H A Dqla_def.h222 #define SRB_DMA_VALID BIT_0 /* Command sent to ISP */ macro
H A Dqla_nx.c2843 sp->flags |= SRB_DMA_VALID;

Completed in 94 milliseconds