Home
last modified time | relevance | path

Searched refs:ctxp (Results 1 – 11 of 11) sorted by relevance

/drivers/scsi/lpfc/
Dlpfc_nvmet.c219 struct lpfc_async_xchg_ctx *ctxp; in lpfc_nvmet_get_ctx_for_xri() local
224 list_for_each_entry(ctxp, &phba->sli4_hba.t_active_ctx_list, list) { in lpfc_nvmet_get_ctx_for_xri()
225 if (ctxp->ctxbuf->sglq->sli4_xritag != xri) in lpfc_nvmet_get_ctx_for_xri()
233 return ctxp; in lpfc_nvmet_get_ctx_for_xri()
241 struct lpfc_async_xchg_ctx *ctxp; in lpfc_nvmet_get_ctx_for_oxid() local
246 list_for_each_entry(ctxp, &phba->sli4_hba.t_active_ctx_list, list) { in lpfc_nvmet_get_ctx_for_oxid()
247 if (ctxp->oxid != oxid || ctxp->sid != sid) in lpfc_nvmet_get_ctx_for_oxid()
255 return ctxp; in lpfc_nvmet_get_ctx_for_oxid()
263 struct lpfc_async_xchg_ctx *ctxp) in lpfc_nvmet_defer_release() argument
265 lockdep_assert_held(&ctxp->ctxlock); in lpfc_nvmet_defer_release()
[all …]
Dlpfc_nvme.h245 struct lpfc_async_xchg_ctx *ctxp, uint32_t sid,
Dlpfc_debugfs.c1033 struct lpfc_async_xchg_ctx *ctxp, *next_ctxp; in lpfc_debugfs_nvmestat_data() local
1126 list_for_each_entry_safe(ctxp, next_ctxp, in lpfc_debugfs_nvmestat_data()
1136 list_for_each_entry_safe(ctxp, next_ctxp, in lpfc_debugfs_nvmestat_data()
1144 ctxp->oxid, ctxp->state, in lpfc_debugfs_nvmestat_data()
1145 ctxp->flag); in lpfc_debugfs_nvmestat_data()
Dlpfc_crtn.h287 struct lpfc_nvmet_ctxbuf *ctxp);
Dlpfc_init.c1030 struct lpfc_async_xchg_ctx *ctxp, *ctxp_next; in lpfc_hba_down_post_s4() local
1096 list_for_each_entry_safe(ctxp, ctxp_next, &nvmet_aborts, list) { in lpfc_hba_down_post_s4()
1097 ctxp->flag &= ~(LPFC_NVME_XBUSY | LPFC_NVME_ABORT_OP); in lpfc_hba_down_post_s4()
1098 lpfc_nvmet_ctxbuf_post(phba, ctxp->ctxbuf); in lpfc_hba_down_post_s4()
Dlpfc_sli.c21514 struct lpfc_async_xchg_ctx *ctxp; in lpfc_sli4_issue_wqe() local
21580 ctxp = pwqe->context2; in lpfc_sli4_issue_wqe()
21581 sglq = ctxp->ctxbuf->sglq; in lpfc_sli4_issue_wqe()
/drivers/crypto/cavium/nitrox/
Dnitrox_lib.c251 struct crypto_ctx_hdr *ctxp; in crypto_free_context() local
256 ctxp = ctx; in crypto_free_context()
257 dma_pool_free(ctxp->pool, ctxp->vaddr, ctxp->dma); in crypto_free_context()
258 kfree(ctxp); in crypto_free_context()
Dnitrox_req.h361 __be64 ctxp; member
Dnitrox_reqmgr.c471 sr->instr.irh.s.ctxp = cpu_to_be64(ctx_handle); in nitrox_process_se_request()
/drivers/gpu/drm/nouveau/nvkm/engine/fifo/
Ddmanv04.c103 u32 cv = (nvkm_ro32(fctx, c->ctxp + data) & ~cm); in nv04_fifo_dma_fini()
104 nvkm_wo32(fctx, c->ctxp + data, cv | (rv << c->ctxs)); in nv04_fifo_dma_fini()
149 nvkm_wo32(imem->ramfc, chan->ramfc + c->ctxp, 0x00000000); in nv04_fifo_dma_dtor()
Dnv04.h10 unsigned ctxp:8; member