Searched refs:NLP_FCP_INI_DEVICE (Results 1 – 3 of 3) sorted by relevance
989 ndlp->nlp_fcp_info |= NLP_FCP_INI_DEVICE; in emlxs_handle_sol_prli()991 ndlp->nlp_fcp_info &= ~NLP_FCP_INI_DEVICE; in emlxs_handle_sol_prli()1597 ndlp->nlp_fcp_info |= NLP_FCP_INI_DEVICE; in emlxs_handle_unsol_prli()1599 ndlp->nlp_fcp_info &= ~NLP_FCP_INI_DEVICE; in emlxs_handle_unsol_prli()
7145 if (nlp->nlp_fcp_info & NLP_FCP_INI_DEVICE) { in emlxs_dfc_get_nodeinfo()
422 #define NLP_FCP_INI_DEVICE 0x20 /* FCP Initiator device */ macro