Searched refs:max_id (Results 1 - 25 of 124) sorted by last modified time

12345

/linux-master/drivers/tee/
H A Dtee_core.c889 int rc, max_id; local
903 max_id = TEE_NUM_DEVICES / 2;
907 max_id = TEE_NUM_DEVICES;
911 teedev->id = find_next_zero_bit(dev_mask, max_id, offs);
912 if (teedev->id < max_id)
916 if (teedev->id >= max_id) {
/linux-master/fs/btrfs/
H A Dioctl.c2873 if (device->devid > fi_args->max_id)
2874 fi_args->max_id = device->devid;
/linux-master/drivers/net/ethernet/marvell/octeontx2/af/
H A Drvu_debugfs.c1162 int aura, rc, max_id; local
1202 max_id = pfvf->aura_ctx->qsize;
1205 max_id = pfvf->pool_ctx->qsize;
1209 if (id < 0 || id >= max_id) {
1212 max_id - 1);
1219 max_id = id + 1;
1221 for (aura = id; aura < max_id; aura++) {
1245 int max_id = 0; local
1258 max_id = pfvf->aura_ctx->qsize;
1264 max_id
1880 int qidx, rc, max_id = 0; local
1965 int max_id = 0; local
[all...]
/linux-master/arch/x86/kvm/
H A Dlapic.c382 u32 max_id = 255; /* enough space for any xAPIC ID */ local
412 * thing if a vCPU changes its xAPIC ID, but do NOT reset max_id, i.e.
413 * keep max_id strictly increasing. Disallowing max_id from shrinking
421 max_id = max(max_id, kvm_x2apic_id(vcpu->arch.apic));
424 sizeof(struct kvm_lapic *) * ((u64)max_id + 1),
430 new->max_apic_id = max_id;
/linux-master/drivers/ata/
H A Dlibata-scsi.c4358 shost->max_id = 16;
/linux-master/drivers/scsi/hisi_sas/
H A Dhisi_sas_v3_hw.c4842 shost->max_id = HISI_SAS_MAX_DEVICES;
H A Dhisi_sas_main.c2520 shost->max_id = HISI_SAS_MAX_DEVICES;
/linux-master/drivers/net/ethernet/broadcom/bnxt/
H A Dbnxt_ulp.c285 u16 max_id)
295 ulp->max_async_event_id = max_id;
296 bnxt_hwrm_func_drv_rgtr(bp, events_bmap, max_id + 1, true);
283 bnxt_register_async_events(struct bnxt_en_dev *edev, unsigned long *events_bmap, u16 max_id) argument
/linux-master/drivers/ufs/core/
H A Dufshcd.c10568 host->max_id = UFSHCD_MAX_ID;
/linux-master/drivers/scsi/
H A Dmyrs.c626 shost->max_id = info->max_targets[0];
630 if (shost->max_id < info->max_targets[i])
631 shost->max_id = info->max_targets[i];
1784 ldev_num = sdev->id + chan_offset * sdev->host->max_id;
H A Dmyrb.c1097 shost->max_id = enquiry2->max_targets;
1180 cb->host->max_id);
H A Dscsi_scan.c1821 for (id = 0; id < shost->max_id; ++id) {
1824 * could modify max_id to match the current max,
1835 order_id = shost->max_id - id - 1;
1855 ((id != SCAN_WILD_CARD) && (id >= shost->max_id)) ||
H A Dpmcraid.c5247 host->max_id = PMCRAID_MAX_NUM_TARGETS_PER_BUS;
H A Dhosts.c424 shost->max_id = 8;
H A Dscsi_debug.c1222 hpnt->max_id = sdebug_num_tgts + 1;
1224 hpnt->max_id = sdebug_num_tgts;
8479 hpnt->max_id = sdebug_num_tgts + 1;
8481 hpnt->max_id = sdebug_num_tgts;
H A Dscsi_transport_spi.c597 return sprintf(buf, "%s\n", shost->max_id == 16 ? "wide" : "narrow");
H A Dqla1280.c4223 host->max_id = MAX_TARGETS;
/linux-master/include/scsi/
H A Dscsi_host.h588 unsigned int max_id; member in struct:Scsi_Host
/linux-master/drivers/usb/storage/
H A Duas.c1010 shost->max_id = 1;
/linux-master/drivers/scsi/qla2xxx/
H A Dqla_os.c3298 host->max_id = ha->max_fibre_devices;
3323 "max_id=%d this_id=%d "
3325 "max_lun=%llu transportt=%p, vendor_id=%llu.\n", host->max_id,
/linux-master/drivers/scsi/lpfc/
H A Dlpfc_init.c4785 shost->max_id = LPFC_MAX_TARGET;
/linux-master/drivers/scsi/cxlflash/
H A Dmain.c3669 host->max_id = CXLFLASH_MAX_NUM_TARGETS_PER_BUS;
/linux-master/drivers/target/loopback/
H A Dtcm_loop.c335 sh->max_id = 2;
/linux-master/drivers/scsi/mpt3sas/
H A Dmpt3sas_base.c7459 ioc->shost->max_id = -1;
/linux-master/drivers/scsi/mpi3mr/
H A Dmpi3mr_os.c5148 shost->max_id = 0xFFFFFFFF;
5207 shost->max_id = mrioc->facts.max_perids + 1;

Completed in 539 milliseconds

12345