Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/scsi/mpt3sas/mpi/
Dmpi2.h871 U32 FlagsLength; member
877 U32 FlagsLength; member
883 U32 FlagsLength; member
1097 #define MPI2_pSGE_GET_FLAGS(psg) MPI2_SGE_GET_FLAGS((psg)->FlagsLength)
1098 #define MPI2_pSGE_GET_LENGTH(psg) MPI2_SGE_LENGTH((psg)->FlagsLength)
1099 #define MPI2_pSGE_SET_FLAGS_LENGTH(psg, f, l) ((psg)->FlagsLength = \
1103 #define MPI2_pSGE_SET_FLAGS(psg, f) ((psg)->FlagsLength |= \
1105 #define MPI2_pSGE_SET_LENGTH(psg, l) ((psg)->FlagsLength |= \
1124 U32 FlagsLength; member
1249 MPI2_IEEE32_SGE_GET_FLAGS((psg)->FlagsLength)
[all …]
/Linux-v5.10/drivers/message/fusion/lsi/
Dmpi.h359 U32 FlagsLength; member
366 U32 FlagsLength; member
373 U32 FlagsLength; member
591 #define MPI_pSGE_GET_FLAGS(psg) MPI_SGE_GET_FLAGS((psg)->FlagsLength)
592 #define MPI_pSGE_GET_LENGTH(psg) MPI_SGE_LENGTH((psg)->FlagsLength)
593 #define MPI_pSGE_SET_FLAGS_LENGTH(psg,f,l) (psg)->FlagsLength = MPI_SGE_SET_FLAGS_LENGTH(f,l)
595 #define MPI_pSGE_SET_FLAGS(psg,f) (psg)->FlagsLength |= MPI_SGE_SET_FLAGS(f)
596 #define MPI_pSGE_SET_LENGTH(psg,l) (psg)->FlagsLength |= MPI_SGE_LENGTH(l)
/Linux-v5.10/drivers/message/fusion/
Dmptctl.c902 nib = (sgIn->FlagsLength & 0x30000000) >> 28; in mptctl_do_fw_download()
906 iocp->add_sge(sgOut, sgIn->FlagsLength, sgIn->Address); in mptctl_do_fw_download()
1084 sgl->FlagsLength = (0x10000000|sgdir|this_alloc); in kbuf_alloc_2_sgl()
1118 sgl[-1].FlagsLength |= 0xC1000000; in kbuf_alloc_2_sgl()
1138 if ((sglbuf[i].FlagsLength >> 24) == 0x30) in kbuf_alloc_2_sgl()
1166 if (sg->FlagsLength & 0x04000000) in kfree_sgl()
1171 nib = (sg->FlagsLength & 0xF0000000) >> 28; in kfree_sgl()
1190 nib = (le32_to_cpu(sg->FlagsLength) & 0xF0000000) >> 28; in kfree_sgl()
Dmptlan.c769 pSimple->FlagsLength = cpu_to_le32( in mpt_lan_sdu_send()
789 le32_to_cpu(pSimple->FlagsLength))); in mpt_lan_sdu_send()
1241 pSimple->FlagsLength = cpu_to_le32( in mpt_lan_post_receive_buckets()
1261 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.c1057 pSge->FlagsLength = cpu_to_le32(flagslength); in mpt_add_sge()
1078 pSge->FlagsLength = cpu_to_le32 in mpt_add_sge_64bit()
1116 pSge->FlagsLength = cpu_to_le32( in mpt_add_sge_64bit_1078()
1321 le32_to_cpu(ioc->facts.HostPageBufferSGE.FlagsLength) & 0xFFFFFF; in mpt_host_page_alloc()
/Linux-v5.10/drivers/scsi/megaraid/
Dmegaraid_sas_fusion.h326 __le32 FlagsLength; member
353 __le32 FlagsLength; member
358 __le32 FlagsLength; member
/Linux-v5.10/drivers/scsi/mpt3sas/
Dmpt3sas_base.c481 if (le32_to_cpu(sgel->FlagsLength) & in _clone_sg_entries()
488 (le32_to_cpu(sgel->FlagsLength) >> MPI2_SGE_FLAGS_SHIFT); in _clone_sg_entries()
524 (le32_to_cpu(sgel->FlagsLength) & in _clone_sg_entries()
535 (le32_to_cpu(sgel->FlagsLength) & in _clone_sg_entries()
541 buff_ptr += (le32_to_cpu(sgel->FlagsLength) & in _clone_sg_entries()
543 buff_ptr_phys += (le32_to_cpu(sgel->FlagsLength) & in _clone_sg_entries()
545 if ((le32_to_cpu(sgel->FlagsLength) & in _clone_sg_entries()
1914 sgel->FlagsLength = cpu_to_le32(flags_length); in _base_add_sg_single_32()
1932 sgel->FlagsLength = cpu_to_le32(flags_length); in _base_add_sg_single_64()