/drivers/scsi/lpfc/ |
D | lpfc_nvmet.c | 70 static void lpfc_nvmet_process_rcv_fcp_req(struct lpfc_nvmet_ctxbuf *ctx_buf); 385 lpfc_nvmet_ctxbuf_post(struct lpfc_hba *phba, struct lpfc_nvmet_ctxbuf *ctx_buf) in lpfc_nvmet_ctxbuf_post() argument 388 struct lpfc_async_xchg_ctx *ctxp = ctx_buf->context; in lpfc_nvmet_ctxbuf_post() 440 ctxp = (struct lpfc_async_xchg_ctx *)ctx_buf->context; in lpfc_nvmet_ctxbuf_post() 450 ctxp->ctxbuf = ctx_buf; in lpfc_nvmet_ctxbuf_post() 475 if (!queue_work(phba->wq, &ctx_buf->defer_work)) { in lpfc_nvmet_ctxbuf_post() 505 list_add_tail(&ctx_buf->list, &infop->nvmet_ctx_list); in lpfc_nvmet_ctxbuf_post() 1429 struct lpfc_nvmet_ctxbuf *ctx_buf, *next_ctx_buf; in __lpfc_nvmet_clean_io_for_cpu() local 1433 list_for_each_entry_safe(ctx_buf, next_ctx_buf, in __lpfc_nvmet_clean_io_for_cpu() 1436 list_del_init(&ctx_buf->list); in __lpfc_nvmet_clean_io_for_cpu() [all …]
|
D | lpfc_mbox.c | 97 pmb->ctx_buf = (uint8_t *)mp; in lpfc_dump_static_vport() 142 ctx = pmb->ctx_buf; in lpfc_dump_mem() 154 pmb->ctx_buf = ctx; in lpfc_dump_mem() 175 ctx = pmb->ctx_buf; in lpfc_dump_wakeup_param() 189 pmb->ctx_buf = ctx; in lpfc_dump_wakeup_param() 307 pmb->ctx_buf = (uint8_t *)mp; in lpfc_read_topology() 635 pmb->ctx_buf = mp; in lpfc_read_sparam() 787 pmb->ctx_buf = (uint8_t *)mp; in lpfc_reg_rpi() 2293 mbox->ctx_buf = (uint8_t *)mp; in lpfc_sli4_dump_cfg_rg23() 2328 struct lpfc_dmabuf *mp = (struct lpfc_dmabuf *)mbox->ctx_buf; in lpfc_mbx_cmpl_rdp_page_a2() [all …]
|
D | lpfc_mem.c | 295 mp = (struct lpfc_dmabuf *)(mbox->ctx_buf); in lpfc_mem_free_all() 305 mp = (struct lpfc_dmabuf *)(mbox->ctx_buf); in lpfc_mem_free_all() 319 mp = (struct lpfc_dmabuf *)(mbox->ctx_buf); in lpfc_mem_free_all()
|
D | lpfc_hbadisc.c | 1212 sparam_mb->ctx_buf; in lpfc_mbx_cmpl_local_config_link() 1216 sparam_mb->ctx_buf = NULL; in lpfc_mbx_cmpl_local_config_link() 3016 struct lpfc_dmabuf *dmabuf = mboxq->ctx_buf; in lpfc_mbx_cmpl_reg_vfi() 3109 struct lpfc_dmabuf *mp = (struct lpfc_dmabuf *)pmb->ctx_buf; in lpfc_mbx_cmpl_read_sparam() 3161 pmb->ctx_buf = NULL; in lpfc_mbx_cmpl_read_sparam() 3303 mp = (struct lpfc_dmabuf *)sparam_mbox->ctx_buf; in lpfc_mbx_process_link_up() 3436 struct lpfc_dmabuf *mp = (struct lpfc_dmabuf *)(pmb->ctx_buf); in lpfc_mbx_cmpl_read_topology() 3594 struct lpfc_dmabuf *mp = (struct lpfc_dmabuf *)(pmb->ctx_buf); in lpfc_mbx_cmpl_reg_login() 3598 pmb->ctx_buf = NULL; in lpfc_mbx_cmpl_reg_login() 3807 if (pmb->ctx_buf) { in lpfc_create_static_vport() [all …]
|
D | lpfc_sli.h | 154 void *ctx_buf; /* caller buffer information */ member
|
D | lpfc_vport.c | 141 mp = (struct lpfc_dmabuf *)pmb->ctx_buf; in lpfc_vport_sparm() 142 pmb->ctx_buf = NULL; in lpfc_vport_sparm()
|
D | lpfc_sli.c | 2480 mp = (struct lpfc_dmabuf *)(pmb->ctx_buf); in lpfc_sli_def_mbox_cmpl() 2519 pmb->ctx_buf = NULL; in lpfc_sli_def_mbox_cmpl() 5342 mp = (struct lpfc_dmabuf *)mboxq->ctx_buf; in lpfc_sli4_read_fcoe_params() 7668 mp = (struct lpfc_dmabuf *)mboxq->ctx_buf; in lpfc_sli4_hba_setup() 7680 mboxq->ctx_buf = NULL; in lpfc_sli4_hba_setup() 8457 if (pmbox->in_ext_byte_len && pmbox->ctx_buf) { in lpfc_sli_issue_mbox_s3() 8458 lpfc_sli_pcimem_bcopy(pmbox->ctx_buf, in lpfc_sli_issue_mbox_s3() 8471 if (pmbox->in_ext_byte_len && pmbox->ctx_buf) in lpfc_sli_issue_mbox_s3() 8474 pmbox->ctx_buf, pmbox->in_ext_byte_len); in lpfc_sli_issue_mbox_s3() 8597 if (pmbox->out_ext_byte_len && pmbox->ctx_buf) { in lpfc_sli_issue_mbox_s3() [all …]
|
D | lpfc_els.c | 435 mp = (struct lpfc_dmabuf *)mbox->ctx_buf; in lpfc_issue_fabric_reglogin() 510 mboxq->ctx_buf = dmabuf; in lpfc_issue_reg_vfi() 4482 struct lpfc_dmabuf *mp = (struct lpfc_dmabuf *)(pmb->ctx_buf); in lpfc_mbx_cmpl_dflt_rpi() 4485 pmb->ctx_buf = NULL; in lpfc_mbx_cmpl_dflt_rpi() 4567 mp = (struct lpfc_dmabuf *)mbox->ctx_buf; in lpfc_cmpl_els_rsp() 4612 mp = mbox->ctx_buf; in lpfc_cmpl_els_rsp() 4679 mp = (struct lpfc_dmabuf *)mbox->ctx_buf; in lpfc_cmpl_els_rsp() 6230 pmb->ctx_buf = NULL; in lpfc_els_lcb_rsp() 7326 rxid = (uint16_t)((unsigned long)(pmb->ctx_buf) & 0xffff); in lpfc_els_rsp_rls_acc() 7327 oxid = (uint16_t)(((unsigned long)(pmb->ctx_buf) >> 16) & 0xffff); in lpfc_els_rsp_rls_acc() [all …]
|
D | lpfc_bsg.c | 2573 dmabuff = (struct lpfc_dmabuf *)mbox->ctx_buf; in lpfcdiag_loop_self_reg() 2574 mbox->ctx_buf = NULL; in lpfcdiag_loop_self_reg() 3644 dd_data = pmboxq->ctx_buf; in lpfc_bsg_issue_mbox_ext_handle_job() 4031 pmboxq->ctx_buf = dd_data; in lpfc_bsg_sli_cfg_read_cmd_ext() 4202 pmboxq->ctx_buf = dd_data; in lpfc_bsg_sli_cfg_write_cmd_ext() 4549 pmboxq->ctx_buf = dd_data; in lpfc_bsg_write_ebuf_set() 4836 pmboxq->ctx_buf = ext; in lpfc_bsg_issue_mbox()
|
D | lpfc_nportdisc.c | 723 elsiocb = (struct lpfc_iocbq *)mboxq->ctx_buf; in lpfc_mbx_cmpl_resume_rpi() 1511 mp = (struct lpfc_dmabuf *)mbox->ctx_buf; in lpfc_cmpl_plogi_plogi_issue() 1899 mp = (struct lpfc_dmabuf *)(mb->ctx_buf); in lpfc_rcv_logo_reglogin_issue()
|
D | lpfc_attr.c | 1884 pmboxq->ctx_buf = NULL; in lpfc_get_hba_info() 6801 pmboxq->ctx_buf = NULL; in lpfc_get_stats() 6837 pmboxq->ctx_buf = NULL; in lpfc_get_stats() 6921 pmboxq->ctx_buf = NULL; in lpfc_reset_stats() 6943 pmboxq->ctx_buf = NULL; in lpfc_reset_stats()
|
D | lpfc_init.c | 452 mp = (struct lpfc_dmabuf *)pmb->ctx_buf; in lpfc_config_port_post() 459 mp = (struct lpfc_dmabuf *)pmb->ctx_buf; in lpfc_config_port_post() 464 pmb->ctx_buf = NULL; in lpfc_config_port_post()
|
/drivers/media/platform/s5p-mfc/ |
D | s5p_mfc_cmd_v6.c | 42 mfc_write(dev, dev->ctx_buf.dma, S5P_FIMV_CONTEXT_MEM_ADDR_V6); in s5p_mfc_sys_init_cmd_v6()
|
D | s5p_mfc_common.h | 335 struct s5p_mfc_priv_buf ctx_buf; member
|
D | s5p_mfc_opr_v6.c | 401 dev->ctx_buf.size = buf_size->dev_ctx; in s5p_mfc_alloc_dev_context_buffer_v6() 402 ret = s5p_mfc_alloc_priv_buf(dev, BANK_L_CTX, &dev->ctx_buf); in s5p_mfc_alloc_dev_context_buffer_v6() 408 memset(dev->ctx_buf.virt, 0, buf_size->dev_ctx); in s5p_mfc_alloc_dev_context_buffer_v6() 419 s5p_mfc_release_priv_buf(dev, &dev->ctx_buf); in s5p_mfc_release_dev_context_buffer_v6()
|
/drivers/net/ethernet/chelsio/cxgb4/ |
D | cudbg_lib.c | 2400 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()
|
/drivers/crypto/ |
D | talitos.c | 1995 u8 *ctx_buf = req_ctx->buf[req_ctx->buf_idx]; in ahash_process_req() local 2005 ctx_buf + req_ctx->nbuf, nbytes); in ahash_process_req() 2029 sg_set_buf(req_ctx->bufsl, ctx_buf, req_ctx->nbuf); in ahash_process_req() 2046 ctx_buf + req_ctx->nbuf, offset); in ahash_process_req()
|
/drivers/net/ethernet/intel/ice/ |
D | ice_common.c | 1248 u8 ctx_buf[ICE_RXQ_CTX_SZ] = { 0 }; in ice_write_rxq_ctx() local 1255 ice_set_ctx(hw, (u8 *)rlan_ctx, ctx_buf, ice_rlan_ctx_info); in ice_write_rxq_ctx() 1256 return ice_copy_rxq_ctx_to_hw(hw, ctx_buf, rxq_index); in ice_write_rxq_ctx()
|