Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/scsi/lpfc/
Dlpfc.h988 atomic_t sdev_cnt; member
Dlpfc_scsi.c5398 uint32_t sdev_cnt; in lpfc_slave_alloc() local
5438 sdev_cnt = atomic_inc_return(&phba->sdev_cnt); in lpfc_slave_alloc()
5451 if ((sdev_cnt * (vport->cfg_lun_queue_depth + 2)) < total) in lpfc_slave_alloc()
5527 atomic_dec(&phba->sdev_cnt); in lpfc_slave_destroy()
Dlpfc_init.c6133 atomic_set(&phba->sdev_cnt, 0); in lpfc_create_shost()