Searched refs:slccb (Results 1 – 6 of 6) sorted by relevance
| /NextBSD/sys/cam/scsi/ |
| HD | scsi_low.c | 119 static struct slccb *scsi_low_establish_ccb(struct targ_info *, struct lun_info *, scsi_low_tag_t); 120 static int scsi_low_done(struct scsi_low_softc *, struct slccb *); 121 static int scsi_low_setup_done(struct scsi_low_softc *, struct slccb *); 136 static int scsi_low_alloc_qtag(struct slccb *); 137 static int scsi_low_dealloc_qtag(struct slccb *); 138 …ueue(struct scsi_low_softc *, struct targ_info *, struct lun_info *, struct slccb *, u_int, u_int); 140 static void scsi_low_unit_ready_cmd(struct slccb *); 146 static int scsi_low_abort_ccb(struct scsi_low_softc *, struct slccb *); 147 static struct slccb *scsi_low_revoke_ccb(struct scsi_low_softc *, struct slccb *, int); 192 static void scsi_low_test_cmdlnk(struct scsi_low_softc *, struct slccb *); [all …]
|
| HD | scsi_low.h | 132 struct slccb { struct 133 TAILQ_ENTRY(slccb) ccb_chain; 191 GENERIC_CCB_ASSERT(scsi_low, slccb) argument 417 #define SC_LOW_SELECT_T (int (*)(sc_low_t, struct slccb *)) 430 int (*scsi_low_start_bus)(sc_low_t, struct slccb *); 466 struct slccb *sl_Qnexus; /* Qtag nexus */ 481 struct slccb *sl_selid; 589 void scsi_low_arbit_fail(struct scsi_low_softc *, struct slccb *); 664 static __inline int scsi_low_is_disconnect_ok(struct slccb *); 677 struct slccb *cb; in scsi_low_is_disconnect_ok()
|
| /NextBSD/sys/dev/stg/ |
| HD | tmc18c30.c | 136 static int stghw_start_selection(struct stg_softc *sc, struct slccb *); 294 struct slccb *cb; 435 struct slccb *cb = slp->sl_Qnexus; 888 struct slccb *cb = slp->sl_Qnexus;
|
| /NextBSD/sys/dev/ct/ |
| HD | ct.c | 129 static int ct_start_selection(struct ct_softc *, struct slccb *); 458 ct_start_selection(struct ct_softc *ct, struct slccb *cb) in ct_start_selection() 822 struct slccb *cb = slp->sl_Qnexus; in ct_ccb_nexus_establish()
|
| /NextBSD/sys/dev/nsp/ |
| HD | nsp.c | 142 static int nsphw_start_selection(struct nsp_softc *sc, struct slccb *); 321 struct slccb *cb; 678 struct slccb *cb = slp->sl_Qnexus; 1297 struct slccb *cb = slp->sl_Qnexus;
|
| /NextBSD/sys/dev/ncv/ |
| HD | ncr53c500.c | 123 static int ncvhw_start_selection(struct ncv_softc *sc, struct slccb *); 356 struct slccb *cb; 875 struct slccb *cb = slp->sl_Qnexus;
|