Home
last modified time | relevance | path

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

/drivers/scsi/lpfc/
Dlpfc_scsi.c4887 uint32_t sdev_cnt; in lpfc_slave_alloc() local
4893 sdev_cnt = atomic_inc_return(&phba->sdev_cnt); in lpfc_slave_alloc()
4906 if ((sdev_cnt * (vport->cfg_lun_queue_depth + 2)) < total) in lpfc_slave_alloc()
4982 atomic_dec(&phba->sdev_cnt); in lpfc_slave_destroy()
Dlpfc.h932 atomic_t sdev_cnt; member
Dlpfc_init.c5411 atomic_set(&phba->sdev_cnt, 0); in lpfc_create_shost()