/openbmc/linux/drivers/scsi/mpt3sas/mpi/ |
H A D | mpi2.h | 1097 #define MPI2_pSGE_GET_FLAGS(psg) MPI2_SGE_GET_FLAGS((psg)->FlagsLength) argument 1098 #define MPI2_pSGE_GET_LENGTH(psg) MPI2_SGE_LENGTH((psg)->FlagsLength) argument 1099 #define MPI2_pSGE_SET_FLAGS_LENGTH(psg, f, l) ((psg)->FlagsLength = \ argument 1103 #define MPI2_pSGE_SET_FLAGS(psg, f) ((psg)->FlagsLength |= \ argument 1105 #define MPI2_pSGE_SET_LENGTH(psg, l) ((psg)->FlagsLength |= \ argument 1248 #define MPI2_IEEE32_pSGE_GET_FLAGS(psg) \ argument 1250 #define MPI2_IEEE32_pSGE_GET_LENGTH(psg) \ argument 1251 MPI2_IEEE32_SGE_LENGTH((psg)->FlagsLength) 1252 #define MPI2_IEEE32_pSGE_SET_FLAGS_LENGTH(psg, f, l) ((psg)->FlagsLength = \ argument 1256 #define MPI2_IEEE32_pSGE_SET_FLAGS(psg, f) ((psg)->FlagsLength |= \ argument [all …]
|
/openbmc/linux/drivers/message/fusion/lsi/ |
H A D | mpi.h | 591 #define MPI_pSGE_GET_FLAGS(psg) MPI_SGE_GET_FLAGS((psg)->FlagsLength) argument 592 #define MPI_pSGE_GET_LENGTH(psg) MPI_SGE_LENGTH((psg)->FlagsLength) argument 593 #define MPI_pSGE_SET_FLAGS_LENGTH(psg,f,l) (psg)->FlagsLength = MPI_SGE_SET_FLAGS_LENGTH(f,l) argument 595 #define MPI_pSGE_SET_FLAGS(psg,f) (psg)->FlagsLength |= MPI_SGE_SET_FLAGS(f) argument 596 #define MPI_pSGE_SET_LENGTH(psg,l) (psg)->FlagsLength |= MPI_SGE_LENGTH(l) argument
|
/openbmc/linux/drivers/target/ |
H A D | target_core_sbc.c | 1173 paddr = kmap_atomic(sg_page(psg)) + psg->offset; in sbc_dif_generate() 1176 for (j = 0; j < psg->length; in sbc_dif_generate() 1225 kunmap_atomic(paddr - psg->offset); in sbc_dif_generate() 1274 struct scatterlist *psg; in sbc_dif_copy_prot() local 1287 paddr = kmap_atomic(sg_page(psg)) + psg->offset; in sbc_dif_copy_prot() 1288 psg_len = min(left, psg->length); in sbc_dif_copy_prot() 1310 kunmap_atomic(paddr - psg->offset); in sbc_dif_copy_prot() 1329 for (; psg && sector < start + sectors; psg = sg_next(psg)) { in sbc_dif_verify() 1330 paddr = kmap_atomic(sg_page(psg)) + psg->offset; in sbc_dif_verify() 1333 for (i = psg_off; i < psg->length && in sbc_dif_verify() [all …]
|
/openbmc/linux/drivers/scsi/aacraid/ |
H A D | commctrl.c | 757 psg->sg[i].addr[1] = cpu_to_le32(addr>>32); in aac_send_raw_srb() 759 psg->sg[i].count = cpu_to_le32(sg_count[i]); in aac_send_raw_srb() 813 psg->sg[i].addr[1] = cpu_to_le32(addr>>32); in aac_send_raw_srb() 815 psg->sg[i].count = cpu_to_le32(sg_count[i]); in aac_send_raw_srb() 821 psg->count = cpu_to_le32(sg_indx+1); in aac_send_raw_srb() 823 psg->count = 0; in aac_send_raw_srb() 827 struct sgmap* psg = &srbcmd->sg; in aac_send_raw_srb() local 871 psg->sg[i].count = cpu_to_le32(sg_count[i]); in aac_send_raw_srb() 909 psg->sg[i].addr = cpu_to_le32(addr); in aac_send_raw_srb() 916 psg->count = cpu_to_le32(sg_indx+1); in aac_send_raw_srb() [all …]
|
H A D | aachba.c | 3802 psg->count = 0; in aac_build_sg() 3803 psg->sg[0].addr = 0; in aac_build_sg() 3804 psg->sg[0].count = 0; in aac_build_sg() 3843 psg->count = 0; in aac_build_sg64() 3846 psg->sg[0].count = 0; in aac_build_sg64() 3885 psg->count = 0; in aac_build_sgraw() 3886 psg->sg[0].next = 0; in aac_build_sgraw() 3887 psg->sg[0].prev = 0; in aac_build_sgraw() 3890 psg->sg[0].count = 0; in aac_build_sgraw() 3891 psg->sg[0].flags = 0; in aac_build_sgraw() [all …]
|
/openbmc/linux/drivers/dma/ |
H A D | at_xdmac.c | 1383 struct scatterlist *sg, *psg = NULL, *ppsg = NULL; in at_xdmac_prep_dma_memset_sg() local 1411 if (psg) in at_xdmac_prep_dma_memset_sg() 1413 (sg_dma_address(psg) + sg_dma_len(psg)); in at_xdmac_prep_dma_memset_sg() 1436 (sg_dma_len(ppsg) == sg_dma_len(psg))) { in at_xdmac_prep_dma_memset_sg() 1471 sg_dma_address(sg) < sg_dma_address(psg)) { in at_xdmac_prep_dma_memset_sg() 1499 sg_dma_len(psg) == sg_dma_len(sg)) { in at_xdmac_prep_dma_memset_sg() 1524 ppsg = psg; in at_xdmac_prep_dma_memset_sg() 1525 psg = sg; in at_xdmac_prep_dma_memset_sg()
|
/openbmc/linux/drivers/scsi/ |
H A D | hptiop.c | 846 static int hptiop_buildsgl(struct scsi_cmnd *scp, struct hpt_iopsg *psg) in hptiop_buildsgl() argument 864 psg[idx].pci_address = cpu_to_le64(sg_dma_address(sg)) | in hptiop_buildsgl() 866 psg[idx].size = cpu_to_le32(sg_dma_len(sg)); in hptiop_buildsgl() 867 psg[idx].eot = (idx == HPT_SCP(scp)->sgcnt - 1) ? in hptiop_buildsgl()
|
/openbmc/linux/drivers/ata/ |
H A D | libata-core.c | 1679 struct scatterlist *psg = NULL, sg; in ata_exec_internal() local 1685 psg = &sg; in ata_exec_internal() 1689 return ata_exec_internal_sg(dev, tf, cdb, dma_dir, psg, n_elem, in ata_exec_internal()
|