Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/scsi/lpfc/
Dlpfc_disc.h294 #define NLP_EVT_MAX_EVENT 0xd macro
Dlpfc_nportdisc.c2953 static uint32_t (*lpfc_disc_action[NLP_STE_MAX_STATE * NLP_EVT_MAX_EVENT])
3111 func = lpfc_disc_action[(cur_state * NLP_EVT_MAX_EVENT) + evt]; in lpfc_disc_state_machine()