Searched refs:max_lun (Results 1 - 25 of 60) sorted by relevance

123

/freebsd-13-stable/sys/dev/virtio/scsi/
H A Dvirtio_scsi.h110 uint32_t max_lun; member in struct:virtio_scsi_config
H A Dvirtio_scsi.c303 sc->vtscsi_max_lun = scsicfg.max_lun;
469 VTSCSI_GET_CONFIG(dev, max_lun, scsicfg);
970 cpi->max_lun = sc->vtscsi_max_lun;
/freebsd-13-stable/tools/tools/vhba/
H A Dvhba.c130 cpi->max_lun = 16383;
234 vhba_default_cmd(struct ccb_scsiio *csio, lun_id_t max_lun, uint8_t *sparse_lun_map) argument
264 if (csio->ccb_h.target_lun >= max_lun) {
350 for (nlun = i = 0; i < max_lun; i++) {
/freebsd-13-stable/sys/cam/
H A Dcam_compat.h87 u_int32_t max_lun; /* Maximum supported Lun */ member in struct:ccb_pathinq_0x17
H A Dcam_compat.c206 cpi17->max_lun = cpi->max_lun;
/freebsd-13-stable/sys/dev/usb/storage/
H A Dcfumass.c76 static int max_lun = 0; variable
77 SYSCTL_INT(_hw_usb_cfumass, OID_AUTO, max_lun, CTLFLAG_RWTUN,
78 &max_lun, 1, "Maximum advertised LUN number");
540 if (max_lun < 0 || max_lun > 15) {
542 "invalid hw.usb.cfumass.max_lun, must be "
546 max_lun_tmp = max_lun;
H A Dumass.c2333 cpi->max_lun = 0;
2355 cpi->max_lun = sc->sc_maxlun;
/freebsd-13-stable/usr.sbin/bhyve/
H A Dpci_virtio_scsi.c103 uint32_t max_lun; member in struct:pci_vtscsi_config
322 .max_lun = VIRTIO_SCSI_MAX_LUN
/freebsd-13-stable/sys/dev/iscsi_initiator/
H A Disc_cam.c76 cpi->max_lun = sp->opt.maxluns - 1;
/freebsd-13-stable/sys/dev/nvme/
H A Dnvme_sim.c181 cpi->max_lun = ctrlr->cdata.nn;
/freebsd-13-stable/sys/dev/mmcnull/
H A Dmmcnull.c368 cpi->max_lun = 0;
/freebsd-13-stable/sys/dev/amr/
H A Damr_cam.c323 cpi->max_lun = 0 /* AMR_MAX_LUNS*/;
/freebsd-13-stable/sys/dev/twa/
H A Dtw_osl_cam.c414 path_inq->max_lun = TW_CL_MAX_NUM_LUNS - 1;
/freebsd-13-stable/sys/dev/aac/
H A Daac_cam.c317 cpi->max_lun = 8; /* Per the controller spec */
/freebsd-13-stable/sys/dev/isci/
H A Disci_controller.c676 cpi->max_lun = ISCI_MAX_LUN;
/freebsd-13-stable/sys/powerpc/ps3/
H A Dps3cdrom.c420 cpi->max_lun = 0;
/freebsd-13-stable/sys/dev/mfi/
H A Dmfi_cam.c224 cpi->max_lun = MFI_SCSI_MAX_LUNS;
/freebsd-13-stable/sys/dev/ahci/
H A Dahciem.c632 cpi->max_lun = 0;
/freebsd-13-stable/sys/cam/ctl/
H A Dctl_frontend_cam_sim.c757 cpi->max_lun = 1024;
/freebsd-13-stable/sys/dev/aic7xxx/
H A Daic79xx_osm.c690 cpi->max_lun = AHD_NUM_LUNS_NONPKT - 1;
H A Daic7xxx_osm.c781 cpi->max_lun = AHC_NUM_LUNS - 1;
/freebsd-13-stable/sys/dev/ata/
H A Data-all.c1164 cpi->max_lun = 0;
/freebsd-13-stable/sys/dev/hptrr/
H A Dhptrr_osm_bsd.c781 cpi->max_lun = 0;
/freebsd-13-stable/sys/powerpc/pseries/
H A Dphyp_vscsi.c431 cpi->max_lun = 0;
/freebsd-13-stable/sys/dev/tws/
H A Dtws_cam.c293 ccb->cpi.max_lun = TWS_MAX_NUM_LUNS - 1;

Completed in 348 milliseconds

123