Lines Matching refs:tmf_req
755 pqi_tmf_req_t tmf_req; in pqisrc_send_tmf() local
757 memset(&tmf_req, 0, sizeof(pqi_tmf_req_t)); in pqisrc_send_tmf()
761 tmf_req.header.iu_type = PQI_REQUEST_IU_TASK_MANAGEMENT; in pqisrc_send_tmf()
762 tmf_req.header.iu_length = sizeof(tmf_req) - sizeof(iu_header_t); in pqisrc_send_tmf()
763 tmf_req.req_id = rcb->tag; in pqisrc_send_tmf()
765 memcpy(tmf_req.lun, devp->scsi3addr, sizeof(tmf_req.lun)); in pqisrc_send_tmf()
766 tmf_req.tmf = tmf_type; in pqisrc_send_tmf()
767 tmf_req.req_id_to_manage = req_id; in pqisrc_send_tmf()
768 tmf_req.resp_qid = OS_GET_TMF_RESP_QID(softs, rcb); in pqisrc_send_tmf()
769 tmf_req.obq_id_to_manage = rcb->resp_qid; in pqisrc_send_tmf()
774 &softs->op_raid_ib_q[OS_GET_TMF_REQ_QINDEX(softs, rcb)], &tmf_req); in pqisrc_send_tmf()