Searched refs:SCAN_WILD_CARD (Results 1 - 8 of 8) sorted by relevance

/linux-4.1.27/drivers/scsi/
H A Dscsi_scan.c1610 if (lun != SCAN_WILD_CARD) { __scsi_scan_target()
1649 * @lun: Specific LUN to scan or SCAN_WILD_CARD
1684 if (id == SCAN_WILD_CARD) scsi_scan_channel()
1717 if (((channel != SCAN_WILD_CARD) && (channel > shost->max_channel)) || scsi_scan_host_selected()
1718 ((id != SCAN_WILD_CARD) && (id >= shost->max_id)) || scsi_scan_host_selected()
1719 ((lun != SCAN_WILD_CARD) && (lun >= shost->max_lun))) scsi_scan_host_selected()
1727 if (channel == SCAN_WILD_CARD) scsi_scan_host_selected()
1869 scsi_scan_host_selected(shost, SCAN_WILD_CARD, SCAN_WILD_CARD, do_scsi_scan_host()
1870 SCAN_WILD_CARD, 0); do_scsi_scan_host()
H A Dscsi_transport_sas.c1592 lun = SCAN_WILD_CARD; sas_rphy_add()
1719 if ((channel == SCAN_WILD_CARD || channel == 0) && sas_user_scan()
1720 (id == SCAN_WILD_CARD || id == rphy->scsi_target_id)) { sas_user_scan()
H A Dscsi_transport_fc.c2133 if (((channel != SCAN_WILD_CARD) && (channel > shost->max_channel)) || fc_user_scan()
2134 ((id != SCAN_WILD_CARD) && (id >= shost->max_id)) || fc_user_scan()
2135 ((lun != SCAN_WILD_CARD) && (lun > shost->max_lun))) fc_user_scan()
2138 if (channel == SCAN_WILD_CARD) { fc_user_scan()
2146 if (id == SCAN_WILD_CARD) { fc_user_scan()
3280 rport->scsi_target_id, SCAN_WILD_CARD, 1); fc_scsi_scan_rport()
H A Dscsi_sysfs.c88 *val = SCAN_WILD_CARD; check_set()
H A Dscsi_transport_iscsi.c1815 if ((scan_data->channel == SCAN_WILD_CARD || iscsi_user_scan_session()
1817 (scan_data->id == SCAN_WILD_CARD || iscsi_user_scan_session()
1851 scan_data.id = SCAN_WILD_CARD; iscsi_scan_session()
1852 scan_data.lun = SCAN_WILD_CARD; iscsi_scan_session()
/linux-4.1.27/include/scsi/
H A Dscsi.h50 #define SCAN_WILD_CARD ~0 macro
/linux-4.1.27/drivers/ata/
H A Dlibata-scsi.c3998 if (lun != SCAN_WILD_CARD && lun) ata_scsi_user_scan()
4002 if (channel != SCAN_WILD_CARD && channel) ata_scsi_user_scan()
4006 if (id != SCAN_WILD_CARD && id) ata_scsi_user_scan()
4013 if (devno == SCAN_WILD_CARD) { ata_scsi_user_scan()
/linux-4.1.27/drivers/infiniband/ulp/srp/
H A Dib_srp.c2800 0, target->scsi_id, SCAN_WILD_CARD, 0); srp_add_target()

Completed in 225 milliseconds