Home
last modified time | relevance | path

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

/linux-4.19.296/drivers/message/fusion/
Dmptctl.c1745 int flagsLength; in mptctl_do_mpt_command() local
2089 flagsLength = 0; in mptctl_do_mpt_command()
2102 flagsLength = ( MPI_SGE_FLAGS_SIMPLE_ELEMENT | in mptctl_do_mpt_command()
2107 flagsLength = MPT_SGE_FLAGS_SSIMPLE_WRITE; in mptctl_do_mpt_command()
2109 flagsLength |= karg.dataOutSize; in mptctl_do_mpt_command()
2121 ioc->add_sge(psge, flagsLength, dma_addr_out); in mptctl_do_mpt_command()
2141 flagsLength = MPT_SGE_FLAGS_SSIMPLE_READ; in mptctl_do_mpt_command()
2142 flagsLength |= karg.dataInSize; in mptctl_do_mpt_command()
2155 ioc->add_sge(psge, flagsLength, dma_addr_in); in mptctl_do_mpt_command()
2161 ioc->add_sge(psge, flagsLength, (dma_addr_t) -1); in mptctl_do_mpt_command()
Dmptsas.c2219 int flagsLength; in mptsas_smp_handler() local
2271 flagsLength = (MPI_SGE_FLAGS_SIMPLE_ELEMENT | in mptsas_smp_handler()
2280 flagsLength |= (sg_dma_len(job->request_payload.sg_list) - 4); in mptsas_smp_handler()
2281 ioc->add_sge(psge, flagsLength, in mptsas_smp_handler()
2286 flagsLength = MPI_SGE_FLAGS_SIMPLE_ELEMENT | in mptsas_smp_handler()
2291 flagsLength = flagsLength << MPI_SGE_FLAGS_SHIFT; in mptsas_smp_handler()
2296 flagsLength |= sg_dma_len(job->reply_payload.sg_list) + 4; in mptsas_smp_handler()
2297 ioc->add_sge(psge, flagsLength, in mptsas_smp_handler()
2839 int flagsLength; in mptsas_exp_repmanufacture_info() local
2893 flagsLength = MPI_SGE_FLAGS_SIMPLE_ELEMENT | in mptsas_exp_repmanufacture_info()
[all …]
Dmptspi.c263 u32 flagsLength; in mptspi_writeIOCPage4() local
305 flagsLength = MPT_SGE_FLAGS_SSIMPLE_WRITE | in mptspi_writeIOCPage4()
308 ioc->add_sge((char *)&pReq->PageBufferSGE, flagsLength, dataDma); in mptspi_writeIOCPage4()
Dmptbase.c3584 u32 flagsLength; in mpt_do_upload() local
3622 flagsLength = MPT_SGE_FLAGS_SSIMPLE_READ | sz; in mpt_do_upload()
3623 ioc->add_sge((char *)ptcsge, flagsLength, ioc->cached_fw_dma); in mpt_do_upload()
6351 int flagsLength; in mpt_config() local
6442 flagsLength = MPT_SGE_FLAGS_SSIMPLE_WRITE; in mpt_config()
6444 flagsLength = MPT_SGE_FLAGS_SSIMPLE_READ; in mpt_config()
6448 flagsLength |= pExtHdr->ExtPageLength * 4; in mpt_config()
6452 flagsLength |= pCfg->cfghdr.hdr->PageLength * 4; in mpt_config()
6461 ioc->add_sge((char *)&pReq->PageBufferSGE, flagsLength, pCfg->physAddr); in mpt_config()