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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/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);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/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 111 milliseconds