Searched refs:cmd3 (Results 1 – 15 of 15) sorted by relevance
119 (struct octeon_instr_irh *)&sc->cmd.cmd3.irh; in lio_process_ordered_list()125 sc->cmd.cmd3.ossp[0], sc->cmd.cmd3.ossp[1]); in lio_process_ordered_list()159 &sc->cmd.cmd3.irh; in lio_process_ordered_list()168 sc->cmd.cmd3.ossp[0]); in lio_process_ordered_list()172 sc->cmd.cmd3.ossp[1], in lio_process_ordered_list()
53 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()
601 ih3 = (struct octeon_instr_ih3 *)&sc->cmd.cmd3.ih3; in octeon_prepare_soft_command()605 pki_ih3 = (struct octeon_instr_pki_ih3 *)&sc->cmd.cmd3.pki_ih3; in octeon_prepare_soft_command()624 irh = (struct octeon_instr_irh *)&sc->cmd.cmd3.irh; in octeon_prepare_soft_command()630 sc->cmd.cmd3.ossp[0] = ossp0; in octeon_prepare_soft_command()631 sc->cmd.cmd3.ossp[1] = ossp1; in octeon_prepare_soft_command()634 rdp = (struct octeon_instr_rdp *)&sc->cmd.cmd3.rdp; in octeon_prepare_soft_command()704 ih3 = (struct octeon_instr_ih3 *)&sc->cmd.cmd3.ih3; in octeon_send_soft_command()707 sc->cmd.cmd3.dptr = sc->dmadptr; in octeon_send_soft_command()709 irh = (struct octeon_instr_irh *)&sc->cmd.cmd3.irh; in octeon_send_soft_command()714 sc->cmd.cmd3.rptr = sc->dmarptr; in octeon_send_soft_command()
185 ih3 = (struct octeon_instr_ih3 *)&cmd->cmd3.ih3; in octnet_prepare_pci_cmd_o3()186 pki_ih3 = (struct octeon_instr_pki_ih3 *)&cmd->cmd3.pki_ih3; in octnet_prepare_pci_cmd_o3()220 irh = (struct octeon_instr_irh *)&cmd->cmd3.irh; in octnet_prepare_pci_cmd_o3()
259 struct octeon_instr3_64B cmd3; member
1387 len = (u32)((struct octeon_instr_ih3 *)(&sc->cmd.cmd3.ih3))->dlengsz; in send_nic_timestamp_pkt()1503 ndata.cmd.cmd3.dptr = dptr; in liquidio_xmit()1574 ndata.cmd.cmd3.dptr = dptr; in liquidio_xmit()1581 irh = (struct octeon_instr_irh *)&ndata.cmd.cmd3.irh; in liquidio_xmit()1582 tx_info = (union tx_info *)&ndata.cmd.cmd3.ossp[0]; in liquidio_xmit()
421 pki_ih3 = (struct octeon_instr_pki_ih3 *)&sc->cmd.cmd3.pki_ih3; in lio_vf_rep_pkt_xmit()
2279 (&sc->cmd.cmd3.ih3))->dlengsz; in send_nic_timestamp_pkt()2407 ndata.cmd.cmd3.dptr = dptr; in liquidio_xmit()2483 ndata.cmd.cmd3.dptr = dptr; in liquidio_xmit()2493 irh = (struct octeon_instr_irh *)&ndata.cmd.cmd3.irh; in liquidio_xmit()2494 tx_info = (union tx_info *)&ndata.cmd.cmd3.ossp[0]; in liquidio_xmit()
1053 } *cmd3; in vmw_gb_surface_create() local1080 cmd_len = sizeof(cmd3->body); in vmw_gb_surface_create()1081 submit_len = sizeof(*cmd3); in vmw_gb_surface_create()1095 cmd3 = (typeof(cmd3))cmd; in vmw_gb_surface_create()1119 cmd3->header.id = cmd_id; in vmw_gb_surface_create()1120 cmd3->header.size = cmd_len; in vmw_gb_surface_create()1236 } *cmd3; in vmw_gb_surface_unbind() local1253 cmd3 = (void *) &cmd1[1]; in vmw_gb_surface_unbind()1259 cmd3 = (void *) &cmd2[1]; in vmw_gb_surface_unbind()1263 cmd3->header.size = sizeof(cmd3->body); in vmw_gb_surface_unbind()[all …]
529 uint64_t cmd3) in cvmx_cmd_queue_write3() argument563 ptr[2] = cmd3; in cvmx_cmd_queue_write3()592 *ptr++ = cmd3; in cvmx_cmd_queue_write3()608 *ptr++ = cmd3; in cvmx_cmd_queue_write3()
32 unsigned int cmd3; member
113 devpriv->cmd3 = 0; in labpc_cancel()114 devpriv->write_byte(dev, devpriv->cmd3, CMD3_REG); in labpc_cancel()719 devpriv->cmd3 |= CMD3_ERRINTEN; in labpc_ai_cmd()722 devpriv->cmd3 |= CMD3_FIFOINTEN; in labpc_ai_cmd()723 devpriv->write_byte(dev, devpriv->cmd3, CMD3_REG); in labpc_ai_cmd()1210 devpriv->write_byte(dev, devpriv->cmd3, CMD3_REG); in labpc_common_attach()
67 devpriv->cmd3 |= (CMD3_DMAEN | CMD3_DMATCINTEN); in labpc_setup_dma()
1801 u8 cmd3 = 0xFF & (cmd->arg >> 0); in examine_cyclic_buffer() local1807 cmd3 == rf->command_byte[3]) { in examine_cyclic_buffer()1829 cmd3 == r->command_byte[3]) { in examine_cyclic_buffer()
1071 u32 cmd3; member
Completed in 54 milliseconds