Home
last modified time | relevance | path

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

/openbmc/linux/drivers/crypto/marvell/octeontx/
H A Dotx_cptvf.h47 u32 qchunksize; /* Command queue chunk size */ member
H A Dotx_cptvf_main.c198 cptvf->qsize = min(qlen, cqinfo->qchunksize) * in alloc_command_queues()
203 qcsize_bytes = cqinfo->qchunksize * OTX_CPT_INST_SIZE; in alloc_command_queues()
845 cptvf->cqinfo.qchunksize = OTX_CPT_CMD_QCHUNK_SIZE; in otx_cptvf_probe()
/openbmc/linux/drivers/crypto/cavium/cpt/
H A Dcptvf.h63 u32 qchunksize; /* Command queue chunk size */ member
H A Dcptvf_main.c212 cptvf->qsize = min(qlen, cqinfo->qchunksize) * in alloc_command_queues()
222 u32 qcsize_bytes = cqinfo->qchunksize * cqinfo->cmd_size; in alloc_command_queues()
731 cptvf->cqinfo.qchunksize = CPT_CMD_QCHUNK_SIZE; in cptvf_probe()