Searched refs:XS_T (Results 1 – 5 of 5) sorted by relevance
| /freebsd/sys/dev/isp/ |
| H A D | isp_freebsd.h | 431 #define XS_T struct ccb_scsiio macro 611 void isp_xs_prt(ispsoftc_t *, XS_T *, int level, const char *, ...) __printflike(4, 5); 617 int isp_dmasetup(ispsoftc_t *, XS_T *, void *); 620 int isp_fcp_next_crn(ispsoftc_t *, uint8_t *, XS_T *);
|
| H A D | ispvar.h | 774 int isp_start(XS_T *); 784 void isp_done(XS_T *);
|
| H A D | isp.c | 99 static void isp_parse_status_24xx(ispsoftc_t *, isp24xx_statusreq_t *, XS_T *); 2821 isp_start(XS_T *xs) in isp_start() 3000 XS_T *xs; in isp_control() 3064 xs = va_arg(ap, XS_T *); in isp_control() 3289 XS_T *xs, *cont_xs; in isp_intr_respq() 3582 XS_T *xs; in isp_intr_async() 3861 isp_parse_status_24xx(ispsoftc_t *isp, isp24xx_statusreq_t *sp, XS_T *xs) in isp_parse_status_24xx()
|
| H A D | DriverManual.txt | 266 XS_T Platform SCSI transaction type (i.e., command for HBA) 268 XS_TGT(xs) gets the target from an XS_T 336 structure (should it be impossible to represent in an XS_T). In addition,
|
| H A D | isp_library.c | 470 XS_T *xs = hdp->cmd; in isp_clear_commands()
|