fast_event_count 1125 drivers/scsi/lpfc/lpfc.h 	atomic_t fast_event_count;
fast_event_count  412 drivers/scsi/lpfc/lpfc_hbadisc.c 	if (atomic_read(&phba->fast_event_count) > LPFC_MAX_EVT_COUNT)
fast_event_count  418 drivers/scsi/lpfc/lpfc_hbadisc.c 		atomic_inc(&phba->fast_event_count);
fast_event_count  437 drivers/scsi/lpfc/lpfc_hbadisc.c 	atomic_dec(&phba->fast_event_count);
fast_event_count 6166 drivers/scsi/lpfc/lpfc_init.c 	atomic_set(&phba->fast_event_count, 0);