Home | History | Annotate | Download | only in ic

Lines Matching refs:ispsoftc_t

357 void isp_attach(ispsoftc_t *);
358 void isp_uninit(ispsoftc_t *);
397 void isp_prt(ispsoftc_t *, int level, const char *, ...) __printflike(3, 4);
398 void isp_xs_prt(ispsoftc_t *, XS_T *, int level, const char *, ...)
400 void isp_lock(ispsoftc_t *);
401 void isp_unlock(ispsoftc_t *);
403 int isp_mbox_acquire(ispsoftc_t *);
404 void isp_mbox_wait_complete(ispsoftc_t *, mbreg_t *);
405 void isp_mbox_notify_done(ispsoftc_t *);
406 void isp_mbox_release(ispsoftc_t *);