Home
last modified time | relevance | path

Searched refs:ctx_buf (Results 1 – 15 of 15) sorted by relevance

/linux-6.15/drivers/scsi/lpfc/
H A Dlpfc_nvmet.c1568 ctx_buf = kzalloc(sizeof(*ctx_buf), GFP_KERNEL); in lpfc_nvmet_setup_io_context()
1569 if (!ctx_buf) { in lpfc_nvmet_setup_io_context()
1575 ctx_buf->context = kzalloc(sizeof(*ctx_buf->context), in lpfc_nvmet_setup_io_context()
1578 kfree(ctx_buf); in lpfc_nvmet_setup_io_context()
1584 ctx_buf->context->ctxbuf = ctx_buf; in lpfc_nvmet_setup_io_context()
1590 kfree(ctx_buf); in lpfc_nvmet_setup_io_context()
1604 ctx_buf->sglq = __lpfc_sli_get_nvmet_sglq(phba, ctx_buf->iocbq); in lpfc_nvmet_setup_io_context()
1609 kfree(ctx_buf); in lpfc_nvmet_setup_io_context()
2351 return ctx_buf; in lpfc_nvmet_replenish_context()
2398 ctx_buf = NULL; in lpfc_nvmet_unsol_fcp_buffer()
[all …]
H A Dlpfc_mbox.c81 mbox->ctx_buf = mp; in lpfc_mbox_rsrc_prep()
105 mp = mbox->ctx_buf; in lpfc_mbox_rsrc_cleanup()
106 mbox->ctx_buf = NULL; in lpfc_mbox_rsrc_cleanup()
165 mp = pmb->ctx_buf; in lpfc_dump_static_vport()
368 pmb->ctx_buf = mp; in lpfc_read_topology()
682 mp = pmb->ctx_buf; in lpfc_read_sparam()
836 mp = pmb->ctx_buf; in lpfc_reg_rpi()
2351 mp = mbox->ctx_buf; in lpfc_sli4_dump_cfg_rg23()
2393 mbox->ctx_buf = mp; in lpfc_mbx_cmpl_rdp_page_a2()
2425 mbox->ctx_buf = mp; in lpfc_mbx_cmpl_rdp_page_a0()
[all …]
H A Dlpfc_sli.h186 struct lpfc_dmabuf *ctx_buf; /* caller buffer information */ member
H A Dlpfc_hbadisc.c3438 struct lpfc_dmabuf *mp = pmb->ctx_buf; in lpfc_mbx_cmpl_read_sparam()
3744 struct lpfc_dmabuf *mp = pmb->ctx_buf; in lpfc_mbx_cmpl_read_topology()
3858 struct lpfc_dmabuf *mp = pmb->ctx_buf; in lpfc_mbx_cmpl_reg_login()
3865 pmb->ctx_buf = NULL; in lpfc_mbx_cmpl_reg_login()
3898 pmb->ctx_buf = mp; in lpfc_mbx_cmpl_reg_login()
4069 if (pmb->ctx_buf) { in lpfc_create_static_vport()
4070 mp = pmb->ctx_buf; in lpfc_create_static_vport()
4073 pmb->ctx_buf = NULL; in lpfc_create_static_vport()
4093 mp = pmb->ctx_buf; in lpfc_create_static_vport()
H A Dlpfc_vport.c169 mp = pmb->ctx_buf; in lpfc_vport_sparm()
H A Dlpfc_attr.c2168 pmboxq->ctx_buf = NULL; in lpfc_get_hba_info()
6642 pmboxq->ctx_buf = NULL; in lpfc_get_stats()
6695 pmboxq->ctx_buf = NULL; in lpfc_get_stats()
6782 pmboxq->ctx_buf = NULL; in lpfc_reset_stats()
6804 pmboxq->ctx_buf = NULL; in lpfc_reset_stats()
H A Dlpfc_els.c474 dmabuf = mboxq->ctx_buf; in lpfc_issue_reg_vfi()
483 mboxq->ctx_buf = dmabuf; in lpfc_issue_reg_vfi()
7209 mp = mbox->ctx_buf; in lpfc_get_sfp_info_wait()
7244 mp = mbox->ctx_buf; in lpfc_get_sfp_info_wait()
7261 mbox->ctx_buf = mp; in lpfc_get_sfp_info_wait()
7310 mbox->ctx_buf = mpsave; in lpfc_get_sfp_info_wait()
7445 pmb->ctx_buf = NULL; in lpfc_els_lcb_rsp()
H A Dlpfc_sli.c2872 mp = pmb->ctx_buf; in lpfc_sli_def_mbox_cmpl()
2874 pmb->ctx_buf = NULL; in lpfc_sli_def_mbox_cmpl()
5819 mp = mboxq->ctx_buf; in lpfc_sli4_read_fcoe_params()
8770 mp = mboxq->ctx_buf; in lpfc_sli4_hba_setup()
8783 mboxq->ctx_buf = NULL; in lpfc_sli4_hba_setup()
13827 mp = pmb->ctx_buf; in lpfc_sli_sp_intr_handler()
13841 pmb->ctx_buf = mp; in lpfc_sli_sp_intr_handler()
14328 mp = pmb->ctx_buf; in lpfc_sli4_sp_handle_mbox_event()
14340 pmb->ctx_buf = mp; in lpfc_sli4_sp_handle_mbox_event()
16134 mbox->ctx_buf = NULL; in lpfc_eq_create()
[all …]
H A Dlpfc_init.c463 mp = pmb->ctx_buf; in lpfc_config_port_post()
472 pmb->ctx_buf = NULL; in lpfc_config_port_post()
2208 lpfc_read_topology(phba, pmb, pmb->ctx_buf); in lpfc_handle_latt()
5448 lpfc_read_topology(phba, pmb, pmb->ctx_buf); in lpfc_sli4_async_link_evt()
6341 lpfc_read_topology(phba, pmb, pmb->ctx_buf); in lpfc_sli4_async_fc_evt()
H A Dlpfc_bsg.c2530 dmabuff = mbox->ctx_buf; in lpfcdiag_loop_self_reg()
2531 mbox->ctx_buf = NULL; in lpfcdiag_loop_self_reg()
/linux-6.15/drivers/media/platform/samsung/s5p-mfc/
H A Ds5p_mfc_cmd_v6.c42 mfc_write(dev, dev->ctx_buf.dma, S5P_FIMV_CONTEXT_MEM_ADDR_V6); in s5p_mfc_sys_init_cmd_v6()
H A Ds5p_mfc_common.h341 struct s5p_mfc_priv_buf ctx_buf; member
H A Ds5p_mfc_opr_v6.c451 dev->ctx_buf.size = buf_size->dev_ctx; in s5p_mfc_alloc_dev_context_buffer_v6()
452 ret = s5p_mfc_alloc_priv_buf(dev, BANK_L_CTX, &dev->ctx_buf); in s5p_mfc_alloc_dev_context_buffer_v6()
458 memset(dev->ctx_buf.virt, 0, buf_size->dev_ctx); in s5p_mfc_alloc_dev_context_buffer_v6()
469 s5p_mfc_release_priv_buf(dev, &dev->ctx_buf); in s5p_mfc_release_dev_context_buffer_v6()
/linux-6.15/drivers/net/ethernet/chelsio/cxgb4/
H A Dcudbg_lib.c2400 u8 *ctx_buf; in cudbg_collect_dump_context() local
2426 ctx_buf = kvzalloc(max_ctx_size, GFP_KERNEL); in cudbg_collect_dump_context()
2427 if (!ctx_buf) { in cudbg_collect_dump_context()
2457 (__be32 *)ctx_buf, 1); in cudbg_collect_dump_context()
2471 src_off = (u64 *)(ctx_buf + j * SGE_CTXT_SIZE); in cudbg_collect_dump_context()
2490 kvfree(ctx_buf); in cudbg_collect_dump_context()
/linux-6.15/drivers/crypto/
H A Dtalitos.c1996 u8 *ctx_buf = req_ctx->buf[req_ctx->buf_idx]; in ahash_process_req() local
2006 ctx_buf + req_ctx->nbuf, nbytes); in ahash_process_req()
2030 sg_set_buf(req_ctx->bufsl, ctx_buf, req_ctx->nbuf); in ahash_process_req()
2047 ctx_buf + req_ctx->nbuf, offset); in ahash_process_req()