Lines Matching full:sent
107 uint32_t nlp_last_elscmd; /* Last ELS cmd sent */
188 NLP_REG_LOGIN_SEND = 1, /* sent reglogin to adapter */
190 NLP_PLOGI_SND = 5, /* sent PLOGI request for this entry */
191 NLP_PRLI_SND = 6, /* sent PRLI request for this entry */
192 NLP_ADISC_SND = 7, /* sent ADISC request for this entry */
193 NLP_LOGO_SND = 8, /* sent LOGO request for this entry */
194 NLP_RNID_SND = 10, /* sent RNID request for this entry */
233 #define NLP_STE_PLOGI_ISSUE 0x1 /* PLOGI was sent to NL_PORT */
234 #define NLP_STE_ADISC_ISSUE 0x2 /* ADISC was sent to NL_PORT */
236 #define NLP_STE_PRLI_ISSUE 0x4 /* PRLI was sent to NL_PORT */
237 #define NLP_STE_LOGO_ISSUE 0x5 /* LOGO was sent to NL_PORT */
291 #define NLP_EVT_CMPL_PLOGI 0x6 /* Sent an ELS PLOGI command */
292 #define NLP_EVT_CMPL_PRLI 0x7 /* Sent an ELS PRLI command */
293 #define NLP_EVT_CMPL_LOGO 0x8 /* Sent an ELS LOGO command */
294 #define NLP_EVT_CMPL_ADISC 0x9 /* Sent an ELS ADISC command */