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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/message/fusion/lsi/
H A Dmpi.h586 #define MPI_pSGE_GET_FLAGS(psg) MPI_SGE_GET_FLAGS((psg)->FlagsLength)
587 #define MPI_pSGE_GET_LENGTH(psg) MPI_SGE_LENGTH((psg)->FlagsLength)
588 #define MPI_pSGE_SET_FLAGS_LENGTH(psg,f,l) (psg)->FlagsLength = MPI_SGE_SET_FLAGS_LENGTH(f,l)
590 #define MPI_pSGE_SET_FLAGS(psg,f) (psg)->FlagsLength |= MPI_SGE_SET_FLAGS(f)
591 #define MPI_pSGE_SET_LENGTH(psg,l) (psg)
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/aacraid/
H A Daachba.c135 static unsigned long aac_build_sg64(struct scsi_cmnd* scsicmd, struct sgmap64* psg);
136 static unsigned long aac_build_sgraw(struct scsi_cmnd* scsicmd, struct sgmapraw* psg);
2342 static unsigned long aac_build_sg(struct scsi_cmnd* scsicmd, struct sgmap* psg) argument
2349 psg->count = 0;
2350 psg->sg[0].addr = 0;
2351 psg->sg[0].count = 0;
2360 psg->count = cpu_to_le32(sg_count);
2363 psg->sg[i].addr = cpu_to_le32(sg_dma_address(sg));
2364 psg->sg[i].count = cpu_to_le32(sg_dma_len(sg));
2370 u32 temp = le32_to_cpu(psg
2397 aac_build_sg64(struct scsi_cmnd* scsicmd, struct sgmap64* psg) argument
2456 aac_build_sgraw(struct scsi_cmnd* scsicmd, struct sgmapraw* psg) argument
[all...]
H A Dcommctrl.c573 struct sgmap64* psg = (struct sgmap64*)&srbcmd->sg; local
606 psg->sg[i].addr[0] = cpu_to_le32(addr & 0xffffffff);
607 psg->sg[i].addr[1] = cpu_to_le32(addr>>32);
609 psg->sg[i].count = cpu_to_le32(upsg->sg[i].count);
650 psg->sg[i].addr[0] = cpu_to_le32(addr & 0xffffffff);
651 psg->sg[i].addr[1] = cpu_to_le32(addr>>32);
653 psg->sg[i].count = cpu_to_le32(usg->sg[i].count);
658 psg->count = cpu_to_le32(sg_indx+1);
662 struct sgmap* psg = &srbcmd->sg; local
692 psg
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/
H A Dhptiop.c447 static int hptiop_buildsgl(struct scsi_cmnd *scp, struct hpt_iopsg *psg) argument
467 psg[idx].pci_address =
469 psg[idx].size = cpu_to_le32(sg_dma_len(&sglist[idx]));
470 psg[idx].eot = (idx == HPT_SCP(scp)->sgcnt - 1) ?
483 psg->pci_address = cpu_to_le64(HPT_SCP(scp)->dma_handle);
484 psg->size = cpu_to_le32(scp->request_bufflen);
485 psg->eot = cpu_to_le32(1);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/ata/
H A Dlibata-core.c1513 struct scatterlist *psg = NULL, sg; local
1519 psg = &sg;
1523 return ata_exec_internal_sg(dev, tf, cdb, dma_dir, psg, n_elem);
4005 struct scatterlist *psg = &qc->pad_sgent; local
4006 void *addr = kmap_atomic(psg->page, KM_IRQ0);
4007 memcpy(addr + psg->offset, pad_buf, qc->pad_len);
4201 struct scatterlist *psg = &qc->pad_sgent; local
4211 sg_dma_address(psg) = ap->pad_dma + (qc->tag * ATA_DMA_PAD_SZ);
4212 sg_dma_len(psg) = ATA_DMA_PAD_SZ;
4273 struct scatterlist *psg local
[all...]

Completed in 75 milliseconds