Lines Matching full:sent
107 uint32_t nlp_last_elscmd; /* Last ELS cmd sent */
187 #define NLP_REG_LOGIN_SEND 0x00000002 /* sent reglogin to adapter */
190 #define NLP_PLOGI_SND 0x00000020 /* sent PLOGI request for this entry */
191 #define NLP_PRLI_SND 0x00000040 /* sent PRLI request for this entry */
192 #define NLP_ADISC_SND 0x00000080 /* sent ADISC request for this entry */
193 #define NLP_LOGO_SND 0x00000100 /* sent LOGO request for this entry */
194 #define NLP_RNID_SND 0x00000400 /* sent RNID request for this entry */
195 #define NLP_ELS_SND_MASK 0x000007e0 /* sent ELS request for this entry */
234 #define NLP_STE_PLOGI_ISSUE 0x1 /* PLOGI was sent to NL_PORT */
235 #define NLP_STE_ADISC_ISSUE 0x2 /* ADISC was sent to NL_PORT */
237 #define NLP_STE_PRLI_ISSUE 0x4 /* PRLI was sent to NL_PORT */
238 #define NLP_STE_LOGO_ISSUE 0x5 /* LOGO was sent to NL_PORT */
292 #define NLP_EVT_CMPL_PLOGI 0x6 /* Sent an ELS PLOGI command */
293 #define NLP_EVT_CMPL_PRLI 0x7 /* Sent an ELS PRLI command */
294 #define NLP_EVT_CMPL_LOGO 0x8 /* Sent an ELS LOGO command */
295 #define NLP_EVT_CMPL_ADISC 0x9 /* Sent an ELS ADISC command */