Searched refs:psg (Results 1 – 7 of 7) sorted by relevance
| /drivers/scsi/mpt3sas/mpi/ |
| A D | mpi2.h | 1104 #define MPI2_pSGE_GET_FLAGS(psg) MPI2_SGE_GET_FLAGS((psg)->FlagsLength) argument 1105 #define MPI2_pSGE_GET_LENGTH(psg) MPI2_SGE_LENGTH((psg)->FlagsLength) argument 1106 #define MPI2_pSGE_SET_FLAGS_LENGTH(psg, f, l) ((psg)->FlagsLength = \ argument 1110 #define MPI2_pSGE_SET_FLAGS(psg, f) ((psg)->FlagsLength |= \ argument 1112 #define MPI2_pSGE_SET_LENGTH(psg, l) ((psg)->FlagsLength |= \ argument 1255 #define MPI2_IEEE32_pSGE_GET_FLAGS(psg) \ argument 1257 #define MPI2_IEEE32_pSGE_GET_LENGTH(psg) \ argument 1258 MPI2_IEEE32_SGE_LENGTH((psg)->FlagsLength) 1259 #define MPI2_IEEE32_pSGE_SET_FLAGS_LENGTH(psg, f, l) ((psg)->FlagsLength = \ argument 1263 #define MPI2_IEEE32_pSGE_SET_FLAGS(psg, f) ((psg)->FlagsLength |= \ argument [all …]
|
| /drivers/target/ |
| 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 …]
|
| /drivers/message/fusion/lsi/ |
| 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
|
| /drivers/scsi/aacraid/ |
| 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 …]
|
| A D | aachba.c | 3800 psg->count = 0; in aac_build_sg() 3801 psg->sg[0].addr = 0; in aac_build_sg() 3802 psg->sg[0].count = 0; in aac_build_sg() 3841 psg->count = 0; in aac_build_sg64() 3844 psg->sg[0].count = 0; in aac_build_sg64() 3883 psg->count = 0; in aac_build_sgraw() 3884 psg->sg[0].next = 0; in aac_build_sgraw() 3885 psg->sg[0].prev = 0; in aac_build_sgraw() 3888 psg->sg[0].count = 0; in aac_build_sgraw() 3889 psg->sg[0].flags = 0; in aac_build_sgraw() [all …]
|
| /drivers/dma/ |
| A D | at_xdmac.c | 1385 struct scatterlist *sg, *psg = NULL, *ppsg = NULL; in at_xdmac_prep_dma_memset_sg() local 1413 if (psg) in at_xdmac_prep_dma_memset_sg() 1415 (sg_dma_address(psg) + sg_dma_len(psg)); in at_xdmac_prep_dma_memset_sg() 1438 (sg_dma_len(ppsg) == sg_dma_len(psg))) { in at_xdmac_prep_dma_memset_sg() 1473 sg_dma_address(sg) < sg_dma_address(psg)) { in at_xdmac_prep_dma_memset_sg() 1501 sg_dma_len(psg) == sg_dma_len(sg)) { in at_xdmac_prep_dma_memset_sg() 1526 ppsg = psg; in at_xdmac_prep_dma_memset_sg() 1527 psg = sg; in at_xdmac_prep_dma_memset_sg()
|
| /drivers/scsi/ |
| 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()
|
Completed in 34 milliseconds