Searched refs:dpt_ccb_t (Results 1 – 2 of 2) sorted by relevance
| /dragonfly/sys/dev/raid/dpt/ |
| HD | dpt_scsi.c | 132 static int dpt_get_conf(dpt_softc_t *dpt, dpt_ccb_t *dccb, 135 static void dpt_detect_cache(dpt_softc_t *dpt, dpt_ccb_t *dccb, 151 static void dptprocesserror(dpt_softc_t *dpt, dpt_ccb_t *dccb, 466 dpt_get_conf(dpt_softc_t *dpt, dpt_ccb_t *dccb, u_int32_t dccb_busaddr, in dpt_get_conf() 569 dpt_detect_cache(dpt_softc_t *dpt, dpt_ccb_t *dccb, u_int32_t dccb_busaddr, in dpt_detect_cache() 1235 dpt_ccb_t *dccb; in dpt_init() 1424 + (dpt->max_dccbs * sizeof(dpt_ccb_t)); in dpt_init() 1516 dpt_ccb_t *dccb; in dpt_intr() 1634 dptprocesserror(dpt_softc_t *dpt, dpt_ccb_t *dccb, union ccb *ccb, in dptprocesserror() 1772 dpt_ccb_t dccb, *dccbp; [all …]
|
| HD | dpt.h | 905 } dpt_ccb_t; typedef 936 dpt_ccb_t *target_ccb[MAX_CHANNELS]; /* Command block waiting writebuf */ 1028 dpt_ccb_t *dpt_dccbs; /* Array of dpt ccbs */ 1084 dpt_ccb_t *target_ccb[MAX_CHANNELS][MAX_TARGETS][MAX_LUNS];
|