Home
last modified time | relevance | path

Searched refs:icmd (Results 1 – 20 of 20) sorted by relevance

/linux/drivers/scsi/lpfc/
H A Dlpfc_els.c1281 IOCB_t *icmd = NULL; in lpfc_issue_els_flogi() local
1311 icmd = &elsiocb->iocb; in lpfc_issue_els_flogi()
1372 icmd->ulpCt_h = 1; in lpfc_issue_els_flogi()
1373 icmd->ulpCt_l = 0; in lpfc_issue_els_flogi()
1379 icmd->un.elsreq64.myID = 0; in lpfc_issue_els_flogi()
1380 icmd->un.elsreq64.fl = 1; in lpfc_issue_els_flogi()
1438 icmd = &defer_flogi_acc.iocb; in lpfc_issue_els_flogi()
1439 icmd->ulpContext = phba->defer_flogi_acc.rx_id; in lpfc_issue_els_flogi()
1440 icmd->unsli3.rcvsli3.ox_id = in lpfc_issue_els_flogi()
5569 IOCB_t *icmd; in lpfc_els_rsp_acc() local
[all …]
H A Dlpfc_sli.c11088 IOCB_t *icmd; in __lpfc_sli_prep_xmit_seq64_s3() local
11090 icmd = &cmdiocbq->iocb; in __lpfc_sli_prep_xmit_seq64_s3()
11091 memset(icmd, 0, sizeof(*icmd)); in __lpfc_sli_prep_xmit_seq64_s3()
11093 icmd->un.xseq64.bdl.addrHigh = putPaddrHigh(bmp->phys); in __lpfc_sli_prep_xmit_seq64_s3()
11094 icmd->un.xseq64.bdl.addrLow = putPaddrLow(bmp->phys); in __lpfc_sli_prep_xmit_seq64_s3()
11095 icmd->un.xseq64.bdl.bdeFlags = BUFF_TYPE_BLP_64; in __lpfc_sli_prep_xmit_seq64_s3()
11096 icmd->un.xseq64.bdl.bdeSize = (num_entry * sizeof(struct ulp_bde64)); in __lpfc_sli_prep_xmit_seq64_s3()
11097 icmd->un.xseq64.w5.hcsw.Fctl = LA; in __lpfc_sli_prep_xmit_seq64_s3()
11099 icmd->un.xseq64.w5.hcsw.Fctl |= LS; in __lpfc_sli_prep_xmit_seq64_s3()
11100 icmd->un.xseq64.w5.hcsw.Dfctl = 0; in __lpfc_sli_prep_xmit_seq64_s3()
[all …]
H A Dlpfc_ct.c341 IOCB_t *icmd = &ctiocbq->iocb; in lpfc_ct_unsol_event() local
364 bde_count = icmd->ulpBdeCount; in lpfc_ct_unsol_event()
434 icmd = &iocbq->iocb; in lpfc_ct_unsol_event()
435 if (icmd->ulpBdeCount == 0) in lpfc_ct_unsol_event()
437 for (i = 0; i < icmd->ulpBdeCount; i++) { in lpfc_ct_unsol_event()
438 dma_addr = getPaddr(icmd->un.cont64[i].addrHigh, in lpfc_ct_unsol_event()
439 icmd->un.cont64[i].addrLow); in lpfc_ct_unsol_event()
442 size = icmd->un.cont64[i].tus.f.bdeSize; in lpfc_ct_unsol_event()
H A Dlpfc_nportdisc.c366 IOCB_t *icmd; in lpfc_rcv_plogi() local
413 icmd = &cmdiocb->iocb; in lpfc_rcv_plogi()
496 vport->fc_myDID = icmd->un.rcvels.parmRo; in lpfc_rcv_plogi()
585 remote_did = icmd->un.rcvels.remoteID; in lpfc_rcv_plogi()
H A Dlpfc_init.c2805 IOCB_t *icmd; in lpfc_sli3_post_buffer() local
2819 icmd = &iocb->iocb; in lpfc_sli3_post_buffer()
2854 icmd->un.cont64[0].addrHigh = putPaddrHigh(mp1->phys); in lpfc_sli3_post_buffer()
2855 icmd->un.cont64[0].addrLow = putPaddrLow(mp1->phys); in lpfc_sli3_post_buffer()
2856 icmd->un.cont64[0].tus.f.bdeSize = FCELSSIZE; in lpfc_sli3_post_buffer()
2857 icmd->ulpBdeCount = 1; in lpfc_sli3_post_buffer()
2860 icmd->un.cont64[1].addrHigh = putPaddrHigh(mp2->phys); in lpfc_sli3_post_buffer()
2861 icmd->un.cont64[1].addrLow = putPaddrLow(mp2->phys); in lpfc_sli3_post_buffer()
2862 icmd->un.cont64[1].tus.f.bdeSize = FCELSSIZE; in lpfc_sli3_post_buffer()
2864 icmd->ulpBdeCount = 2; in lpfc_sli3_post_buffer()
[all …]
/linux/drivers/gpu/drm/nouveau/nvkm/engine/gr/
H A Dctxgf104.c91 .icmd = gf100_grctx_pack_icmd,
H A Dctxgk110b.c82 .icmd = gk110_grctx_pack_icmd,
H A Dctxgf110.c339 .icmd = gf110_grctx_pack_icmd,
H A Dctxgf119.c507 .icmd = gf119_grctx_pack_icmd,
H A Dctxgk208.c548 .icmd = gk208_grctx_pack_icmd,
H A Dctxgk110.c842 .icmd = gk110_grctx_pack_icmd,
H A Dctxgf108.c787 .icmd = gf108_grctx_pack_icmd,
H A Dctxgf117.c287 .icmd = gf119_grctx_pack_icmd,
H A Dctxgm107.c968 .icmd = gm107_grctx_pack_icmd,
H A Dctxgk104.c978 .icmd = gk104_grctx_pack_icmd,
H A Dctxgf100.c1390 gf100_gr_icmd(gr, grctx->icmd); in gf100_grctx_generate_main()
1569 .icmd = gf100_grctx_pack_icmd,
H A Dctxgf100.h22 const struct gf100_gr_pack *icmd; member
/linux/drivers/misc/sgi-gru/
H A Dgru_instructions.h89 unsigned int icmd: 1; member
615 unsigned int icmd :1; member
H A Dgrukservices.c468 gen->icmd = 1; in gru_retry_exception()
/linux/drivers/block/mtip32xx/
H A Dmtip32xx.h311 struct mtip_int_cmd *icmd; member