Home
last modified time | relevance | path

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

/linux/drivers/message/fusion/
H A 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()
H A 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()
H A Dmptbase.c3575 u32 flagsLength; in mpt_do_upload() local
3613 flagsLength = MPT_SGE_FLAGS_SSIMPLE_READ | sz; in mpt_do_upload()
3614 ioc->add_sge((char *)ptcsge, flagsLength, ioc->cached_fw_dma); in mpt_do_upload()
6361 int flagsLength; in mpt_config() local
6443 flagsLength = MPT_SGE_FLAGS_SSIMPLE_WRITE; in mpt_config()
6445 flagsLength = MPT_SGE_FLAGS_SSIMPLE_READ; in mpt_config()
6449 flagsLength |= pExtHdr->ExtPageLength * 4; in mpt_config()
6453 flagsLength |= pCfg->cfghdr.hdr->PageLength * 4; in mpt_config()
6462 ioc->add_sge((char *)&pReq->PageBufferSGE, flagsLength, pCfg->physAddr); in mpt_config()