Searched refs:psg (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/mpt2sas/mpi/
H A Dmpi2.h959 #define MPI2_pSGE_GET_FLAGS(psg) MPI2_SGE_GET_FLAGS((psg)->FlagsLength)
960 #define MPI2_pSGE_GET_LENGTH(psg) MPI2_SGE_LENGTH((psg)->FlagsLength)
961 #define MPI2_pSGE_SET_FLAGS_LENGTH(psg,f,l) (psg)->FlagsLength = MPI2_SGE_SET_FLAGS_LENGTH(f,l)
964 #define MPI2_pSGE_SET_FLAGS(psg,f) (psg)->FlagsLength |= MPI2_SGE_SET_FLAGS(f)
965 #define MPI2_pSGE_SET_LENGTH(psg,l) (psg)
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/message/fusion/lsi/
H A Dmpi.h590 #define MPI_pSGE_GET_FLAGS(psg) MPI_SGE_GET_FLAGS((psg)->FlagsLength)
591 #define MPI_pSGE_GET_LENGTH(psg) MPI_SGE_LENGTH((psg)->FlagsLength)
592 #define MPI_pSGE_SET_FLAGS_LENGTH(psg,f,l) (psg)->FlagsLength = MPI_SGE_SET_FLAGS_LENGTH(f,l)
594 #define MPI_pSGE_SET_FLAGS(psg,f) (psg)->FlagsLength |= MPI_SGE_SET_FLAGS(f)
595 #define MPI_pSGE_SET_LENGTH(psg,l) (psg)
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/aacraid/
H A Daachba.c134 static unsigned long aac_build_sg64(struct scsi_cmnd* scsicmd, struct sgmap64* psg);
135 static unsigned long aac_build_sgraw(struct scsi_cmnd* scsicmd, struct sgmapraw* psg);
2814 static unsigned long aac_build_sg(struct scsi_cmnd* scsicmd, struct sgmap* psg) argument
2822 psg->count = 0;
2823 psg->sg[0].addr = 0;
2824 psg->sg[0].count = 0;
2832 psg->count = cpu_to_le32(nseg);
2835 psg->sg[i].addr = cpu_to_le32(sg_dma_address(sg));
2836 psg->sg[i].count = cpu_to_le32(sg_dma_len(sg));
2841 u32 temp = le32_to_cpu(psg
2856 aac_build_sg64(struct scsi_cmnd* scsicmd, struct sgmap64* psg) argument
2901 aac_build_sgraw(struct scsi_cmnd* scsicmd, struct sgmapraw* psg) argument
[all...]
H A Dcommctrl.c585 struct sgmap64* psg = (struct sgmap64*)&srbcmd->sg; local
626 psg->sg[i].addr[0] = cpu_to_le32(addr & 0xffffffff);
627 psg->sg[i].addr[1] = cpu_to_le32(addr>>32);
629 psg->sg[i].count = cpu_to_le32(upsg->sg[i].count);
678 psg->sg[i].addr[0] = cpu_to_le32(addr & 0xffffffff);
679 psg->sg[i].addr[1] = cpu_to_le32(addr>>32);
681 psg->sg[i].count = cpu_to_le32(usg->sg[i].count);
686 psg->count = cpu_to_le32(sg_indx+1);
690 struct sgmap* psg = &srbcmd->sg; local
728 psg
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/
H A Dhptiop.c677 static int hptiop_buildsgl(struct scsi_cmnd *scp, struct hpt_iopsg *psg) argument
695 psg[idx].pci_address = cpu_to_le64(sg_dma_address(sg));
696 psg[idx].size = cpu_to_le32(sg_dma_len(sg));
697 psg[idx].eot = (idx == HPT_SCP(scp)->sgcnt - 1) ?
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/gspca/
H A Dt613.c1163 u16 psg, nsg; local
1165 psg = sd->red_gain + sd->blue_gain + sd->green_gain;
1167 sd->red_gain = sd->red_gain * nsg / psg;
1172 sd->blue_gain = sd->blue_gain * nsg / psg;
1177 sd->green_gain = sd->green_gain * nsg / psg;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/ata/
H A Dlibata-core.c1876 struct scatterlist *psg = NULL, sg; local
1882 psg = &sg;
1886 return ata_exec_internal_sg(dev, tf, cdb, dma_dir, psg, n_elem,

Completed in 184 milliseconds