Home
last modified time | relevance | path

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

/linux/drivers/scsi/lpfc/
H A Dlpfc_sli.h186 struct lpfc_dmabuf *ctx_buf; /* caller buffer information */ member
H A Dlpfc_vport.c169 mp = pmb->ctx_buf; in lpfc_vport_sparm()
H A Dlpfc_sli.c2866 mp = pmb->ctx_buf; in lpfc_sli_def_mbox_cmpl()
2868 pmb->ctx_buf = NULL; in lpfc_sli_def_mbox_cmpl()
5805 mp = mboxq->ctx_buf; in lpfc_sli4_read_fcoe_params()
8813 mp = mboxq->ctx_buf; in lpfc_sli4_hba_setup()
8826 mboxq->ctx_buf = NULL; in lpfc_sli4_hba_setup()
13861 mp = pmb->ctx_buf; in lpfc_sli_sp_intr_handler()
13875 pmb->ctx_buf = mp; in lpfc_sli_sp_intr_handler()
14364 mp = pmb->ctx_buf; in lpfc_sli4_sp_handle_mbox_event()
14376 pmb->ctx_buf = mp; in lpfc_sli4_sp_handle_mbox_event()
16207 mbox->ctx_buf = NULL; in lpfc_eq_create()
[all …]
H A Dlpfc_init.c464 mp = pmb->ctx_buf; in lpfc_config_port_post()
473 pmb->ctx_buf = NULL; in lpfc_config_port_post()
2214 lpfc_read_topology(phba, pmb, pmb->ctx_buf); in lpfc_handle_latt()
5461 lpfc_read_topology(phba, pmb, pmb->ctx_buf); in lpfc_sli4_async_link_evt()
6352 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/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()