Home
last modified time | relevance | path

Searched refs:qcmd (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/uts/common/io/comstar/port/qlt/
H A Dqlt.c5304 qlt_cmd_t *qcmd; in qlt_handle_purex() local
5347 qcmd = (qlt_cmd_t *)cmd->cmd_fca_private; in qlt_handle_purex()
5349 els->els_req_payload = GET_BYTE_OFFSET(qcmd, in qlt_handle_purex()
5351 qcmd->fw_xchg_addr = QMEM_RD32(qlt, (&resp[0x10])); in qlt_handle_purex()
5377 remote_portid, els->els_req_payload[0], qcmd->fw_xchg_addr); in qlt_handle_purex()
5435 qlt_cmd_t *qcmd = (qlt_cmd_t *)cmd->cmd_fca_private; in qlt_xfer_scsi_data() local
5442 qi = qcmd->qid; in qlt_xfer_scsi_data()
5445 qcmd->dbuf = dbuf; in qlt_xfer_scsi_data()
5446 flags = (uint16_t)(((uint16_t)qcmd->param.atio_byte3 & 0xf0) << 5); in qlt_xfer_scsi_data()
5482 QMEM_WR32_REQ(qlt, qi, req+0x14, qcmd->fw_xchg_addr); in qlt_xfer_scsi_data()
[all …]
/illumos-gate/usr/src/uts/common/io/1394/adapters/
H A Dhci1394_async.c455 hci1394_q_cmd_t *qcmd; in hci1394_async_atreq_process() local
466 hci1394_q_at_next(async_handle->as_atreq_q, flush_q, &qcmd); in hci1394_async_atreq_process()
472 if (qcmd == NULL) { in hci1394_async_atreq_process()
479 hcicmd = (hci1394_async_cmd_t *)qcmd->qc_arg; in hci1394_async_atreq_process()
482 hcicmd->ac_priv->ack_tstamp = qcmd->qc_timestamp; in hci1394_async_atreq_process()
500 if (qcmd->qc_status == OHCI_ACK_PENDING) { in hci1394_async_atreq_process()
524 if (qcmd->qc_status == OHCI_ACK_PENDING) { in hci1394_async_atreq_process()
538 switch (qcmd->qc_status) { in hci1394_async_atreq_process()
937 hci1394_q_cmd_t *qcmd; in hci1394_async_atresp_process() local
948 hci1394_q_at_next(async_handle->as_atresp_q, flush_q, &qcmd); in hci1394_async_atresp_process()
[all …]
/illumos-gate/usr/src/cmd/sgs/ar/common/
H A Dinc.h137 Cmd_func qcmd; variable
H A Dmain.c230 setcom(cmd_info, qcmd); in setup()
H A Dcmd.c517 qcmd(Cmd_info *cmd_info) in qcmd() function
/illumos-gate/usr/src/uts/common/io/skd/
H A Dskd.c1615 uint64_t qcmd; in skd_send_fitmsg() local
1625 qcmd = skmsg->mb_dma_address.cookies->dmac_laddress; in skd_send_fitmsg()
1626 qcmd |= FIT_QCMD_QID_NORMAL; in skd_send_fitmsg()
1650 qcmd |= FIT_QCMD_MSGSIZE_512; in skd_send_fitmsg()
1652 qcmd |= FIT_QCMD_MSGSIZE_256; in skd_send_fitmsg()
1654 qcmd |= FIT_QCMD_MSGSIZE_128; in skd_send_fitmsg()
1659 SKD_WRITEQ(skdev, qcmd, FIT_Q_COMMAND); in skd_send_fitmsg()
1677 uint64_t qcmd; in skd_send_special_fitmsg() local
1714 qcmd = skspcl->mb_dma_address.cookies->dmac_laddress; in skd_send_special_fitmsg()
1716 qcmd |= FIT_QCMD_QID_NORMAL + FIT_QCMD_MSGSIZE_128; in skd_send_special_fitmsg()
[all …]