Lines Matching refs:scsi_pkt
139 struct scsi_pkt *pkt, int lun);
142 static void amr_set_arq_data(struct scsi_pkt *pkt, uchar_t key);
172 static int amr_tran_start(struct scsi_address *ap, struct scsi_pkt *pkt);
177 static struct scsi_pkt *amr_tran_init_pkt(struct scsi_address *ap,
178 struct scsi_pkt *pkt, struct buf *bp, int cmdlen, int statuslen,
180 static void amr_tran_destroy_pkt(struct scsi_address *ap, struct scsi_pkt *pkt);
181 static void amr_tran_dmafree(struct scsi_address *ap, struct scsi_pkt *pkt);
182 static void amr_tran_sync_pkt(struct scsi_address *ap, struct scsi_pkt *pkt);
715 struct scsi_pkt *pkt; in amr_periodic()
1494 amr_tran_start(struct scsi_address *ap, struct scsi_pkt *pkt) in amr_tran_start()
1841 static struct scsi_pkt *
1843 struct scsi_pkt *pkt, struct buf *bp, int cmdlen, int statuslen, in amr_tran_init_pkt()
1940 amr_tran_destroy_pkt(struct scsi_address *ap, struct scsi_pkt *pkt) in amr_tran_destroy_pkt()
1957 amr_tran_sync_pkt(struct scsi_address *ap, struct scsi_pkt *pkt) in amr_tran_sync_pkt()
1970 amr_tran_dmafree(struct scsi_address *ap, struct scsi_pkt *pkt) in amr_tran_dmafree()
1985 amr_rw_command(struct amr_softs *softs, struct scsi_pkt *pkt, int target) in amr_rw_command()
2059 amr_set_arq_data(struct scsi_pkt *pkt, uchar_t key) in amr_set_arq_data()
2272 register struct scsi_pkt *pkt; in amr_call_pkt_comp()