Searched refs:ctx_buf (Results 1 - 16 of 16) sorted by relevance

/linux-master/drivers/scsi/lpfc/
H A Dlpfc_nvmet.c70 static void lpfc_nvmet_process_rcv_fcp_req(struct lpfc_nvmet_ctxbuf *ctx_buf);
376 * @ctx_buf: ctx buffer context
386 lpfc_nvmet_ctxbuf_post(struct lpfc_hba *phba, struct lpfc_nvmet_ctxbuf *ctx_buf) argument
389 struct lpfc_async_xchg_ctx *ctxp = ctx_buf->context;
441 ctxp = (struct lpfc_async_xchg_ctx *)ctx_buf->context;
451 ctxp->ctxbuf = ctx_buf;
476 if (!queue_work(phba->wq, &ctx_buf->defer_work)) {
506 list_add_tail(&ctx_buf->list, &infop->nvmet_ctx_list);
1433 struct lpfc_nvmet_ctxbuf *ctx_buf, *next_ctx_buf; local
1437 list_for_each_entry_safe(ctx_buf, next_ctx_bu
1486 struct lpfc_nvmet_ctxbuf *ctx_buf; local
2179 lpfc_nvmet_process_rcv_fcp_req(struct lpfc_nvmet_ctxbuf *ctx_buf) argument
2287 struct lpfc_nvmet_ctxbuf *ctx_buf = local
2299 struct lpfc_nvmet_ctxbuf *ctx_buf = NULL; local
2376 struct lpfc_nvmet_ctxbuf *ctx_buf; local
[all...]
H A Dlpfc_mbox.c59 * driver design is a single dmabuf/mbuf per mbox in the ctx_buf.
81 mbox->ctx_buf = mp;
105 mp = mbox->ctx_buf;
106 mbox->ctx_buf = NULL;
165 mp = pmb->ctx_buf;
368 pmb->ctx_buf = mp;
682 mp = pmb->ctx_buf;
836 mp = pmb->ctx_buf;
1811 mbox->ctx_buf = NULL;
2351 mp = mbox->ctx_buf;
[all...]
H A Dlpfc_sli.h186 struct lpfc_dmabuf *ctx_buf; /* caller buffer information */ member in struct:lpfcMboxq
H A Dlpfc_vport.c169 mp = pmb->ctx_buf;
H A Dlpfc_hbadisc.c3431 struct lpfc_dmabuf *mp = pmb->ctx_buf;
3739 struct lpfc_dmabuf *mp = pmb->ctx_buf;
3853 struct lpfc_dmabuf *mp = pmb->ctx_buf;
3857 * but wants to make sure a stale ctx_buf isn't acted on.
3858 * The ctx_buf is restored later and cleaned up.
3860 pmb->ctx_buf = NULL;
3896 pmb->ctx_buf = mp;
4067 if (pmb->ctx_buf) {
4068 mp = pmb->ctx_buf;
4071 pmb->ctx_buf
[all...]
H A Dlpfc_attr.c2160 pmboxq->ctx_buf = NULL;
6631 pmboxq->ctx_buf = NULL;
6684 pmboxq->ctx_buf = NULL;
6771 pmboxq->ctx_buf = NULL;
6793 pmboxq->ctx_buf = NULL;
H A Dlpfc_els.c474 dmabuf = mboxq->ctx_buf;
482 /* lpfc_reg_vfi memsets the mailbox. Restore the ctx_buf. */
483 mboxq->ctx_buf = dmabuf;
7274 mp = mbox->ctx_buf;
7309 mp = mbox->ctx_buf;
7326 mbox->ctx_buf = mp;
7371 mbox->ctx_buf = mpsave;
7504 pmb->ctx_buf = NULL;
H A Dlpfc_sli.c2888 mp = pmb->ctx_buf;
2890 pmb->ctx_buf = NULL;
5822 mp = mboxq->ctx_buf;
8769 mp = mboxq->ctx_buf;
8777 * no longer needed. It is released and ctx_buf NULLed to prevent
8782 mboxq->ctx_buf = NULL;
13833 mp = pmb->ctx_buf;
13847 pmb->ctx_buf = mp;
14341 mp = pmb->ctx_buf;
14355 pmb->ctx_buf
[all...]
H A Dlpfc_bsg.c2516 dmabuff = mbox->ctx_buf;
2517 mbox->ctx_buf = NULL;
H A Dlpfc_init.c463 mp = pmb->ctx_buf;
466 * longer needed. Prevent unintended ctx_buf access as the mbox is
472 pmb->ctx_buf = NULL;
2220 lpfc_read_topology(phba, pmb, pmb->ctx_buf);
5457 lpfc_read_topology(phba, pmb, pmb->ctx_buf);
6350 lpfc_read_topology(phba, pmb, pmb->ctx_buf);
/linux-master/drivers/media/platform/samsung/s5p-mfc/
H A Ds5p_mfc_cmd_v6.c42 mfc_write(dev, dev->ctx_buf.dma, S5P_FIMV_CONTEXT_MEM_ADDR_V6);
H A Ds5p_mfc_common.h293 * @ctx_buf: common context memory (MFCv6)
341 struct s5p_mfc_priv_buf ctx_buf; member in struct:s5p_mfc_dev
H A Ds5p_mfc_opr_v6.c451 dev->ctx_buf.size = buf_size->dev_ctx;
452 ret = s5p_mfc_alloc_priv_buf(dev, BANK_L_CTX, &dev->ctx_buf);
458 memset(dev->ctx_buf.virt, 0, buf_size->dev_ctx);
469 s5p_mfc_release_priv_buf(dev, &dev->ctx_buf);
/linux-master/drivers/net/ethernet/chelsio/cxgb4/
H A Dcudbg_lib.c2400 u8 *ctx_buf; local
2426 ctx_buf = kvzalloc(max_ctx_size, GFP_KERNEL);
2427 if (!ctx_buf) {
2457 (__be32 *)ctx_buf, 1);
2471 src_off = (u64 *)(ctx_buf + j * SGE_CTXT_SIZE);
2490 kvfree(ctx_buf);
/linux-master/drivers/crypto/
H A Dtalitos.c1996 u8 *ctx_buf = req_ctx->buf[req_ctx->buf_idx]; local
2006 ctx_buf + req_ctx->nbuf, nbytes);
2030 sg_set_buf(req_ctx->bufsl, ctx_buf, req_ctx->nbuf);
2047 ctx_buf + req_ctx->nbuf, offset);
/linux-master/drivers/net/ethernet/intel/ice/
H A Dice_common.c1401 u8 ctx_buf[ICE_RXQ_CTX_SZ] = { 0 }; local
1408 ice_set_ctx(hw, (u8 *)rlan_ctx, ctx_buf, ice_rlan_ctx_info);
1409 return ice_copy_rxq_ctx_to_hw(hw, ctx_buf, rxq_index);

Completed in 416 milliseconds