Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/scsi/lpfc/
Dlpfc_nvmet.c319 lpfc_nvmet_ctxbuf_post(struct lpfc_hba *phba, struct lpfc_nvmet_ctxbuf *ctx_buf) in lpfc_nvmet_ctxbuf_post() argument
322 struct lpfc_nvmet_rcv_ctx *ctxp = ctx_buf->context; in lpfc_nvmet_ctxbuf_post()
362 ctxp = (struct lpfc_nvmet_rcv_ctx *)ctx_buf->context; in lpfc_nvmet_ctxbuf_post()
373 ctxp->ctxbuf = ctx_buf; in lpfc_nvmet_ctxbuf_post()
442 list_add_tail(&ctx_buf->list, &infop->nvmet_ctx_list); in lpfc_nvmet_ctxbuf_post()
1159 struct lpfc_nvmet_ctxbuf *ctx_buf, *next_ctx_buf; in __lpfc_nvmet_clean_io_for_cpu() local
1163 list_for_each_entry_safe(ctx_buf, next_ctx_buf, in __lpfc_nvmet_clean_io_for_cpu()
1166 list_del_init(&ctx_buf->list); in __lpfc_nvmet_clean_io_for_cpu()
1169 __lpfc_clear_active_sglq(phba, ctx_buf->sglq->sli4_lxritag); in __lpfc_nvmet_clean_io_for_cpu()
1170 ctx_buf->sglq->state = SGL_FREED; in __lpfc_nvmet_clean_io_for_cpu()
[all …]
/Linux-v4.19/drivers/media/platform/s5p-mfc/
Ds5p_mfc_cmd_v6.c46 mfc_write(dev, dev->ctx_buf.dma, S5P_FIMV_CONTEXT_MEM_ADDR_V6); in s5p_mfc_sys_init_cmd_v6()
Ds5p_mfc_common.h339 struct s5p_mfc_priv_buf ctx_buf; member
Ds5p_mfc_opr_v6.c404 dev->ctx_buf.size = buf_size->dev_ctx; in s5p_mfc_alloc_dev_context_buffer_v6()
405 ret = s5p_mfc_alloc_priv_buf(dev, BANK_L_CTX, &dev->ctx_buf); in s5p_mfc_alloc_dev_context_buffer_v6()
411 memset(dev->ctx_buf.virt, 0, buf_size->dev_ctx); in s5p_mfc_alloc_dev_context_buffer_v6()
422 s5p_mfc_release_priv_buf(dev, &dev->ctx_buf); in s5p_mfc_release_dev_context_buffer_v6()
/Linux-v4.19/drivers/net/ethernet/chelsio/cxgb4/
Dcudbg_lib.c1971 u8 *ctx_buf; in cudbg_collect_dump_context() local
1997 ctx_buf = kvzalloc(max_ctx_size, GFP_KERNEL); in cudbg_collect_dump_context()
1998 if (!ctx_buf) { in cudbg_collect_dump_context()
2028 (__be32 *)ctx_buf, 1); in cudbg_collect_dump_context()
2039 src_off = (u64 *)(ctx_buf + j * SGE_CTXT_SIZE); in cudbg_collect_dump_context()
2058 kvfree(ctx_buf); in cudbg_collect_dump_context()
/Linux-v4.19/drivers/net/ethernet/intel/ice/
Dice_common.c734 u8 ctx_buf[ICE_RXQ_CTX_SZ] = { 0 }; in ice_write_rxq_ctx() local
736 ice_set_ctx((u8 *)rlan_ctx, ctx_buf, ice_rlan_ctx_info); in ice_write_rxq_ctx()
737 return ice_copy_rxq_ctx_to_hw(hw, ctx_buf, rxq_index); in ice_write_rxq_ctx()
/Linux-v4.19/drivers/crypto/
Dtalitos.c2002 u8 *ctx_buf = req_ctx->buf[req_ctx->buf_idx]; in ahash_process_req() local
2012 ctx_buf + req_ctx->nbuf, nbytes); in ahash_process_req()
2036 sg_set_buf(req_ctx->bufsl, ctx_buf, req_ctx->nbuf); in ahash_process_req()
2051 ctx_buf + req_ctx->nbuf, offset); in ahash_process_req()