Home
last modified time | relevance | path

Searched refs:sdev_cnt (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/scsi/lpfc/
H A Dlpfc_scsi.c6242 uint32_t sdev_cnt; in lpfc_sdev_init() local
6284 sdev_cnt = atomic_inc_return(&phba->sdev_cnt); in lpfc_sdev_init()
6303 if ((sdev_cnt * (vport->cfg_lun_queue_depth + 2)) < total) in lpfc_sdev_init()
6380 atomic_dec(&phba->sdev_cnt); in lpfc_sdev_destroy()
H A Dlpfc_init.c9104 atomic_set(&phba->sdev_cnt, 0); in lpfc_create_shost()