Searched refs:SCAN_WILD_CARD (Results 1 – 9 of 9) sorted by relevance
1610 if (lun != SCAN_WILD_CARD) { in __scsi_scan_target()1684 if (id == SCAN_WILD_CARD) in scsi_scan_channel()1717 if (((channel != SCAN_WILD_CARD) && (channel > shost->max_channel)) || in scsi_scan_host_selected()1718 ((id != SCAN_WILD_CARD) && (id >= shost->max_id)) || in scsi_scan_host_selected()1719 ((lun != SCAN_WILD_CARD) && (lun >= shost->max_lun))) in scsi_scan_host_selected()1727 if (channel == SCAN_WILD_CARD) in scsi_scan_host_selected()1869 scsi_scan_host_selected(shost, SCAN_WILD_CARD, SCAN_WILD_CARD, in do_scsi_scan_host()1870 SCAN_WILD_CARD, 0); in do_scsi_scan_host()
2133 if (((channel != SCAN_WILD_CARD) && (channel > shost->max_channel)) || in fc_user_scan()2134 ((id != SCAN_WILD_CARD) && (id >= shost->max_id)) || in fc_user_scan()2135 ((lun != SCAN_WILD_CARD) && (lun > shost->max_lun))) in fc_user_scan()2138 if (channel == SCAN_WILD_CARD) { in fc_user_scan()2146 if (id == SCAN_WILD_CARD) { in fc_user_scan()3280 rport->scsi_target_id, SCAN_WILD_CARD, 1); in fc_scsi_scan_rport()
1592 lun = SCAN_WILD_CARD; in sas_rphy_add()1719 if ((channel == SCAN_WILD_CARD || channel == 0) && in sas_user_scan()1720 (id == SCAN_WILD_CARD || id == rphy->scsi_target_id)) { in sas_user_scan()
1815 if ((scan_data->channel == SCAN_WILD_CARD || in iscsi_user_scan_session()1817 (scan_data->id == SCAN_WILD_CARD || in iscsi_user_scan_session()1851 scan_data.id = SCAN_WILD_CARD; in iscsi_scan_session()1852 scan_data.lun = SCAN_WILD_CARD; in iscsi_scan_session()
88 *val = SCAN_WILD_CARD; in check_set()
50 #define SCAN_WILD_CARD ~0 macro
3998 if (lun != SCAN_WILD_CARD && lun) in ata_scsi_user_scan()4002 if (channel != SCAN_WILD_CARD && channel) in ata_scsi_user_scan()4006 if (id != SCAN_WILD_CARD && id) in ata_scsi_user_scan()4013 if (devno == SCAN_WILD_CARD) { in ata_scsi_user_scan()
2800 0, target->scsi_id, SCAN_WILD_CARD, 0); in srp_add_target()
544 the interface to scsi_scan_target and to move the SCAN_WILD_CARD