sdev_cnt         1152 drivers/scsi/lpfc/lpfc.h 	atomic_t sdev_cnt;
sdev_cnt         7546 drivers/scsi/lpfc/lpfc_init.c 	atomic_set(&phba->sdev_cnt, 0);
sdev_cnt         5505 drivers/scsi/lpfc/lpfc_scsi.c 	uint32_t sdev_cnt;
sdev_cnt         5547 drivers/scsi/lpfc/lpfc_scsi.c 	sdev_cnt = atomic_inc_return(&phba->sdev_cnt);
sdev_cnt         5566 drivers/scsi/lpfc/lpfc_scsi.c 	if ((sdev_cnt * (vport->cfg_lun_queue_depth + 2)) < total)
sdev_cnt         5642 drivers/scsi/lpfc/lpfc_scsi.c 	atomic_dec(&phba->sdev_cnt);