Symbol: XS_T
sys/dev/ic/isp.c
105
static void isp_prt_endcmd(ispsoftc_t *, XS_T *);
sys/dev/ic/isp.c
109
static void isp_parse_status(ispsoftc_t *, ispstatusreq_t *, XS_T *, long *); static void
sys/dev/ic/isp.c
110
isp_parse_status_24xx(ispsoftc_t *, isp24xx_statusreq_t *, XS_T *, long *);
sys/dev/ic/isp.c
4187
isp_start(XS_T *xs)
sys/dev/ic/isp.c
4468
XS_T *xs;
sys/dev/ic/isp.c
4601
xs = va_arg(ap, XS_T *);
sys/dev/ic/isp.c
4863
XS_T *complist[MAX_REQUESTQ_COMPLETIONS], *xs;
sys/dev/ic/isp.c
5398
isp_prt_endcmd(ispsoftc_t *isp, XS_T *xs)
sys/dev/ic/isp.c
5726
XS_T *xs;
sys/dev/ic/isp.c
6021
isp_parse_status(ispsoftc_t *isp, ispstatusreq_t *sp, XS_T *xs, long *rp)
sys/dev/ic/isp.c
6357
isp_parse_status_24xx(ispsoftc_t *isp, isp24xx_statusreq_t *sp, XS_T *xs, long *rp)
sys/dev/ic/isp.c
6520
XS_T *xs;
sys/dev/ic/isp_library.c
249
isp_allocate_xs(ispsoftc_t *isp, XS_T *xs, uint32_t *handlep)
sys/dev/ic/isp_library.c
266
XS_T *
sys/dev/ic/isp_library.c
277
isp_find_handle(ispsoftc_t *isp, XS_T *xs)
sys/dev/ic/isp_library.c
637
XS_T *xs;
sys/dev/ic/isp_library.h
54
int isp_allocate_xs(ispsoftc_t *, XS_T *, uint32_t *);
sys/dev/ic/isp_library.h
55
XS_T * isp_find_xs(ispsoftc_t *, uint32_t);
sys/dev/ic/isp_library.h
56
uint32_t isp_find_handle(ispsoftc_t *, XS_T *);
sys/dev/ic/isp_netbsd.c
1533
isp_xs_prt(struct ispsoftc *isp, XS_T *xs, int level, const char *fmt, ...)
sys/dev/ic/isp_netbsd.c
530
ispcmd(struct ispsoftc *isp, XS_T *xs)
sys/dev/ic/isp_netbsd.c
63
static void ispcmd(struct ispsoftc *, XS_T *);
sys/dev/ic/isp_netbsd.c
68
static void isp_polled_cmd_wait(struct ispsoftc *, XS_T *);
sys/dev/ic/isp_netbsd.c
706
ispcmd(isp, (XS_T *) arg);
sys/dev/ic/isp_netbsd.c
742
isp_polled_cmd_wait(struct ispsoftc *isp, XS_T *xs)
sys/dev/ic/isp_netbsd.c
783
isp_done(XS_T *xs)
sys/dev/ic/isp_netbsd.c
822
XS_T *xs = arg;
sys/dev/ic/isp_netbsd.h
398
void isp_xs_prt(ispsoftc_t *, XS_T *, int level, const char *, ...)
sys/dev/ic/ispvar.h
885
int isp_start(XS_T *);
sys/dev/ic/ispvar.h
896
void isp_done(XS_T *);
sys/dev/ic/ispvar.h
93
int (*dv_dmaset) (ispsoftc_t *, XS_T *, void *);
sys/dev/ic/ispvar.h
94
void (*dv_dmaclr) (ispsoftc_t *, XS_T *, uint32_t);
sys/dev/pci/isp_pci.c
1411
isp_pci_dmateardown(struct ispsoftc *isp, XS_T *xs, uint32_t handle)
sys/dev/pci/isp_pci.c
74
static int isp_pci_dmasetup(struct ispsoftc *, XS_T *, void *);
sys/dev/pci/isp_pci.c
75
static void isp_pci_dmateardown(struct ispsoftc *, XS_T *, uint32_t);
sys/dev/sbus/isp_sbus.c
544
isp_sbus_dmateardown(ispsoftc_t *isp, XS_T *xs, uint32_t handle)
sys/dev/sbus/isp_sbus.c
59
static int isp_sbus_dmasetup(ispsoftc_t *, XS_T *, void *);
sys/dev/sbus/isp_sbus.c
60
static void isp_sbus_dmateardown(ispsoftc_t *, XS_T *, uint32_t);