Searched refs:XS_T (Results 1 – 6 of 6) sorted by relevance
| /freebsd-14-stable/sys/dev/isp/ |
| HD | 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 *);
|
| HD | ispvar.h | 774 int isp_start(XS_T *); 784 void isp_done(XS_T *);
|
| HD | 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()
|
| HD | 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,
|
| HD | isp_freebsd.c | 2413 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()
|
| HD | isp_library.c | 470 XS_T *xs = hdp->cmd; in isp_clear_commands()
|