Searched refs:sc_low_t (Results 1 - 1 of 1) sorted by relevance

/freebsd-11.0-release/sys/cam/scsi/
H A Dscsi_low.h403 typedef struct scsi_low_softc *sc_low_t; typedef in typeref:struct:scsi_low_softc
413 #define SC_LOW_INIT_T (int (*)(sc_low_t, int))
414 #define SC_LOW_BUSRST_T (void (*)(sc_low_t))
415 #define SC_LOW_TARG_INIT_T (int (*)(sc_low_t, struct targ_info *, int))
416 #define SC_LOW_LUN_INIT_T (int (*)(sc_low_t, struct targ_info *, struct lun_info *, int))
417 #define SC_LOW_SELECT_T (int (*)(sc_low_t, struct slccb *))
418 #define SC_LOW_ATTEN_T (void (*)(sc_low_t))
419 #define SC_LOW_NEXUS_T (int (*)(sc_low_t))
420 #define SC_LOW_MSG_T (int (*)(sc_low_t, struct targ_info *, u_int))
422 #define SC_LOW_POWER_T (int (*)(sc_low_t, u_in
[all...]

Completed in 98 milliseconds