Home
last modified time | relevance | path

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

/dragonfly/sys/dev/disk/isp/
H A Dispvar.h51 int (*dv_dmaset) (ispsoftc_t *, XS_T *, void *);
52 void (*dv_dmaclr) (ispsoftc_t *, XS_T *, uint32_t);
843 int isp_start(XS_T *);
854 void isp_done(XS_T *);
944 void isp_prt_endcmd(ispsoftc_t *, XS_T *);
H A Disp_library.h46 int isp_allocate_xs(ispsoftc_t *, XS_T *, uint32_t *);
47 XS_T * isp_find_xs(ispsoftc_t *, uint32_t);
48 uint32_t isp_find_handle(ispsoftc_t *, XS_T *);
H A Disp_freebsd.h395 #define XS_T struct ccb_scsiio macro
632 void isp_xs_prt(ispsoftc_t *, XS_T *, int level, const char *, ...) __printflike(4, 5);
H A Disp.c90 static void isp_parse_status(ispsoftc_t *, ispstatusreq_t *, XS_T *, long *); static void
91 isp_parse_status_24xx(ispsoftc_t *, isp24xx_statusreq_t *, XS_T *, long *);
4191 isp_start(XS_T *xs) in isp_start()
4472 XS_T *xs; in isp_control()
4605 xs = __va_arg(ap, XS_T *); in isp_control()
4867 XS_T *complist[MAX_REQUESTQ_COMPLETIONS], *xs; in isp_intr()
5402 isp_prt_endcmd(ispsoftc_t *isp, XS_T *xs) in isp_prt_endcmd()
5730 XS_T *xs; in isp_parse_async_fc()
6025 isp_parse_status(ispsoftc_t *isp, ispstatusreq_t *sp, XS_T *xs, long *rp) in isp_parse_status()
6361 isp_parse_status_24xx(ispsoftc_t *isp, isp24xx_statusreq_t *sp, XS_T *xs, long *rp) in isp_parse_status_24xx()
[all …]
H A DDriverManual.txt267 XS_T Platform SCSI transaction type (i.e., command for HBA)
269 XS_TGT(xs) gets the target from an XS_T
337 structure (should it be impossible to represent in an XS_T). In addition,
H A Disp_library.c232 isp_allocate_xs(ispsoftc_t *isp, XS_T *xs, uint32_t *handlep) in isp_allocate_xs()
249 XS_T *
260 isp_find_handle(ispsoftc_t *isp, XS_T *xs) in isp_find_handle()
615 XS_T *xs; in isp_clear_commands()
H A Disp_pci.c59 static int isp_pci_dmasetup(ispsoftc_t *, XS_T *, void *);
H A Disp_freebsd.c4345 error = isp_start((XS_T *) ccb); in isp_action()
4932 isp_done(XS_T *sccb) in isp_done()
5581 isp_xs_prt(ispsoftc_t *isp, XS_T *xs, int level, const char *fmt, ...) in isp_xs_prt()