Searched refs:ctx_buf (Results 1 – 12 of 12) sorted by relevance
| /linux/drivers/scsi/lpfc/ |
| H A D | lpfc_nvmet.c | 70 static void lpfc_nvmet_process_rcv_fcp_req(struct lpfc_nvmet_ctxbuf *ctx_buf); 386 lpfc_nvmet_ctxbuf_post(struct lpfc_hba *phba, struct lpfc_nvmet_ctxbuf *ctx_buf) in lpfc_nvmet_ctxbuf_post() argument 389 struct lpfc_async_xchg_ctx *ctxp = ctx_buf->context; in lpfc_nvmet_ctxbuf_post() 441 ctxp = (struct lpfc_async_xchg_ctx *)ctx_buf->context; in lpfc_nvmet_ctxbuf_post() 451 ctxp->ctxbuf = ctx_buf; in lpfc_nvmet_ctxbuf_post() 476 if (!queue_work(phba->wq, &ctx_buf->defer_work)) { in lpfc_nvmet_ctxbuf_post() 506 list_add_tail(&ctx_buf->list, &infop->nvmet_ctx_list); in lpfc_nvmet_ctxbuf_post() 1446 struct lpfc_nvmet_ctxbuf *ctx_buf, *next_ctx_buf; in __lpfc_nvmet_clean_io_for_cpu() local 1450 list_for_each_entry_safe(ctx_buf, next_ctx_buf, in __lpfc_nvmet_clean_io_for_cpu() 1453 list_del_init(&ctx_buf->list); in __lpfc_nvmet_clean_io_for_cpu() [all …]
|
| H A D | lpfc_mbox.c | 81 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() 1811 mbox->ctx_buf = NULL; in lpfc_sli4_mbox_cmd_free() 2350 mp = mbox->ctx_buf; in lpfc_sli4_dump_cfg_rg23() 2379 struct lpfc_dmabuf *mp = mbox->ctx_buf; in lpfc_mbx_cmpl_rdp_page_a2() [all …]
|
| H A D | lpfc_sli.h | 186 struct lpfc_dmabuf *ctx_buf; /* caller buffer information */ member
|
| H A D | lpfc_hbadisc.c | 3442 struct lpfc_dmabuf *mp = pmb->ctx_buf; in lpfc_mbx_cmpl_read_sparam() 3747 struct lpfc_dmabuf *mp = pmb->ctx_buf; in lpfc_mbx_cmpl_read_topology() 3861 struct lpfc_dmabuf *mp = pmb->ctx_buf; in lpfc_mbx_cmpl_reg_login() 3868 pmb->ctx_buf = NULL; in lpfc_mbx_cmpl_reg_login() 3901 pmb->ctx_buf = mp; in lpfc_mbx_cmpl_reg_login() 4072 if (pmb->ctx_buf) { in lpfc_create_static_vport() 4073 mp = pmb->ctx_buf; in lpfc_create_static_vport() 4076 pmb->ctx_buf = NULL; in lpfc_create_static_vport() 4096 mp = pmb->ctx_buf; in lpfc_create_static_vport()
|
| H A D | lpfc_vport.c | 169 mp = pmb->ctx_buf; in lpfc_vport_sparm()
|
| H A D | lpfc_attr.c | 2300 pmboxq->ctx_buf = NULL; in lpfc_get_hba_info() 6776 pmboxq->ctx_buf = NULL; in lpfc_get_stats() 6829 pmboxq->ctx_buf = NULL; in lpfc_get_stats() 6916 pmboxq->ctx_buf = NULL; in lpfc_reset_stats() 6938 pmboxq->ctx_buf = NULL; in lpfc_reset_stats()
|
| H A D | lpfc_els.c | 474 dmabuf = mboxq->ctx_buf; in lpfc_issue_reg_vfi() 483 mboxq->ctx_buf = dmabuf; in lpfc_issue_reg_vfi() 7365 mp = mbox->ctx_buf; in lpfc_get_sfp_info_wait() 7400 mp = mbox->ctx_buf; in lpfc_get_sfp_info_wait() 7417 mbox->ctx_buf = mp; in lpfc_get_sfp_info_wait() 7466 mbox->ctx_buf = mpsave; in lpfc_get_sfp_info_wait() 7601 pmb->ctx_buf = NULL; in lpfc_els_lcb_rsp()
|
| H A D | lpfc_sli.c | 2873 mp = pmb->ctx_buf; in lpfc_sli_def_mbox_cmpl() 2875 pmb->ctx_buf = NULL; in lpfc_sli_def_mbox_cmpl() 5830 mp = mboxq->ctx_buf; in lpfc_sli4_read_fcoe_params() 8846 mp = mboxq->ctx_buf; in lpfc_sli4_hba_setup() 8859 mboxq->ctx_buf = NULL; in lpfc_sli4_hba_setup() 13894 mp = pmb->ctx_buf; in lpfc_sli_sp_intr_handler() 13908 pmb->ctx_buf = mp; in lpfc_sli_sp_intr_handler() 14395 mp = pmb->ctx_buf; in lpfc_sli4_sp_handle_mbox_event() 14407 pmb->ctx_buf = mp; in lpfc_sli4_sp_handle_mbox_event() 16227 mbox->ctx_buf = NULL; in lpfc_eq_create() [all …]
|
| H A D | lpfc_init.c | 463 mp = pmb->ctx_buf; in lpfc_config_port_post() 472 pmb->ctx_buf = NULL; in lpfc_config_port_post() 2211 lpfc_read_topology(phba, pmb, pmb->ctx_buf); in lpfc_handle_latt() 5453 lpfc_read_topology(phba, pmb, pmb->ctx_buf); in lpfc_sli4_async_link_evt() 6346 lpfc_read_topology(phba, pmb, pmb->ctx_buf); in lpfc_sli4_async_fc_evt()
|
| H A D | lpfc_bsg.c | 2530 dmabuff = mbox->ctx_buf; in lpfcdiag_loop_self_reg() 2531 mbox->ctx_buf = NULL; in lpfcdiag_loop_self_reg()
|
| /linux/include/ras/ |
| H A D | ras_event.h | 199 __dynamic_array(u8, ctx_buf, ctx_len) 226 memcpy(__get_dynamic_array(ctx_buf), ctx_err, ctx_len); 243 __print_hex(__get_dynamic_array(ctx_buf), __entry->ctx_len),
|
| /linux/drivers/net/ethernet/chelsio/cxgb4/ |
| H A 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()
|