Searched defs:scsi_pkt (Results 1 – 3 of 3) sorted by relevance
49 struct scsi_pkt { struct53 void (*pkt_comp)(struct scsi_pkt *); /* completion routine */ argument64 * The DDI does not allow a driver to allocate it's own scsi_pkt(9S), argument104 /* private: iff scsi_pkt_allocated_correctly() */ argument107 /* stage-temporary: iff scsi_pkt_allocated_correctly() */ argument108 void *pkt_stmp; /* temporary for current pkt stage */117 int i_pkt_pad[8];
2704 sata_scsi_abort(struct scsi_address *ap, struct scsi_pkt *scsi_pkt) in sata_scsi_abort()9894 struct scsi_pkt *scsi_pkt = spx->txlt_scsi_pkt; in sata_save_atapi_trace() local
2573 struct scsi_pkt scsi_pkt; member