HomeSort by: relevance | last modified time | path
    Searched refs:XS_T (Results 1 - 8 of 8) sorted by relevancy

  /src/sys/dev/ic/
isp_library.h 54 int isp_allocate_xs(ispsoftc_t *, XS_T *, uint32_t *);
55 XS_T * isp_find_xs(ispsoftc_t *, uint32_t);
56 uint32_t isp_find_handle(ispsoftc_t *, XS_T *);
ispvar.h 93 int (*dv_dmaset) (ispsoftc_t *, XS_T *, void *);
94 void (*dv_dmaclr) (ispsoftc_t *, XS_T *, uint32_t);
885 int isp_start(XS_T *);
896 void isp_done(XS_T *);
908 * ... ISPCTL_ABORT_CMD, XS_T *xs);
989 * void isp_xs_prt(ispsoftc_t *, XS_T *, int level, const char *, ...)
1062 * XS_T Platform SCSI transaction type (i.e., command for HBA)
1066 * XS_ISP(xs) gets an instance out of an XS_T
isp_netbsd.c 63 static void ispcmd(struct ispsoftc *, XS_T *);
68 static void isp_polled_cmd_wait(struct ispsoftc *, XS_T *);
530 ispcmd(struct ispsoftc *isp, XS_T *xs)
706 ispcmd(isp, (XS_T *) arg);
742 isp_polled_cmd_wait(struct ispsoftc *isp, XS_T *xs)
783 isp_done(XS_T *xs)
822 XS_T *xs = arg;
1533 isp_xs_prt(struct ispsoftc *isp, XS_T *xs, int level, const char *fmt, ...)
isp_netbsd.h 196 #define XS_T struct scsipi_xfer
398 void isp_xs_prt(ispsoftc_t *, XS_T *, int level, const char *, ...)
isp.c 105 static void isp_prt_endcmd(ispsoftc_t *, XS_T *);
109 static void isp_parse_status(ispsoftc_t *, ispstatusreq_t *, XS_T *, long *); static void
110 isp_parse_status_24xx(ispsoftc_t *, isp24xx_statusreq_t *, XS_T *, long *);
4187 isp_start(XS_T *xs)
4468 XS_T *xs;
4601 xs = va_arg(ap, XS_T *);
4863 XS_T *complist[MAX_REQUESTQ_COMPLETIONS], *xs;
5398 isp_prt_endcmd(ispsoftc_t *isp, XS_T *xs)
5726 XS_T *xs;
6021 isp_parse_status(ispsoftc_t *isp, ispstatusreq_t *sp, XS_T *xs, long *rp
    [all...]
isp_library.c 249 isp_allocate_xs(ispsoftc_t *isp, XS_T *xs, uint32_t *handlep)
266 XS_T *
277 isp_find_handle(ispsoftc_t *isp, XS_T *xs)
637 XS_T *xs;
  /src/sys/dev/sbus/
isp_sbus.c 59 static int isp_sbus_dmasetup(ispsoftc_t *, XS_T *, void *);
60 static void isp_sbus_dmateardown(ispsoftc_t *, XS_T *, uint32_t);
544 isp_sbus_dmateardown(ispsoftc_t *isp, XS_T *xs, uint32_t handle)
  /src/sys/dev/pci/
isp_pci.c 74 static int isp_pci_dmasetup(struct ispsoftc *, XS_T *, void *);
75 static void isp_pci_dmateardown(struct ispsoftc *, XS_T *, uint32_t);
1411 isp_pci_dmateardown(struct ispsoftc *isp, XS_T *xs, uint32_t handle)

Completed in 24 milliseconds