Searched refs:icmd (Results 1 – 17 of 17) sorted by relevance
| /linux/drivers/gpu/drm/nouveau/nvkm/engine/gr/ |
| H A D | ctxgf104.c | 91 .icmd = gf100_grctx_pack_icmd,
|
| H A D | ctxgk110b.c | 82 .icmd = gk110_grctx_pack_icmd,
|
| H A D | ctxgf110.c | 339 .icmd = gf110_grctx_pack_icmd,
|
| H A D | ctxgf119.c | 507 .icmd = gf119_grctx_pack_icmd,
|
| H A D | ctxgk208.c | 548 .icmd = gk208_grctx_pack_icmd,
|
| H A D | ctxgk110.c | 842 .icmd = gk110_grctx_pack_icmd,
|
| H A D | ctxgf108.c | 787 .icmd = gf108_grctx_pack_icmd,
|
| H A D | ctxgf117.c | 287 .icmd = gf119_grctx_pack_icmd,
|
| H A D | ctxgm107.c | 968 .icmd = gm107_grctx_pack_icmd,
|
| H A D | ctxgk104.c | 978 .icmd = gk104_grctx_pack_icmd,
|
| H A D | ctxgf100.c | 1390 gf100_gr_icmd(gr, grctx->icmd); in gf100_grctx_generate_main() 1569 .icmd = gf100_grctx_pack_icmd,
|
| H A D | ctxgf100.h | 22 const struct gf100_gr_pack *icmd; member
|
| /linux/drivers/block/mtip32xx/ |
| H A D | mtip32xx.h | 312 struct mtip_int_cmd *icmd; member
|
| H A D | mtip32xx.c | 957 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 D | gru_instructions.h | 89 unsigned int icmd: 1; member 615 unsigned int icmd :1; member
|
| H A D | grukservices.c | 468 gen->icmd = 1; in gru_retry_exception()
|
| /linux/drivers/scsi/lpfc/ |
| H A D | lpfc_init.c | 2813 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 …]
|