Searched refs:XS_T (Results 1 – 8 of 8) sorted by relevance
| /netbsd/src/sys/dev/ic/ |
| D | 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 *);
|
| D | 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 *);
|
| D | 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) in ispcmd() 706 ispcmd(isp, (XS_T *) arg); in isprequest() 742 isp_polled_cmd_wait(struct ispsoftc *isp, XS_T *xs) in isp_polled_cmd_wait() 783 isp_done(XS_T *xs) in isp_done() 822 XS_T *xs = arg; in isp_dog() 1533 isp_xs_prt(struct ispsoftc *isp, XS_T *xs, int level, const char *fmt, ...) in isp_xs_prt()
|
| D | isp_netbsd.h | 196 #define XS_T struct scsipi_xfer macro 398 void isp_xs_prt(ispsoftc_t *, XS_T *, int level, const char *, ...)
|
| D | 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) in isp_start() 4468 XS_T *xs; in isp_control() 4601 xs = va_arg(ap, XS_T *); in isp_control() 4863 XS_T *complist[MAX_REQUESTQ_COMPLETIONS], *xs; in isp_intr() 5398 isp_prt_endcmd(ispsoftc_t *isp, XS_T *xs) in isp_prt_endcmd() 5726 XS_T *xs; in isp_parse_async_fc() 6021 isp_parse_status(ispsoftc_t *isp, ispstatusreq_t *sp, XS_T *xs, long *rp) in isp_parse_status() [all …]
|
| D | isp_library.c | 249 isp_allocate_xs(ispsoftc_t *isp, XS_T *xs, uint32_t *handlep) in isp_allocate_xs() 266 XS_T * 277 isp_find_handle(ispsoftc_t *isp, XS_T *xs) in isp_find_handle() 637 XS_T *xs; in isp_clear_commands()
|
| /netbsd/src/sys/dev/sbus/ |
| D | 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) in isp_sbus_dmateardown()
|
| /netbsd/src/sys/dev/pci/ |
| D | 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) in isp_pci_dmateardown()
|