Home
last modified time | relevance | path

Searched refs:XS_T (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/dev/isp/
H A Dispvar.h774 int isp_start(XS_T *);
784 void isp_done(XS_T *);
H A Disp.c99 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 DDriverManual.txt266 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 Disp_library.c470 XS_T *xs = hdp->cmd; in isp_clear_commands()