Home
last modified time | relevance | path

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

/openbmc/linux/drivers/scsi/lpfc/
H A Dlpfc_scsi.c6232 uint32_t sdev_cnt; in lpfc_slave_alloc() local
6274 sdev_cnt = atomic_inc_return(&phba->sdev_cnt); in lpfc_slave_alloc()
6293 if ((sdev_cnt * (vport->cfg_lun_queue_depth + 2)) < total) in lpfc_slave_alloc()
6369 atomic_dec(&phba->sdev_cnt); in lpfc_slave_destroy()
H A Dlpfc.h1437 atomic_t sdev_cnt; member
H A Dlpfc_init.c9130 atomic_set(&phba->sdev_cnt, 0); in lpfc_create_shost()