Home
last modified time | relevance | path

Searched refs:cmd_req (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/drivers/net/wireless/rsi/
H A Drsi_91x_hal.c720 u16 cmd_resp, cmd_req; in ping_pong_write() local
727 cmd_req = PING_VALID; in ping_pong_write()
732 cmd_req = PONG_VALID; in ping_pong_write()
744 status = bl_cmd(adapter, cmd_req, cmd_resp, str); in ping_pong_write()
/openbmc/qemu/hw/scsi/
H A Dvirtio-scsi.c445 VirtIOSCSIReq *cmd_req = r->hba_private; in virtio_scsi_do_tmf() local
446 if (cmd_req && cmd_req->req.cmd.tag == req->req.tmf.tag) { in virtio_scsi_do_tmf()
H A Dmptsas.c442 MPTSASRequest *cmd_req = r->hba_private; in mptsas_process_scsi_task_mgmt() local
443 if (cmd_req && cmd_req->scsi_io.MsgContext == req->TaskMsgContext) { in mptsas_process_scsi_task_mgmt()
/openbmc/linux/drivers/net/fddi/
H A Ddefxx.h1076 volatile PI_UINT32 cmd_req; member
1167 PI_XMT_DESCR cmd_req[PI_CMD_REQ_K_NUM_ENTRIES]; member
H A Ddefxx.c2648 bp->descr_block_virt->cmd_req[bp->cmd_req_reg.index.prod].long_0 = (u32) (PI_XMT_DESCR_M_SOP | in dfx_hw_dma_cmd_req()
2650 bp->descr_block_virt->cmd_req[bp->cmd_req_reg.index.prod].long_1 = bp->cmd_req_phys; in dfx_hw_dma_cmd_req()
2665 if (bp->cmd_req_reg.index.prod == (u8)(bp->cons_block_virt->cmd_req)) in dfx_hw_dma_cmd_req()