Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/message/fusion/
Dmptctl.c1737 int flagsLength; in mptctl_do_mpt_command() local
2081 flagsLength = 0; in mptctl_do_mpt_command()
2094 flagsLength = ( MPI_SGE_FLAGS_SIMPLE_ELEMENT | in mptctl_do_mpt_command()
2099 flagsLength = MPT_SGE_FLAGS_SSIMPLE_WRITE; in mptctl_do_mpt_command()
2101 flagsLength |= karg.dataOutSize; in mptctl_do_mpt_command()
2113 ioc->add_sge(psge, flagsLength, dma_addr_out); in mptctl_do_mpt_command()
2133 flagsLength = MPT_SGE_FLAGS_SSIMPLE_READ; in mptctl_do_mpt_command()
2134 flagsLength |= karg.dataInSize; in mptctl_do_mpt_command()
2147 ioc->add_sge(psge, flagsLength, dma_addr_in); in mptctl_do_mpt_command()
2153 ioc->add_sge(psge, flagsLength, (dma_addr_t) -1); in mptctl_do_mpt_command()
Dmptsas.c2246 int flagsLength; in mptsas_smp_handler() local
2298 flagsLength = (MPI_SGE_FLAGS_SIMPLE_ELEMENT | in mptsas_smp_handler()
2307 flagsLength |= (sg_dma_len(job->request_payload.sg_list) - 4); in mptsas_smp_handler()
2308 ioc->add_sge(psge, flagsLength, in mptsas_smp_handler()
2313 flagsLength = MPI_SGE_FLAGS_SIMPLE_ELEMENT | in mptsas_smp_handler()
2318 flagsLength = flagsLength << MPI_SGE_FLAGS_SHIFT; in mptsas_smp_handler()
2323 flagsLength |= sg_dma_len(job->reply_payload.sg_list) + 4; in mptsas_smp_handler()
2324 ioc->add_sge(psge, flagsLength, in mptsas_smp_handler()
2867 int flagsLength; in mptsas_exp_repmanufacture_info() local
2921 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.c3582 u32 flagsLength; in mpt_do_upload() local
3620 flagsLength = MPT_SGE_FLAGS_SSIMPLE_READ | sz; in mpt_do_upload()
3621 ioc->add_sge((char *)ptcsge, flagsLength, ioc->cached_fw_dma); in mpt_do_upload()
6348 int flagsLength; in mpt_config() local
6430 flagsLength = MPT_SGE_FLAGS_SSIMPLE_WRITE; in mpt_config()
6432 flagsLength = MPT_SGE_FLAGS_SSIMPLE_READ; in mpt_config()
6436 flagsLength |= pExtHdr->ExtPageLength * 4; in mpt_config()
6440 flagsLength |= pCfg->cfghdr.hdr->PageLength * 4; in mpt_config()
6449 ioc->add_sge((char *)&pReq->PageBufferSGE, flagsLength, pCfg->physAddr); in mpt_config()