/linux-4.1.27/drivers/scsi/megaraid/ |
D | mega_common.h | 173 uint8_t max_channel; member 215 (SCP2CHANNEL(scp) == (adp)->max_channel) ? 1 : 0 218 (sdev->channel == (adp)->max_channel) ? 1 : 0 243 (adp)->device_ids[(adp)->max_channel][SCP2TARGET(scp)]; \
|
D | megaraid_mbox.c | 653 host->max_channel = adapter->max_channel; in megaraid_io_attach() 827 adapter->device_ids[adapter->max_channel][i] += 0x80; in megaraid_init_mbox() 829 adapter->device_ids[adapter->max_channel][adapter->init_id] = in megaraid_init_mbox() 1801 (SCP2CHANNEL(scp) == adapter->max_channel -1)) { in DEF_SCSI_QCMD() 3016 adapter->max_channel = pinfo->nchannels; in megaraid_mbox_product_info() 3436 adapter->device_ids[adapter->max_channel][t] = in megaraid_mbox_setup_device_map() 3439 adapter->device_ids[adapter->max_channel][adapter->init_id] = 0xFF; in megaraid_mbox_setup_device_map() 3444 for (c = 0; c < adapter->max_channel; c++) in megaraid_mbox_setup_device_map()
|
D | megaraid_sas_base.c | 5040 host->max_channel = MEGASAS_MAX_CHANNELS - 1; in megasas_io_attach()
|
/linux-4.1.27/drivers/staging/i2o/ |
D | i2o_scsi.c | 100 int max_channel = 0; in i2o_scsi_host_alloc() local 115 max_channel++; in i2o_scsi_host_alloc() 118 if (!max_channel) { in i2o_scsi_host_alloc() 123 size = max_channel * sizeof(struct i2o_device *) in i2o_scsi_host_alloc() 132 scsi_host->max_channel = max_channel - 1; in i2o_scsi_host_alloc() 150 if (i >= max_channel) in i2o_scsi_host_alloc() 268 for (i = 0; i <= i2o_shost->scsi_host->max_channel; i++) in i2o_scsi_probe()
|
/linux-4.1.27/drivers/leds/ |
D | leds-lp55xx-common.c | 154 int max_channel = cfg->max_channel; in lp55xx_init_led() local 156 if (chan >= max_channel) { in lp55xx_init_led() 157 dev_err(dev, "invalid channel: %d / %d\n", chan, max_channel); in lp55xx_init_led() 169 if (led->chan_nr >= max_channel) { in lp55xx_init_led() 171 max_channel - 1); in lp55xx_init_led()
|
D | leds-lp55xx-common.h | 107 const int max_channel; member
|
D | leds-lp8501.c | 297 .max_channel = LP8501_MAX_LEDS,
|
D | leds-lp5562.c | 495 .max_channel = LP5562_MAX_LEDS,
|
D | leds-lp5521.c | 502 .max_channel = LP5521_MAX_LEDS,
|
D | leds-lp5523.c | 720 .max_channel = LP5523_MAX_LEDS,
|
/linux-4.1.27/drivers/edac/ |
D | i7300_edac.c | 753 int ch, branch, slot, channel, max_channel, max_branch; in i7300_init_csrows() local 762 max_channel = 1; in i7300_init_csrows() 765 max_channel = MAX_CH_PER_BRANCH; in i7300_init_csrows() 778 if (max_channel == 1) in i7300_init_csrows() 796 for (ch = 0; ch < max_channel; ch++) { in i7300_init_csrows()
|
/linux-4.1.27/include/uapi/linux/ |
D | virtio_scsi.h | 113 __u16 max_channel; member
|
/linux-4.1.27/drivers/scsi/ |
D | stex.c | 338 unsigned int max_channel; member 1411 .max_channel = 0, 1424 .max_channel = 0, 1437 .max_channel = 0, 1450 .max_channel = 0, 1463 .max_channel = 3, 1632 host->max_channel = ci->max_channel; in stex_probe()
|
D | storvsc_drv.c | 1829 host->max_channel = STORVSC_FC_MAX_CHANNELS - 1; in storvsc_probe() 1835 host->max_channel = max_channels - 1; in storvsc_probe() 1841 host->max_channel = STORVSC_IDE_MAX_CHANNELS - 1; in storvsc_probe()
|
D | u14-34f.c | 956 sh[j]->max_channel = MAX_CHANNEL - 1; in port_detect() 1012 for (i = 0; i <= sh[j]->max_channel; i++) in port_detect() 1423 for (c = 0; c <= sh[j]->max_channel; c++) in u14_34f_eh_host_reset() 1862 for (c = 0; c <= sh[j]->max_channel; c++) in ihdlr()
|
D | eata.c | 1320 shost->max_channel = info.max_chan; in port_detect() 1394 for (i = 0; i <= shost->max_channel; i++) in port_detect() 1928 for (c = 0; c <= shost->max_channel; c++) in eata2x_eh_host_reset() 2466 for (c = 0; c <= shost->max_channel; c++) in ihdlr()
|
D | hosts.c | 399 shost->max_channel = 0; in scsi_host_alloc()
|
D | scsi_scan.c | 1717 if (((channel != SCAN_WILD_CARD) && (channel > shost->max_channel)) || in scsi_scan_host_selected() 1728 for (channel = 0; channel <= shost->max_channel; in scsi_scan_host_selected()
|
D | iscsi_tcp.c | 840 shost->max_channel = 0; in iscsi_sw_tcp_session_create()
|
D | xen-scsifront.c | 864 host->max_channel = 0; in scsifront_probe()
|
D | virtio_scsi.c | 1001 shost->max_channel = 0; in virtscsi_probe()
|
D | vmw_pvscsi.c | 1438 host->max_channel = 0; in pvscsi_probe()
|
D | megaraid.c | 283 adapter->host->max_channel = in mega_query_adapter() 1862 adapter->host->max_id, adapter->host->max_channel, in megaraid_info()
|
D | 3w-sas.c | 1633 host->max_channel = 0; in twl_probe()
|
D | scsi_error.c | 1592 for (channel = 0; channel <= shost->max_channel; channel++) { in scsi_eh_bus_reset()
|
D | scsi_transport_fc.c | 2133 if (((channel != SCAN_WILD_CARD) && (channel > shost->max_channel)) || in fc_user_scan() 2140 chhi = shost->max_channel + 1; in fc_user_scan()
|
D | gdth.c | 4785 shp->max_channel = ha->bus_cnt; in gdth_isa_probe_one() 4916 shp->max_channel = ha->bus_cnt; in gdth_eisa_probe_one() 5060 shp->max_channel = ha->bus_cnt; in gdth_pci_probe_one()
|
D | 3w-xxxx.c | 2308 host->max_channel = 0; in tw_probe()
|
D | hptiop.c | 1340 host->max_channel = 0; in hptiop_probe()
|
D | 3w-9xxx.c | 2086 host->max_channel = 0; in twa_probe()
|
D | dpt_i2o.c | 2359 host->max_channel = pHba->top_scsi_channel + 1; in adpt_scsi_host_alloc()
|
D | BusLogic.c | 2301 host->max_channel = 0; in blogic_inithoststruct()
|
D | atp870u.c | 2910 shpnt->max_channel = 1; in atp870u_probe()
|
D | qla1280.c | 4308 host->max_channel = bdp->numPorts - 1; in qla1280_probe_one()
|
D | pmcraid.c | 5873 host->max_channel = PMCRAID_MAX_BUS_TO_SCAN; in pmcraid_probe()
|
D | advansys.c | 3340 shost->max_lun, shost->max_channel); in asc_prt_driver_conf() 11629 shost->max_channel = 0; in advansys_board_found()
|
D | ncr53c8xx.c | 8399 instance->max_channel = 0;
|
D | ips.c | 6742 sh->max_channel = ha->nbus - 1; in ips_register_scsi()
|
D | hpsa.c | 4251 sh->max_channel = 3; in hpsa_register_scsi()
|
D | ipr.c | 9613 host->max_channel = IPR_VSET_BUS; in ipr_init_ioa_cfg()
|
/linux-4.1.27/drivers/staging/comedi/drivers/ |
D | ni_stc.h | 327 unsigned max_channel; in RTSI_Output_Bit() local 331 max_channel = 7; in RTSI_Output_Bit() 334 max_channel = 6; in RTSI_Output_Bit() 336 if (channel > max_channel) { in RTSI_Output_Bit()
|
D | mite.c | 221 unsigned max_channel) in mite_request_channel_in_range() argument 231 for (i = min_channel; i <= max_channel; ++i) { in mite_request_channel_in_range()
|
D | mite.h | 81 unsigned max_channel);
|
/linux-4.1.27/drivers/staging/vt6656/ |
D | device.h | 206 u8 max_channel; member
|
/linux-4.1.27/drivers/scsi/ibmvscsi/ |
D | ibmvscsi.c | 86 static int max_channel = 3; variable 110 module_param_named(max_channel, max_channel, int, S_IRUGO | S_IWUSR); 111 MODULE_PARM_DESC(max_channel, "Largest channel value"); 2294 host->max_channel = max_channel; in ibmvscsi_probe()
|
/linux-4.1.27/include/scsi/ |
D | scsi_host.h | 601 unsigned int max_channel; member
|
/linux-4.1.27/drivers/scsi/aacraid/ |
D | linit.c | 903 class_to_shost(device)->max_channel); in aac_show_max_channel() 1270 shost->max_channel = aac->maximum_num_channels; in aac_probe_one() 1272 shost->max_channel = 0; in aac_probe_one()
|
/linux-4.1.27/drivers/staging/unisys/common-spar/include/channels/ |
D | iochannel.h | 255 u32 max_channel; /* maximum channel for devices attached to this member
|
/linux-4.1.27/drivers/message/fusion/ |
D | mptspi.c | 1457 sh->max_channel = 1; in mptspi_probe() 1459 sh->max_channel = 0; in mptspi_probe()
|
/linux-4.1.27/drivers/staging/unisys/virthba/ |
D | virthba.c | 471 scsihost->max_channel = (unsigned)virtpcidev->scsi.max.max_channel; in virthba_probe()
|
/linux-4.1.27/drivers/infiniband/ulp/iser/ |
D | iscsi_iser.c | 619 shost->max_channel = 0; in iscsi_iser_session_create()
|
/linux-4.1.27/drivers/s390/scsi/ |
D | zfcp_scsi.c | 332 adapter->scsi_host->max_channel = 0; in zfcp_scsi_adapter_register()
|
/linux-4.1.27/drivers/scsi/qla2xxx/ |
D | qla_mid.c | 493 host->max_channel = MAX_BUSES - 1; in qla24xx_create_vhost()
|
D | qla_os.c | 2617 host->max_channel = MAX_BUSES - 1; in qla2x00_probe_one() 2632 host->max_cmd_len, host->max_channel, host->max_lun, in qla2x00_probe_one()
|
/linux-4.1.27/drivers/scsi/mvsas/ |
D | mv_init.c | 470 shost->max_channel = 1; in mvs_prep_sas_ha_init()
|
/linux-4.1.27/drivers/staging/unisys/virtpci/ |
D | virtpci.c | 1305 tmpvpcidev->scsi.max.max_channel, in info_debugfs_read()
|
/linux-4.1.27/drivers/target/loopback/ |
D | tcm_loop.c | 411 sh->max_channel = 0; in tcm_loop_driver_probe()
|
/linux-4.1.27/drivers/usb/storage/ |
D | uas.c | 930 shost->max_channel = 0; in uas_probe()
|
/linux-4.1.27/drivers/scsi/pm8001/ |
D | pm8001_init.c | 566 shost->max_channel = 0; in pm8001_prep_sas_ha_init()
|
/linux-4.1.27/drivers/scsi/esas2r/ |
D | esas2r_main.c | 417 host->max_channel = 0; in esas2r_probe()
|
/linux-4.1.27/drivers/scsi/sym53c8xx_2/ |
D | sym_glue.c | 1364 shost->max_channel = 0; in sym_attach()
|
/linux-4.1.27/drivers/scsi/aic7xxx/ |
D | aic7xxx_osm.c | 1111 host->max_channel = (ahc->features & AHC_TWIN) ? 1 : 0; in ahc_linux_register_host()
|
D | aic79xx_osm.c | 1247 host->max_channel = 0; in ahd_linux_register_host()
|
/linux-4.1.27/drivers/scsi/bnx2i/ |
D | bnx2i_iscsi.c | 797 shost->max_channel = 0; in bnx2i_alloc_hba()
|
/linux-4.1.27/drivers/scsi/fcoe/ |
D | fcoe.c | 738 lport->host->max_channel = 0; in fcoe_shost_config()
|
/linux-4.1.27/drivers/scsi/bnx2fc/ |
D | bnx2fc_fcoe.c | 688 shost->max_channel = 0; in bnx2fc_shost_config()
|
/linux-4.1.27/drivers/ata/ |
D | libata-scsi.c | 3680 shost->max_channel = 1; in ata_scsi_add_hosts()
|
/linux-4.1.27/drivers/scsi/cxgbi/ |
D | libcxgbi.c | 355 shost->max_channel = 0; in cxgbi_hbas_add()
|
/linux-4.1.27/drivers/infiniband/ulp/srp/ |
D | ib_srp.c | 3150 target_host->max_channel = 0; in srp_create_target()
|
/linux-4.1.27/drivers/scsi/ufs/ |
D | ufshcd.c | 5487 host->max_channel = UFSHCD_MAX_CHANNEL; in ufshcd_init()
|
/linux-4.1.27/drivers/scsi/be2iscsi/ |
D | be_main.c | 589 shost->max_channel = 0; in beiscsi_hba_alloc()
|
/linux-4.1.27/drivers/scsi/qla4xxx/ |
D | ql4_os.c | 8693 host->max_channel = 0; in qla4xxx_probe_adapter()
|