Home
last modified time | relevance | path

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

/freebsd-14-stable/sys/dev/isp/
HDisp_freebsd.h431 #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 *);
HDispvar.h774 int isp_start(XS_T *);
784 void isp_done(XS_T *);
HDisp.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()
HDDriverManual.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,
HDisp_freebsd.c2413 error = isp_start((XS_T *) ccb); in isp_action()
2805 isp_done(XS_T *sccb) in isp_done()
3244 isp_xs_prt(ispsoftc_t *isp, XS_T *xs, int level, const char *fmt, ...) in isp_xs_prt()
3435 isp_fcp_next_crn(ispsoftc_t *isp, uint8_t *crnp, XS_T *cmd) in isp_fcp_next_crn()
HDisp_library.c470 XS_T *xs = hdp->cmd; in isp_clear_commands()