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

/freebsd-10.0-release/sys/cam/scsi/
H A Dscsi_low.c119 static struct slccb *scsi_low_establish_ccb(struct targ_info *, struct lun_info *, scsi_low_tag_t);
124 static struct lun_info *scsi_low_alloc_li(struct targ_info *, int, int);
126 static void scsi_low_calcf_lun(struct lun_info *);
128 static void scsi_low_calcf_show(struct lun_info *);
131 static void scsi_low_reset_nexus_lun(struct scsi_low_softc *, struct lun_info *, int);
138 static int scsi_low_enqueue(struct scsi_low_softc *, struct targ_info *, struct lun_info *, struct slccb *, u_int, u_int);
139 static int scsi_low_message_enqueue(struct scsi_low_softc *, struct targ_info *, struct lun_info *, u_int);
189 static void scsi_low_test_abort(struct scsi_low_softc *, struct targ_info *, struct lun_info *);
220 struct lun_info *li = cb->li;
233 struct lun_info *l
[all...]
H A Dscsi_low.h185 struct lun_info *li; /* lun info */
246 LIST_HEAD(lun_info_tab, lun_info);
248 struct lun_info { struct
252 LIST_ENTRY(lun_info) lun_chain; /* targ_info link */
463 #define SC_LOW_LUN_INIT_T (int (*)(sc_low_t, struct targ_info *, struct lun_info *, int))
476 int (*scsi_low_lun_init)(sc_low_t, struct targ_info *, struct lun_info *, int);
503 struct lun_info *sl_Lnexus; /* Lun nexus */
/freebsd-10.0-release/sys/cam/ctl/
H A Dctl_backend.h222 be_luninfo_t lun_info; /* passed to CTL */ member in struct:ctl_backend_driver
H A Dctl_backend_block.c281 .lun_info = ctl_be_block_lun_info
H A Dctl.c3112 if (lun->backend->lun_info != NULL) {
3113 retval = lun->backend->lun_info(lun->be_lun->be_lun, sb);
/freebsd-10.0-release/sys/dev/ct/
H A Dct.c462 struct lun_info *li = slp->sl_Lnexus;
806 struct lun_info *li = slp->sl_Lnexus;
817 struct lun_info *li = slp->sl_Lnexus;

Completed in 206 milliseconds