Lines Matching refs:scsi_pkt

26 static int cpqary3_transport(struct scsi_address *, struct scsi_pkt *);
28 static int cpqary3_abort(struct scsi_address *, struct scsi_pkt *);
31 static int cpqary3_dma_alloc(cpqary3_t *, struct scsi_pkt *,
33 static int cpqary3_dma_move(struct scsi_pkt *, struct buf *, cpqary3_t *);
34 static int cpqary3_handle_flag_nointr(cpqary3_cmdpvt_t *, struct scsi_pkt *);
36 static void cpqary3_dmafree(struct scsi_address *, struct scsi_pkt *);
37 static void cpqary3_dma_sync(struct scsi_address *, struct scsi_pkt *);
38 static void cpqary3_destroy_pkt(struct scsi_address *, struct scsi_pkt *);
39 static struct scsi_pkt *cpqary3_init_pkt(struct scsi_address *,
40 struct scsi_pkt *, struct buf *, int, int, int, int, int (*callback)(),
42 static int cpqary3_additional_cmd(struct scsi_pkt *scsi_pktp, cpqary3_t *);
44 static uint8_t cpqary3_is_scsi_read_write(struct scsi_pkt *scsi_pktp);
227 static struct scsi_pkt *
228 cpqary3_init_pkt(struct scsi_address *sa, struct scsi_pkt *scsi_pktp,
235 struct scsi_pkt *new_scsi_pktp;
306 return ((struct scsi_pkt *)NULL);
312 return ((struct scsi_pkt *)NULL);
331 cpqary3_dma_alloc(cpqary3_t *cpqary3p, struct scsi_pkt *scsi_pktp,
507 cpqary3_dma_move(struct scsi_pkt *scsi_pktp, struct buf *bp,
579 cpqary3_transport(struct scsi_address *sa, struct scsi_pkt *scsi_pktp)
669 cpqary3_dmafree(struct scsi_address *sa, struct scsi_pkt *scsi_pktp)
704 cpqary3_dma_sync(struct scsi_address *sa, struct scsi_pkt *scsi_pktp)
733 cpqary3_destroy_pkt(struct scsi_address *sa, struct scsi_pkt *scsi_pktp)
792 cpqary3_abort(struct scsi_address *sa, struct scsi_pkt *scsi_pktp)
958 cpqary3_handle_flag_nointr(cpqary3_cmdpvt_t *memp, struct scsi_pkt *scsi_pktp)
1123 cpqary3_additional_cmd(struct scsi_pkt *scsi_pktp, cpqary3_t *ctlr)
1199 struct scsi_pkt *scsi_pktp;
1248 DTRACE_PROBE1(invalid_cmd, struct scsi_pkt *, scsi_pktp);
1357 cpqary3_is_scsi_read_write(struct scsi_pkt *scsi_pktp)