Home
last modified time | relevance | path

Searched refs:flagsLength (Results 1 – 4 of 4) sorted by relevance

/linux-6.12.1/drivers/message/fusion/
Dmptctl.c1739 int flagsLength; in mptctl_do_mpt_command() local
2083 flagsLength = 0; in mptctl_do_mpt_command()
2096 flagsLength = ( MPI_SGE_FLAGS_SIMPLE_ELEMENT | in mptctl_do_mpt_command()
2101 flagsLength = MPT_SGE_FLAGS_SSIMPLE_WRITE; in mptctl_do_mpt_command()
2103 flagsLength |= karg.dataOutSize; in mptctl_do_mpt_command()
2116 ioc->add_sge(psge, flagsLength, dma_addr_out); in mptctl_do_mpt_command()
2136 flagsLength = MPT_SGE_FLAGS_SSIMPLE_READ; in mptctl_do_mpt_command()
2137 flagsLength |= karg.dataInSize; in mptctl_do_mpt_command()
2151 ioc->add_sge(psge, flagsLength, dma_addr_in); in mptctl_do_mpt_command()
2157 ioc->add_sge(psge, flagsLength, (dma_addr_t) -1); in mptctl_do_mpt_command()
Dmptsas.c2247 int flagsLength; in mptsas_smp_handler() local
2299 flagsLength = (MPI_SGE_FLAGS_SIMPLE_ELEMENT | in mptsas_smp_handler()
2308 flagsLength |= (sg_dma_len(job->request_payload.sg_list) - 4); in mptsas_smp_handler()
2309 ioc->add_sge(psge, flagsLength, in mptsas_smp_handler()
2314 flagsLength = MPI_SGE_FLAGS_SIMPLE_ELEMENT | in mptsas_smp_handler()
2319 flagsLength = flagsLength << MPI_SGE_FLAGS_SHIFT; in mptsas_smp_handler()
2324 flagsLength |= sg_dma_len(job->reply_payload.sg_list) + 4; in mptsas_smp_handler()
2325 ioc->add_sge(psge, flagsLength, in mptsas_smp_handler()
2868 int flagsLength; in mptsas_exp_repmanufacture_info() local
2923 flagsLength = MPI_SGE_FLAGS_SIMPLE_ELEMENT | in mptsas_exp_repmanufacture_info()
[all …]
Dmptspi.c261 u32 flagsLength; in mptspi_writeIOCPage4() local
300 flagsLength = MPT_SGE_FLAGS_SSIMPLE_WRITE | in mptspi_writeIOCPage4()
303 ioc->add_sge((char *)&pReq->PageBufferSGE, flagsLength, dataDma); in mptspi_writeIOCPage4()
Dmptbase.c3572 u32 flagsLength; in mpt_do_upload() local
3610 flagsLength = MPT_SGE_FLAGS_SSIMPLE_READ | sz; in mpt_do_upload()
3611 ioc->add_sge((char *)ptcsge, flagsLength, ioc->cached_fw_dma); in mpt_do_upload()
6358 int flagsLength; in mpt_config() local
6440 flagsLength = MPT_SGE_FLAGS_SSIMPLE_WRITE; in mpt_config()
6442 flagsLength = MPT_SGE_FLAGS_SSIMPLE_READ; in mpt_config()
6446 flagsLength |= pExtHdr->ExtPageLength * 4; in mpt_config()
6450 flagsLength |= pCfg->cfghdr.hdr->PageLength * 4; in mpt_config()
6459 ioc->add_sge((char *)&pReq->PageBufferSGE, flagsLength, pCfg->physAddr); in mpt_config()