| /freebsd-12-stable/tools/tools/vhba/ |
| D | vhba.c | 130 cpi->max_lun = 16383; in vhba_action() 234 vhba_default_cmd(struct ccb_scsiio *csio, lun_id_t max_lun, uint8_t *sparse_lun_map) in vhba_default_cmd() argument 264 if (csio->ccb_h.target_lun >= max_lun) { in vhba_default_cmd() 350 for (nlun = i = 0; i < max_lun; i++) { in vhba_default_cmd()
|
| /freebsd-12-stable/sys/dev/usb/storage/ |
| D | cfumass.c | 77 static int max_lun = 0; variable 78 SYSCTL_INT(_hw_usb_cfumass, OID_AUTO, max_lun, CTLFLAG_RWTUN, 79 &max_lun, 1, "Maximum advertised LUN number"); 543 if (max_lun < 0 || max_lun > 15) { in cfumass_handle_request() 549 max_lun_tmp = max_lun; in cfumass_handle_request()
|
| /freebsd-12-stable/sys/dev/virtio/scsi/ |
| D | virtio_scsi.h | 104 uint32_t max_lun; member
|
| D | virtio_scsi.c | 299 sc->vtscsi_max_lun = scsicfg.max_lun; in vtscsi_attach() 441 VTSCSI_GET_CONFIG(dev, max_lun, scsicfg); in vtscsi_read_config() 942 cpi->max_lun = sc->vtscsi_max_lun; in vtscsi_cam_path_inquiry()
|
| /freebsd-12-stable/sys/cam/ |
| D | cam_compat.h | 88 u_int32_t max_lun; /* Maximum supported Lun */ member
|
| D | cam_compat.c | 206 cpi17->max_lun = cpi->max_lun; in cam_compat_handle_0x17()
|
| D | cam_ccb.h | 658 u_int32_t max_lun; /* Maximum supported Lun */ member
|
| /freebsd-12-stable/sys/dev/dpt/ |
| D | dpt_scsi.c | 916 cpi->max_lun = dpt->max_lun; in dpt_action() 1228 dpt->max_lun = conf.MAX_LUN; in dpt_init() 1952 (lun > dpt->max_lun)) { 2084 (lun > (dpt->max_lun - 1))) { 2206 || (lun > dpt->max_lun))
|
| D | dpt.h | 1061 u_int32_t max_lun; member 1171 u_int32_t max_lun; member
|
| /freebsd-12-stable/usr.sbin/bhyve/ |
| D | pci_virtio_scsi.c | 103 uint32_t max_lun; member 321 .max_lun = VIRTIO_SCSI_MAX_LUN in pci_vtscsi_reset()
|
| /freebsd-12-stable/sys/dev/iscsi_initiator/ |
| D | isc_cam.c | 78 cpi->max_lun = sp->opt.maxluns - 1; in _inq()
|
| /freebsd-12-stable/sys/dev/ppbus/ |
| D | vpo.c | 392 cpi->max_lun = 0; in vpo_action()
|
| /freebsd-12-stable/sys/dev/trm/ |
| D | trm.h | 266 u_int16_t max_lun; member
|
| D | trm.c | 637 cpi->max_lun = pACB->max_lun; /* 7 or 0 */ in trm_action() 2865 pACB->max_lun = 7; in trm_initACB() 2867 pACB->max_lun = 0; in trm_initACB() 2870 pACB->max_id, pACB->max_lun); in trm_initACB() 3309 for(j = 0; j < (pACB->max_lun + 1); j++) { in trm_init()
|
| /freebsd-12-stable/sys/dev/nvme/ |
| D | nvme_sim.c | 181 cpi->max_lun = ctrlr->cdata.nn; in nvme_sim_action()
|
| /freebsd-12-stable/sys/dev/mmcnull/ |
| D | mmcnull.c | 368 cpi->max_lun = 0; in mmcnull_action_sd()
|
| /freebsd-12-stable/sys/dev/mfi/ |
| D | mfi_cam.c | 224 cpi->max_lun = MFI_SCSI_MAX_LUNS; in mfip_cam_action()
|
| /freebsd-12-stable/sys/dev/amr/ |
| D | amr_cam.c | 326 cpi->max_lun = 0 /* AMR_MAX_LUNS*/; in amr_cam_action()
|
| /freebsd-12-stable/sys/dev/twa/ |
| D | tw_osl_cam.c | 424 path_inq->max_lun = TW_CL_MAX_NUM_LUNS - 1; in twa_action()
|
| /freebsd-12-stable/sys/dev/isci/ |
| D | isci_controller.c | 691 cpi->max_lun = ISCI_MAX_LUN; in isci_action()
|
| /freebsd-12-stable/sys/dev/aac/ |
| D | aac_cam.c | 318 cpi->max_lun = 8; /* Per the controller spec */ in aac_cam_action()
|
| /freebsd-12-stable/sys/powerpc/ps3/ |
| D | ps3cdrom.c | 420 cpi->max_lun = 0; in ps3cdrom_action()
|
| /freebsd-12-stable/sys/cam/ctl/ |
| D | ctl_frontend_cam_sim.c | 758 cpi->max_lun = 1024; in cfcs_action()
|
| /freebsd-12-stable/sys/dev/ahci/ |
| D | ahciem.c | 632 cpi->max_lun = 0; in ahciemaction()
|
| /freebsd-12-stable/sys/powerpc/pseries/ |
| D | phyp_vscsi.c | 432 cpi->max_lun = 0; in vscsi_cam_action()
|