Home
last modified time | relevance | path

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

/openbmc/linux/drivers/scsi/lpfc/
H A Dlpfc_hbadisc.c752 unsigned long evt_category, evt_sub_category; in lpfc_send_fastpath_evt() local
762 evt_sub_category = (unsigned long) fast_evt_data->un. in lpfc_send_fastpath_evt()
766 if (evt_sub_category == LPFC_EVENT_FCPRDCHKERR) { in lpfc_send_fastpath_evt()
770 } else if ((evt_sub_category == LPFC_EVENT_FABRIC_BUSY) || in lpfc_send_fastpath_evt()
771 (evt_sub_category == LPFC_EVENT_PORT_BUSY)) { in lpfc_send_fastpath_evt()
779 switch (evt_sub_category) { in lpfc_send_fastpath_evt()