Home
last modified time | relevance | path

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

/linux-6.1.9/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-6.1.9/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-6.1.9/drivers/message/fusion/
Dmptctl.c898 nib = (sgIn->FlagsLength & 0x30000000) >> 28; in mptctl_do_fw_download()
902 iocp->add_sge(sgOut, sgIn->FlagsLength, sgIn->Address); in mptctl_do_fw_download()
1081 sgl->FlagsLength = (0x10000000|sgdir|this_alloc); in kbuf_alloc_2_sgl()
1116 sgl[-1].FlagsLength |= 0xC1000000; in kbuf_alloc_2_sgl()
1136 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()
1192 nib = (le32_to_cpu(sg->FlagsLength) & 0xF0000000) >> 28; in kfree_sgl()
Dmptlan.c767 pSimple->FlagsLength = cpu_to_le32( in mpt_lan_sdu_send()
787 le32_to_cpu(pSimple->FlagsLength))); in mpt_lan_sdu_send()
1244 pSimple->FlagsLength = cpu_to_le32( in mpt_lan_post_receive_buckets()
1264 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.c1053 pSge->FlagsLength = cpu_to_le32(flagslength); in mpt_add_sge()
1074 pSge->FlagsLength = cpu_to_le32 in mpt_add_sge_64bit()
1112 pSge->FlagsLength = cpu_to_le32( in mpt_add_sge_64bit_1078()
1315 le32_to_cpu(ioc->facts.HostPageBufferSGE.FlagsLength) & 0xFFFFFF; in mpt_host_page_alloc()
/linux-6.1.9/drivers/scsi/megaraid/
Dmegaraid_sas_fusion.h326 __le32 FlagsLength; member
353 __le32 FlagsLength; member
358 __le32 FlagsLength; member
/linux-6.1.9/drivers/scsi/mpt3sas/
Dmpt3sas_base.c489 if (le32_to_cpu(sgel->FlagsLength) & in _clone_sg_entries()
496 (le32_to_cpu(sgel->FlagsLength) >> MPI2_SGE_FLAGS_SHIFT); in _clone_sg_entries()
532 (le32_to_cpu(sgel->FlagsLength) & in _clone_sg_entries()
543 (le32_to_cpu(sgel->FlagsLength) & in _clone_sg_entries()
549 buff_ptr += (le32_to_cpu(sgel->FlagsLength) & in _clone_sg_entries()
551 buff_ptr_phys += (le32_to_cpu(sgel->FlagsLength) & in _clone_sg_entries()
553 if ((le32_to_cpu(sgel->FlagsLength) & in _clone_sg_entries()
2094 sgel->FlagsLength = cpu_to_le32(flags_length); in _base_add_sg_single_32()
2112 sgel->FlagsLength = cpu_to_le32(flags_length); in _base_add_sg_single_64()