Lines Matching refs:ispsoftc_t
87 typedef struct ispsoftc ispsoftc_t; typedef
89 int (*dv_rd_isr) (ispsoftc_t *, uint32_t *, uint16_t *, uint16_t *);
90 uint32_t (*dv_rd_reg) (ispsoftc_t *, int);
91 void (*dv_wr_reg) (ispsoftc_t *, int, uint32_t);
92 int (*dv_mbxdma) (ispsoftc_t *);
93 int (*dv_dmaset) (ispsoftc_t *, XS_T *, void *);
94 void (*dv_dmaclr) (ispsoftc_t *, XS_T *, uint32_t);
95 void (*dv_reset0) (ispsoftc_t *);
96 void (*dv_reset1) (ispsoftc_t *);
97 void (*dv_dregs) (ispsoftc_t *, const char *);
860 void isp_reset(ispsoftc_t *, int);
865 void isp_init(ispsoftc_t *);
870 void isp_reinit(ispsoftc_t *, int);
879 void isp_intr(ispsoftc_t *, uint32_t, uint16_t, uint16_t);
954 int isp_control(ispsoftc_t *, ispctl_t, ...);
977 void isp_async(ispsoftc_t *, ispasync_t, ...);
1153 int isp_target_notify(ispsoftc_t *, void *, uint32_t *);
1158 int isp_notify_ack(ispsoftc_t *, void *);
1163 int isp_acknak_abts(ispsoftc_t *, void *, int);
1171 int isp_lun_cmd(ispsoftc_t *, int, int, int, int, int);
1176 int isp_target_put_entry(ispsoftc_t *isp, void *);
1184 int isp_target_put_atio(ispsoftc_t *, void *);
1190 int isp_endcmd(ispsoftc_t *, ...);
1199 int isp_target_async(ispsoftc_t *, int, int);