Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/io/comstar/port/qlt/
H A Dqlt.c3260 qlt_cmd_t *qcmd; in qlt_handle_purex() local
3303 qcmd = (qlt_cmd_t *)cmd->cmd_fca_private; in qlt_handle_purex()
3305 els->els_req_payload = GET_BYTE_OFFSET(qcmd, in qlt_handle_purex()
3307 qcmd->fw_xchg_addr = QMEM_RD32(qlt, (&resp[0x10])); in qlt_handle_purex()
3386 qlt_cmd_t *qcmd = (qlt_cmd_t *)cmd->cmd_fca_private; in qlt_xfer_scsi_data() local
3392 qcmd->dbuf = dbuf; in qlt_xfer_scsi_data()
3393 flags = (uint16_t)(((uint16_t)qcmd->param.atio_byte3 & 0xf0) << 5); in qlt_xfer_scsi_data()
3429 QMEM_WR32(qlt, req+0x14, qcmd->fw_xchg_addr); in qlt_xfer_scsi_data()
3525 qlt_cmd_t *qcmd = (qlt_cmd_t *)cmd->cmd_fca_private; in qlt_send_status() local
3544 (((uint16_t)qcmd->param.atio_byte3 & 0xf0) << 5)); in qlt_send_status()
[all …]
/titanic_41/usr/src/uts/common/io/1394/adapters/
H A Dhci1394_async.c496 hci1394_q_cmd_t *qcmd; in hci1394_async_atreq_process() local
510 hci1394_q_at_next(async_handle->as_atreq_q, flush_q, &qcmd); in hci1394_async_atreq_process()
516 if (qcmd == NULL) { in hci1394_async_atreq_process()
525 hcicmd = (hci1394_async_cmd_t *)qcmd->qc_arg; in hci1394_async_atreq_process()
528 atreq_ack, qcmd->qc_status); in hci1394_async_atreq_process()
531 hcicmd->ac_priv->ack_tstamp = qcmd->qc_timestamp; in hci1394_async_atreq_process()
549 if (qcmd->qc_status == OHCI_ACK_PENDING) { in hci1394_async_atreq_process()
579 if (qcmd->qc_status == OHCI_ACK_PENDING) { in hci1394_async_atreq_process()
595 switch (qcmd->qc_status) { in hci1394_async_atreq_process()
615 tnf_uint, atreq_ack, qcmd->qc_status); in hci1394_async_atreq_process()
[all …]
/titanic_41/usr/src/cmd/sgs/ar/common/
H A Dinc.h137 Cmd_func qcmd; variable
H A Dmain.c228 setcom(cmd_info, qcmd); in setup()
H A Dcmd.c512 qcmd(Cmd_info *cmd_info) in qcmd() function
/titanic_41/usr/src/uts/common/io/skd/
H A Dskd.c1613 uint64_t qcmd; in skd_send_fitmsg() local
1623 qcmd = skmsg->mb_dma_address.cookies->dmac_laddress; in skd_send_fitmsg()
1624 qcmd |= FIT_QCMD_QID_NORMAL; in skd_send_fitmsg()
1648 qcmd |= FIT_QCMD_MSGSIZE_512; in skd_send_fitmsg()
1650 qcmd |= FIT_QCMD_MSGSIZE_256; in skd_send_fitmsg()
1652 qcmd |= FIT_QCMD_MSGSIZE_128; in skd_send_fitmsg()
1657 SKD_WRITEQ(skdev, qcmd, FIT_Q_COMMAND); in skd_send_fitmsg()
1675 uint64_t qcmd; in skd_send_special_fitmsg() local
1712 qcmd = skspcl->mb_dma_address.cookies->dmac_laddress; in skd_send_special_fitmsg()
1714 qcmd |= FIT_QCMD_QID_NORMAL + FIT_QCMD_MSGSIZE_128; in skd_send_special_fitmsg()
[all …]