Home
last modified time | relevance | path

Searched refs:cqinfo (Results 1 - 12 of 12) sorted by relevance

/kernel/linux/linux-5.10/drivers/crypto/cavium/cpt/
H A Dcptvf_main.c170 struct command_qinfo *cqinfo) in free_command_queues()
180 queue = &cqinfo->queue[i]; in free_command_queues()
181 if (hlist_empty(&cqinfo->queue[i].chead)) in free_command_queues()
184 hlist_for_each_entry_safe(chunk, node, &cqinfo->queue[i].chead, in free_command_queues()
200 cqinfo->cmd_size = 0; in free_command_queues()
204 struct command_qinfo *cqinfo, size_t cmd_size, in alloc_command_queues()
213 cqinfo->cmd_size = cmd_size; in alloc_command_queues()
215 cptvf->qsize = min(qlen, cqinfo->qchunksize) * in alloc_command_queues()
218 q_size = qlen * cqinfo->cmd_size; in alloc_command_queues()
225 u32 qcsize_bytes = cqinfo in alloc_command_queues()
169 free_command_queues(struct cpt_vf *cptvf, struct command_qinfo *cqinfo) free_command_queues() argument
203 alloc_command_queues(struct cpt_vf *cptvf, struct command_qinfo *cqinfo, size_t cmd_size, u32 qlen) alloc_command_queues() argument
[all...]
H A Dcptvf.h111 struct command_qinfo cqinfo; /* Command queue information */ member
H A Dcptvf_reqmanager.c239 qinfo = &cptvf->cqinfo; in send_cpt_command()
/kernel/linux/linux-6.6/drivers/crypto/cavium/cpt/
H A Dcptvf_main.c167 struct command_qinfo *cqinfo) in free_command_queues()
177 queue = &cqinfo->queue[i]; in free_command_queues()
178 if (hlist_empty(&cqinfo->queue[i].chead)) in free_command_queues()
181 hlist_for_each_entry_safe(chunk, node, &cqinfo->queue[i].chead, in free_command_queues()
197 cqinfo->cmd_size = 0; in free_command_queues()
201 struct command_qinfo *cqinfo, size_t cmd_size, in alloc_command_queues()
210 cqinfo->cmd_size = cmd_size; in alloc_command_queues()
212 cptvf->qsize = min(qlen, cqinfo->qchunksize) * in alloc_command_queues()
215 q_size = qlen * cqinfo->cmd_size; in alloc_command_queues()
222 u32 qcsize_bytes = cqinfo in alloc_command_queues()
166 free_command_queues(struct cpt_vf *cptvf, struct command_qinfo *cqinfo) free_command_queues() argument
200 alloc_command_queues(struct cpt_vf *cptvf, struct command_qinfo *cqinfo, size_t cmd_size, u32 qlen) alloc_command_queues() argument
[all...]
H A Dcptvf.h111 struct command_qinfo cqinfo; /* Command queue information */ member
H A Dcptvf_reqmanager.c239 qinfo = &cptvf->cqinfo; in send_cpt_command()
/kernel/linux/linux-5.10/drivers/crypto/marvell/octeontx/
H A Dotx_cptvf_main.c158 struct otx_cpt_cmd_qinfo *cqinfo) in free_command_queues()
167 queue = &cqinfo->queue[i]; in free_command_queues()
169 while (!list_empty(&cqinfo->queue[i].chead)) { in free_command_queues()
170 chunk = list_first_entry(&cqinfo->queue[i].chead, in free_command_queues()
188 struct otx_cpt_cmd_qinfo *cqinfo, in alloc_command_queues()
200 cptvf->qsize = min(qlen, cqinfo->qchunksize) * in alloc_command_queues()
205 qcsize_bytes = cqinfo->qchunksize * OTX_CPT_INST_SIZE; in alloc_command_queues()
214 queue = &cqinfo->queue[i]; in alloc_command_queues()
239 &cqinfo->queue[i].chead); in alloc_command_queues()
261 free_command_queues(cptvf, cqinfo); in alloc_command_queues()
157 free_command_queues(struct otx_cptvf *cptvf, struct otx_cpt_cmd_qinfo *cqinfo) free_command_queues() argument
187 alloc_command_queues(struct otx_cptvf *cptvf, struct otx_cpt_cmd_qinfo *cqinfo, u32 qlen) alloc_command_queues() argument
[all...]
H A Dotx_cptvf.h88 struct otx_cpt_cmd_qinfo cqinfo; /* Command queue information */ member
H A Dotx_cptvf_reqmgr.c270 struct otx_cpt_cmd_qinfo *qinfo = &cptvf->cqinfo; in cpt_send_cmd()
/kernel/linux/linux-6.6/drivers/crypto/marvell/octeontx/
H A Dotx_cptvf_main.c156 struct otx_cpt_cmd_qinfo *cqinfo) in free_command_queues()
165 queue = &cqinfo->queue[i]; in free_command_queues()
167 while (!list_empty(&cqinfo->queue[i].chead)) { in free_command_queues()
168 chunk = list_first_entry(&cqinfo->queue[i].chead, in free_command_queues()
186 struct otx_cpt_cmd_qinfo *cqinfo, in alloc_command_queues()
198 cptvf->qsize = min(qlen, cqinfo->qchunksize) * in alloc_command_queues()
203 qcsize_bytes = cqinfo->qchunksize * OTX_CPT_INST_SIZE; in alloc_command_queues()
211 queue = &cqinfo->queue[i]; in alloc_command_queues()
236 &cqinfo->queue[i].chead); in alloc_command_queues()
258 free_command_queues(cptvf, cqinfo); in alloc_command_queues()
155 free_command_queues(struct otx_cptvf *cptvf, struct otx_cpt_cmd_qinfo *cqinfo) free_command_queues() argument
185 alloc_command_queues(struct otx_cptvf *cptvf, struct otx_cpt_cmd_qinfo *cqinfo, u32 qlen) alloc_command_queues() argument
[all...]
H A Dotx_cptvf.h88 struct otx_cpt_cmd_qinfo cqinfo; /* Command queue information */ member
H A Dotx_cptvf_reqmgr.c270 struct otx_cpt_cmd_qinfo *qinfo = &cptvf->cqinfo; in cpt_send_cmd()

Completed in 8 milliseconds