Home
last modified time | relevance | path

Searched refs:pentry (Results 1 – 7 of 7) sorted by relevance

/drivers/crypto/marvell/octeontx/
Dotx_cptvf_reqmgr.c86 static inline void free_pentry(struct otx_cpt_pending_entry *pentry) in free_pentry() argument
88 pentry->completion_addr = NULL; in free_pentry()
89 pentry->info = NULL; in free_pentry()
90 pentry->callback = NULL; in free_pentry()
91 pentry->areq = NULL; in free_pentry()
92 pentry->resume_sender = false; in free_pentry()
93 pentry->busy = false; in free_pentry()
302 struct otx_cpt_pending_entry *pentry = NULL; in process_request() local
325 pentry = get_free_pending_entry(pqueue, pqueue->qlen); in process_request()
327 while (unlikely(!pentry) && retry--) { in process_request()
[all …]
Dotx_cptvf_reqmgr.h175 struct otx_cpt_pending_entry *pentry; member
/drivers/crypto/cavium/cpt/
Dcptvf_reqmanager.c334 struct pending_entry *pentry = NULL; in process_pending_queue() local
341 pentry = &pqueue->head[pqueue->front]; in process_pending_queue()
342 if (unlikely(!pentry->busy)) { in process_pending_queue()
347 info = (struct cpt_info_buffer *)pentry->post_arg; in process_pending_queue()
355 status = (union cpt_res_s *)pentry->completion_addr; in process_pending_queue()
362 pentry->completion_addr = NULL; in process_pending_queue()
363 pentry->busy = false; in process_pending_queue()
365 pentry->post_arg = NULL; in process_pending_queue()
376 pentry->completion_addr = NULL; in process_pending_queue()
377 pentry->busy = false; in process_pending_queue()
[all …]
Drequest_manager.h105 struct pending_entry *pentry; member
/drivers/cpufreq/
Dsfi-cpufreq.c26 struct sfi_freq_table_entry *pentry; in sfi_parse_freq() local
37 pentry = (struct sfi_freq_table_entry *)sb->pentry; in sfi_parse_freq()
38 totallen = num_freq_table_entries * sizeof(*pentry); in sfi_parse_freq()
40 sfi_cpufreq_array = kmemdup(pentry, totallen, GFP_KERNEL); in sfi_parse_freq()
/drivers/sfi/
Dsfi_core.c267 th = sfi_check_table(syst_va->pentry[i], key); in sfi_get_table()
324 ret = sfi_check_table(syst_va->pentry[i], &key); in sfi_parse_syst()
476 sfi_sysfs_install_table(syst_va->pentry[i]); in sfi_sysfs_init()
/drivers/scsi/lpfc/
Dlpfc_debugfs.c4209 uint32_t *pentry; in lpfc_idiag_queacc_read_qe() local
4219 pentry = lpfc_sli4_qe(pque, index); in lpfc_idiag_queacc_read_qe()
4222 "%08x ", *pentry); in lpfc_idiag_queacc_read_qe()
4223 pentry++; in lpfc_idiag_queacc_read_qe()
4336 uint32_t *pentry; in lpfc_idiag_queacc_write() local
4540 pentry = lpfc_sli4_qe(pque, index); in lpfc_idiag_queacc_write()
4541 pentry += offset; in lpfc_idiag_queacc_write()
4543 *pentry = value; in lpfc_idiag_queacc_write()
4545 *pentry |= value; in lpfc_idiag_queacc_write()
4547 *pentry &= ~value; in lpfc_idiag_queacc_write()