Home
last modified time | relevance | path

Searched refs:FlagsLength (Results 1 – 8 of 8) sorted by relevance

/linux-4.4.14/drivers/scsi/mpt3sas/mpi/
Dmpi2.h756 U32 FlagsLength; member
762 U32 FlagsLength; member
768 U32 FlagsLength; member
982 #define MPI2_pSGE_GET_FLAGS(psg) MPI2_SGE_GET_FLAGS((psg)->FlagsLength)
983 #define MPI2_pSGE_GET_LENGTH(psg) MPI2_SGE_LENGTH((psg)->FlagsLength)
984 #define MPI2_pSGE_SET_FLAGS_LENGTH(psg, f, l) ((psg)->FlagsLength = \
988 #define MPI2_pSGE_SET_FLAGS(psg, f) ((psg)->FlagsLength |= \
990 #define MPI2_pSGE_SET_LENGTH(psg, l) ((psg)->FlagsLength |= \
1009 U32 FlagsLength; member
1126 MPI2_IEEE32_SGE_GET_FLAGS((psg)->FlagsLength)
[all …]
/linux-4.4.14/drivers/message/fusion/lsi/
Dmpi.h358 U32 FlagsLength; member
365 U32 FlagsLength; member
372 U32 FlagsLength; member
590 #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)->FlagsLength |= MPI_SGE_LENGTH(l)
/linux-4.4.14/drivers/scsi/megaraid/
Dmegaraid_sas_fusion.h206 __le32 FlagsLength; member
233 __le32 FlagsLength; member
238 __le32 FlagsLength; member
/linux-4.4.14/drivers/message/fusion/
Dmptctl.c919 nib = (sgIn->FlagsLength & 0x30000000) >> 28; in mptctl_do_fw_download()
923 iocp->add_sge(sgOut, sgIn->FlagsLength, sgIn->Address); in mptctl_do_fw_download()
1101 sgl->FlagsLength = (0x10000000|sgdir|this_alloc); in kbuf_alloc_2_sgl()
1135 sgl[-1].FlagsLength |= 0xC1000000; in kbuf_alloc_2_sgl()
1155 if ((sglbuf[i].FlagsLength >> 24) == 0x30) in kbuf_alloc_2_sgl()
1183 if (sg->FlagsLength & 0x04000000) in kfree_sgl()
1188 nib = (sg->FlagsLength & 0xF0000000) >> 28; in kfree_sgl()
1207 nib = (le32_to_cpu(sg->FlagsLength) & 0xF0000000) >> 28; in kfree_sgl()
Dmptlan.c778 pSimple->FlagsLength = cpu_to_le32( in mpt_lan_sdu_send()
798 le32_to_cpu(pSimple->FlagsLength))); in mpt_lan_sdu_send()
1250 pSimple->FlagsLength = cpu_to_le32( in mpt_lan_post_receive_buckets()
1270 pSimple->FlagsLength |= cpu_to_le32(MPI_SGE_FLAGS_END_OF_LIST << MPI_SGE_FLAGS_SHIFT); in mpt_lan_post_receive_buckets()
Dmptbase.h822 u32 FlagsLength; member
Dmptbase.c1056 pSge->FlagsLength = cpu_to_le32(flagslength); in mpt_add_sge()
1077 pSge->FlagsLength = cpu_to_le32 in mpt_add_sge_64bit()
1115 pSge->FlagsLength = cpu_to_le32( in mpt_add_sge_64bit_1078()
1319 le32_to_cpu(ioc->facts.HostPageBufferSGE.FlagsLength) & 0xFFFFFF; in mpt_host_page_alloc()
/linux-4.4.14/drivers/scsi/mpt3sas/
Dmpt3sas_base.c1198 sgel->FlagsLength = cpu_to_le32(flags_length); in _base_add_sg_single_32()
1218 sgel->FlagsLength = cpu_to_le32(flags_length); in _base_add_sg_single_64()