Home | History | Annotate | Download | only in pci

Lines Matching defs:req_pt

1136 	struct request_pt	req_pt;	/* to add a pass-through */
1156 req_pt.cmdcode = ARC_FW_CREATE_PASSTHRU;
1157 req_pt.devid = bs->bs_other_id; /* this wants device# */
1158 req_pt.scsi_chan = bs->bs_channel;
1159 req_pt.scsi_id = bs->bs_target;
1160 req_pt.scsi_lun = bs->bs_lun;
1161 req_pt.tagged_queue = 1; /* always enabled */
1162 req_pt.cache_mode = 1; /* always enabled */
1163 req_pt.max_speed = 4; /* always max speed */
1165 error = arc_msgbuf(sc, &req_pt, sizeof(req_pt),