Lines Matching full:sent
105 uint32_t nlp_last_elscmd; /* Last ELS cmd sent */
180 #define NLP_REG_LOGIN_SEND 0x00000002 /* sent reglogin to adapter */
183 #define NLP_PLOGI_SND 0x00000020 /* sent PLOGI request for this entry */
184 #define NLP_PRLI_SND 0x00000040 /* sent PRLI request for this entry */
185 #define NLP_ADISC_SND 0x00000080 /* sent ADISC request for this entry */
186 #define NLP_LOGO_SND 0x00000100 /* sent LOGO request for this entry */
187 #define NLP_RNID_SND 0x00000400 /* sent RNID request for this entry */
188 #define NLP_ELS_SND_MASK 0x000007e0 /* sent ELS request for this entry */
227 #define NLP_STE_PLOGI_ISSUE 0x1 /* PLOGI was sent to NL_PORT */
228 #define NLP_STE_ADISC_ISSUE 0x2 /* ADISC was sent to NL_PORT */
230 #define NLP_STE_PRLI_ISSUE 0x4 /* PRLI was sent to NL_PORT */
231 #define NLP_STE_LOGO_ISSUE 0x5 /* LOGO was sent to NL_PORT */
285 #define NLP_EVT_CMPL_PLOGI 0x6 /* Sent an ELS PLOGI command */
286 #define NLP_EVT_CMPL_PRLI 0x7 /* Sent an ELS PRLI command */
287 #define NLP_EVT_CMPL_LOGO 0x8 /* Sent an ELS LOGO command */
288 #define NLP_EVT_CMPL_ADISC 0x9 /* Sent an ELS ADISC command */