Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/scsi/mpt3sas/mpi/
Dmpi2.h857 U32 FlagsLength; member
863 U32 FlagsLength; member
869 U32 FlagsLength; member
1083 #define MPI2_pSGE_GET_FLAGS(psg) MPI2_SGE_GET_FLAGS((psg)->FlagsLength)
1084 #define MPI2_pSGE_GET_LENGTH(psg) MPI2_SGE_LENGTH((psg)->FlagsLength)
1085 #define MPI2_pSGE_SET_FLAGS_LENGTH(psg, f, l) ((psg)->FlagsLength = \
1089 #define MPI2_pSGE_SET_FLAGS(psg, f) ((psg)->FlagsLength |= \
1091 #define MPI2_pSGE_SET_LENGTH(psg, l) ((psg)->FlagsLength |= \
1110 U32 FlagsLength; member
1235 MPI2_IEEE32_SGE_GET_FLAGS((psg)->FlagsLength)
[all …]
/Linux-v4.19/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-v4.19/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.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-v4.19/drivers/scsi/megaraid/
Dmegaraid_sas_fusion.h329 __le32 FlagsLength; member
356 __le32 FlagsLength; member
361 __le32 FlagsLength; member
/Linux-v4.19/drivers/scsi/mpt3sas/
Dmpt3sas_base.c427 if (le32_to_cpu(sgel->FlagsLength) & in _clone_sg_entries()
434 (le32_to_cpu(sgel->FlagsLength) >> MPI2_SGE_FLAGS_SHIFT); in _clone_sg_entries()
470 (le32_to_cpu(sgel->FlagsLength) & in _clone_sg_entries()
481 (le32_to_cpu(sgel->FlagsLength) & in _clone_sg_entries()
487 buff_ptr += (le32_to_cpu(sgel->FlagsLength) & in _clone_sg_entries()
489 buff_ptr_phys += (le32_to_cpu(sgel->FlagsLength) & in _clone_sg_entries()
491 if ((le32_to_cpu(sgel->FlagsLength) & in _clone_sg_entries()
1662 sgel->FlagsLength = cpu_to_le32(flags_length); in _base_add_sg_single_32()
1680 sgel->FlagsLength = cpu_to_le32(flags_length); in _base_add_sg_single_64()