Home
last modified time | relevance | path

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

/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
/linux/drivers/scsi/lpfc/
H A Dlpfc_sli.c11051 IOCB_t *icmd; in __lpfc_sli_prep_xmit_seq64_s3() local
11053 icmd = &cmdiocbq->iocb; in __lpfc_sli_prep_xmit_seq64_s3()
11054 memset(icmd, 0, sizeof(*icmd)); in __lpfc_sli_prep_xmit_seq64_s3()
11056 icmd->un.xseq64.bdl.addrHigh = putPaddrHigh(bmp->phys); in __lpfc_sli_prep_xmit_seq64_s3()
11057 icmd->un.xseq64.bdl.addrLow = putPaddrLow(bmp->phys); in __lpfc_sli_prep_xmit_seq64_s3()
11058 icmd->un.xseq64.bdl.bdeFlags = BUFF_TYPE_BLP_64; in __lpfc_sli_prep_xmit_seq64_s3()
11059 icmd->un.xseq64.bdl.bdeSize = (num_entry * sizeof(struct ulp_bde64)); in __lpfc_sli_prep_xmit_seq64_s3()
11060 icmd->un.xseq64.w5.hcsw.Fctl = LA; in __lpfc_sli_prep_xmit_seq64_s3()
11062 icmd->un.xseq64.w5.hcsw.Fctl |= LS; in __lpfc_sli_prep_xmit_seq64_s3()
11063 icmd->un.xseq64.w5.hcsw.Dfctl = 0; in __lpfc_sli_prep_xmit_seq64_s3()
[all …]
H A Dlpfc_init.c2813 IOCB_t *icmd; in lpfc_sli3_post_buffer() local
2827 icmd = &iocb->iocb; in lpfc_sli3_post_buffer()
2862 icmd->un.cont64[0].addrHigh = putPaddrHigh(mp1->phys); in lpfc_sli3_post_buffer()
2863 icmd->un.cont64[0].addrLow = putPaddrLow(mp1->phys); in lpfc_sli3_post_buffer()
2864 icmd->un.cont64[0].tus.f.bdeSize = FCELSSIZE; in lpfc_sli3_post_buffer()
2865 icmd->ulpBdeCount = 1; in lpfc_sli3_post_buffer()
2868 icmd->un.cont64[1].addrHigh = putPaddrHigh(mp2->phys); in lpfc_sli3_post_buffer()
2869 icmd->un.cont64[1].addrLow = putPaddrLow(mp2->phys); in lpfc_sli3_post_buffer()
2870 icmd->un.cont64[1].tus.f.bdeSize = FCELSSIZE; in lpfc_sli3_post_buffer()
2872 icmd->ulpBdeCount = 2; in lpfc_sli3_post_buffer()
[all …]