Home
last modified time | relevance | path

Searched refs:cmd3 (Results 1 – 14 of 14) sorted by relevance

/Linux-v4.19/drivers/gpu/drm/vmwgfx/
Dvmwgfx_surface.c1059 } *cmd3; in vmw_gb_surface_create() local
1078 cmd_len = sizeof(cmd3->body); in vmw_gb_surface_create()
1079 submit_len = sizeof(*cmd3); in vmw_gb_surface_create()
1093 cmd3 = (typeof(cmd3))cmd; in vmw_gb_surface_create()
1102 cmd3->header.id = cmd_id; in vmw_gb_surface_create()
1103 cmd3->header.size = cmd_len; in vmw_gb_surface_create()
1104 cmd3->body.sid = srf->res.id; in vmw_gb_surface_create()
1105 cmd3->body.surfaceFlags = srf->flags; in vmw_gb_surface_create()
1106 cmd3->body.format = srf->format; in vmw_gb_surface_create()
1107 cmd3->body.numMipLevels = srf->mip_levels[0]; in vmw_gb_surface_create()
[all …]
/Linux-v4.19/drivers/net/ethernet/cavium/liquidio/
Docteon_nic.c53 ih3 = (struct octeon_instr_ih3 *)&sc->cmd.cmd3.ih3; in octeon_alloc_soft_command_resp()
54 rdp = (struct octeon_instr_rdp *)&sc->cmd.cmd3.rdp; in octeon_alloc_soft_command_resp()
55 irh = (struct octeon_instr_irh *)&sc->cmd.cmd3.irh; in octeon_alloc_soft_command_resp()
74 sc->cmd.cmd3.rptr = sc->dmarptr; in octeon_alloc_soft_command_resp()
Drequest_manager.c407 &sc->cmd.cmd3.irh; in lio_process_iq_request_list()
624 ih3 = (struct octeon_instr_ih3 *)&sc->cmd.cmd3.ih3; in octeon_prepare_soft_command()
628 pki_ih3 = (struct octeon_instr_pki_ih3 *)&sc->cmd.cmd3.pki_ih3; in octeon_prepare_soft_command()
647 irh = (struct octeon_instr_irh *)&sc->cmd.cmd3.irh; in octeon_prepare_soft_command()
653 sc->cmd.cmd3.ossp[0] = ossp0; in octeon_prepare_soft_command()
654 sc->cmd.cmd3.ossp[1] = ossp1; in octeon_prepare_soft_command()
657 rdp = (struct octeon_instr_rdp *)&sc->cmd.cmd3.rdp; in octeon_prepare_soft_command()
727 ih3 = (struct octeon_instr_ih3 *)&sc->cmd.cmd3.ih3; in octeon_send_soft_command()
730 sc->cmd.cmd3.dptr = sc->dmadptr; in octeon_send_soft_command()
732 irh = (struct octeon_instr_irh *)&sc->cmd.cmd3.irh; in octeon_send_soft_command()
[all …]
Docteon_nic.h192 ih3 = (struct octeon_instr_ih3 *)&cmd->cmd3.ih3; in octnet_prepare_pci_cmd_o3()
193 pki_ih3 = (struct octeon_instr_pki_ih3 *)&cmd->cmd3.pki_ih3; in octnet_prepare_pci_cmd_o3()
227 irh = (struct octeon_instr_irh *)&cmd->cmd3.irh; in octnet_prepare_pci_cmd_o3()
Docteon_iq.h257 struct octeon_instr3_64B cmd3; member
Dlio_vf_main.c1369 len = (u32)((struct octeon_instr_ih3 *)(&sc->cmd.cmd3.ih3))->dlengsz; in send_nic_timestamp_pkt()
1484 ndata.cmd.cmd3.dptr = dptr; in liquidio_xmit()
1556 ndata.cmd.cmd3.dptr = dptr; in liquidio_xmit()
1563 irh = (struct octeon_instr_irh *)&ndata.cmd.cmd3.irh; in liquidio_xmit()
1564 tx_info = (union tx_info *)&ndata.cmd.cmd3.ossp[0]; in liquidio_xmit()
Dlio_vf_rep.c433 pki_ih3 = (struct octeon_instr_pki_ih3 *)&sc->cmd.cmd3.pki_ih3; in lio_vf_rep_pkt_xmit()
Dlio_main.c2300 (&sc->cmd.cmd3.ih3))->dlengsz; in send_nic_timestamp_pkt()
2426 ndata.cmd.cmd3.dptr = dptr; in liquidio_xmit()
2503 ndata.cmd.cmd3.dptr = dptr; in liquidio_xmit()
2513 irh = (struct octeon_instr_irh *)&ndata.cmd.cmd3.irh; in liquidio_xmit()
2514 tx_info = (union tx_info *)&ndata.cmd.cmd3.ossp[0]; in liquidio_xmit()
/Linux-v4.19/arch/mips/include/asm/octeon/
Dcvmx-cmd-queue.h529 uint64_t cmd3) in cvmx_cmd_queue_write3() argument
563 ptr[2] = cmd3; in cvmx_cmd_queue_write3()
592 *ptr++ = cmd3; in cvmx_cmd_queue_write3()
608 *ptr++ = cmd3; in cvmx_cmd_queue_write3()
/Linux-v4.19/drivers/staging/comedi/drivers/
Dni_labpc.h32 unsigned int cmd3; member
Dni_labpc_common.c114 devpriv->cmd3 = 0; in labpc_cancel()
115 devpriv->write_byte(dev, devpriv->cmd3, CMD3_REG); in labpc_cancel()
721 devpriv->cmd3 |= CMD3_ERRINTEN; in labpc_ai_cmd()
724 devpriv->cmd3 |= CMD3_FIFOINTEN; in labpc_ai_cmd()
725 devpriv->write_byte(dev, devpriv->cmd3, CMD3_REG); in labpc_ai_cmd()
1209 devpriv->write_byte(dev, devpriv->cmd3, CMD3_REG); in labpc_common_attach()
Dni_labpc_isadma.c68 devpriv->cmd3 |= (CMD3_DMAEN | CMD3_DMATCINTEN); in labpc_setup_dma()
/Linux-v4.19/drivers/mmc/host/
Dvub300.c1804 u8 cmd3 = 0xFF & (cmd->arg >> 0); in examine_cyclic_buffer() local
1810 cmd3 == rf->command_byte[3]) { in examine_cyclic_buffer()
1832 cmd3 == r->command_byte[3]) { in examine_cyclic_buffer()
/Linux-v4.19/drivers/video/fbdev/mmp/hw/
Dmmp_ctrl.h1085 u32 cmd3; member