Searched refs:ctx_buf (Results 1 – 5 of 5) sorted by relevance
| /linux/drivers/scsi/lpfc/ |
| H A D | lpfc_sli.h | 186 struct lpfc_dmabuf *ctx_buf; /* caller buffer information */ member
|
| H A D | lpfc_vport.c | 169 mp = pmb->ctx_buf; in lpfc_vport_sparm()
|
| H A D | lpfc_init.c | 464 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()
|
| /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()
|
| /linux/drivers/crypto/ |
| H A D | talitos.c | 2050 u8 *ctx_buf = req_ctx->buf[req_ctx->buf_idx]; in ahash_process_req() local 2061 ctx_buf + req_ctx->nbuf, nbytes); in ahash_process_req() 2085 sg_set_buf(req_ctx->bufsl, ctx_buf, req_ctx->nbuf); in ahash_process_req()
|