Lines Matching full:sent
85 uint32_t nlp_last_elscmd; /* Last ELS cmd sent */
161 #define NLP_REG_LOGIN_SEND 0x00000002 /* sent reglogin to adapter */
164 #define NLP_PLOGI_SND 0x00000020 /* sent PLOGI request for this entry */
165 #define NLP_PRLI_SND 0x00000040 /* sent PRLI request for this entry */
166 #define NLP_ADISC_SND 0x00000080 /* sent ADISC request for this entry */
167 #define NLP_LOGO_SND 0x00000100 /* sent LOGO request for this entry */
168 #define NLP_RNID_SND 0x00000400 /* sent RNID request for this entry */
169 #define NLP_ELS_SND_MASK 0x000007e0 /* sent ELS request for this entry */
235 #define NLP_STE_PLOGI_ISSUE 0x1 /* PLOGI was sent to NL_PORT */
236 #define NLP_STE_ADISC_ISSUE 0x2 /* ADISC was sent to NL_PORT */
238 #define NLP_STE_PRLI_ISSUE 0x4 /* PRLI was sent to NL_PORT */
239 #define NLP_STE_LOGO_ISSUE 0x5 /* LOGO was sent to NL_PORT */
293 #define NLP_EVT_CMPL_PLOGI 0x6 /* Sent an ELS PLOGI command */
294 #define NLP_EVT_CMPL_PRLI 0x7 /* Sent an ELS PRLI command */
295 #define NLP_EVT_CMPL_LOGO 0x8 /* Sent an ELS LOGO command */
296 #define NLP_EVT_CMPL_ADISC 0x9 /* Sent an ELS ADISC command */