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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/lpfc/
H A Dlpfc.h802 atomic_t fast_event_count; member in struct:lpfc_hba
H A Dlpfc_hbadisc.c301 if (atomic_read(&phba->fast_event_count) > LPFC_MAX_EVT_COUNT)
307 atomic_inc(&phba->fast_event_count);
326 atomic_dec(&phba->fast_event_count);
H A Dlpfc_init.c4391 atomic_set(&phba->fast_event_count, 0);

Completed in 241 milliseconds