Searched refs:fast_event_count (Results 1 - 3 of 3) sorted by relevance

/drivers/scsi/lpfc/
H A Dlpfc.h901 atomic_t fast_event_count; member in struct:lpfc_hba
H A Dlpfc_hbadisc.c381 if (atomic_read(&phba->fast_event_count) > LPFC_MAX_EVT_COUNT)
387 atomic_inc(&phba->fast_event_count);
406 atomic_dec(&phba->fast_event_count);
H A Dlpfc_init.c4773 atomic_set(&phba->fast_event_count, 0);

Completed in 58 milliseconds