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/block/mtip32xx/
H A Dmtip32xx.h312 struct mtip_int_cmd *icmd; member
H A Dmtip32xx.c957 struct mtip_int_cmd icmd = { in mtip_exec_internal_command() local
1000 int_cmd->icmd = &icmd; in mtip_exec_internal_command()
3277 struct mtip_int_cmd *icmd = cmd->icmd; in mtip_issue_reserved_cmd() local
3289 hdr->opts = cpu_to_le32(icmd->opts | icmd->fis_len); in mtip_issue_reserved_cmd()
3290 if (icmd->buf_len) { in mtip_issue_reserved_cmd()
3293 command_sg->info = cpu_to_le32((icmd->buf_len-1) & 0x3FFFFF); in mtip_issue_reserved_cmd()
3294 command_sg->dba = cpu_to_le32(icmd->buffer & 0xFFFFFFFF); in mtip_issue_reserved_cmd()
3296 cpu_to_le32((icmd->buffer >> 16) >> 16); in mtip_issue_reserved_cmd()
/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/scsi/lpfc/
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 …]