Searched refs:cmpkt (Results 1 - 9 of 9) sorted by relevance
/illumos-gate/usr/src/uts/common/sys/dktp/ |
H A D | gda.h | 36 #define GDA_BP_PKT(bp) ((struct cmpkt *)(bp)->av_back) 44 extern void gda_errmsg(struct scsi_device *, struct cmpkt *, char *, 46 extern struct cmpkt *gda_pktprep(opaque_t objp, struct cmpkt *in_pktp, 48 extern void gda_free(opaque_t objp, struct cmpkt *pktp, struct buf *bp);
|
H A D | dadev.h | 32 #include <sys/dktp/cmpkt.h>
|
H A D | controller.h | 53 struct cmpkt *(*c_pktalloc)(opaque_t, int (*)(caddr_t), caddr_t); 54 void (*c_pktfree)(opaque_t, struct cmpkt *); 55 struct cmpkt *(*c_memsetup)(opaque_t, struct cmpkt *, struct buf *, 57 void (*c_memfree)(opaque_t, struct cmpkt *); 58 struct cmpkt *(*c_iosetup)(opaque_t, struct cmpkt *); 59 int (*c_transport)(opaque_t, struct cmpkt *); 61 int (*c_abort)(opaque_t, struct cmpkt *);
|
H A D | cmpkt.h | 36 struct cmpkt { struct 64 struct cmpkt *cp_fltpktp; /* fault recovery pkt pointer */
|
/illumos-gate/usr/src/uts/intel/io/dktp/dcdev/ |
H A D | gda.c | 123 struct cmpkt * 124 gda_pktprep(opaque_t objp, struct cmpkt *in_pktp, opaque_t dmatoken, 127 register struct cmpkt *pktp; 162 gda_free(opaque_t objp, struct cmpkt *pktp, struct buf *bp) 246 gda_errmsg(struct scsi_device *devp, struct cmpkt *pktp, char *label,
|
H A D | dadk.c | 54 static void dadk_pktcb(struct cmpkt *pktp); 61 static int dadk_chkerr(struct cmpkt *pktp); 62 static int dadk_ioprep(struct dadk *dadkp, struct cmpkt *pktp); 63 static int dadk_iosetup(struct dadk *dadkp, struct cmpkt *pktp); 64 static int dadk_ioretry(struct cmpkt *pktp, int action); 66 static struct cmpkt *dadk_pktprep(struct dadk *dadkp, struct cmpkt *in_pktp, 133 static void dadk_recorderr(struct cmpkt *pktp, struct dadkio_rwcmd *rwcmdp); 678 struct cmpkt *pktp; 825 struct cmpkt *pkt [all...] |
/illumos-gate/usr/src/uts/intel/io/dktp/controller/ata/ |
H A D | ata_disk.h | 85 #define GCMD2CPKT(cmdp) ((struct cmpkt *)((cmdp)->cmd_pktp))
|
H A D | ata_disk.c | 36 * this typedef really should be in dktp/cmpkt.h 38 typedef struct cmpkt cmpkt_t; 1290 * DADA cmpkt and the ata_pkt 1311 * (struct cmpkt) <--> (struct gcmd) <--> (struct ata_pkt) 1324 /* cmpkt setup */
|
/illumos-gate/usr/src/uts/common/sys/ |
H A D | Makefile | 1097 cmpkt.h \
|
Completed in 101 milliseconds