Home
last modified time | relevance | path

Searched refs:cmf_busy (Results 1 – 4 of 4) sorted by relevance

/Linux-v5.15/drivers/scsi/lpfc/
Dlpfc.h1524 atomic_t cmf_busy; member
1611 uint32_t cmf_busy; member
Dlpfc_init.c3049 atomic_set(&phba->cmf_busy, 0); in lpfc_cmf_stop()
3114 atomic_set(&phba->cmf_busy, 0); in lpfc_cmf_start()
5946 busy = atomic_xchg(&phba->cmf_busy, 0); in lpfc_cmf_timer()
5969 entry->cmf_busy = busy; in lpfc_cmf_timer()
Dlpfc_attr.c267 atomic_read(&phba->cmf_busy), in lpfc_cmf_info_show()
Dlpfc_scsi.c3956 atomic_inc(&phba->cmf_busy); in lpfc_update_cmf_cmd()