Home
last modified time | relevance | path

Searched refs:NLP_ADISC_SND (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/scsi/lpfc/
H A Dlpfc_disc.h192 NLP_ADISC_SND = 7, /* sent ADISC request for this entry */ enumerator
H A Dlpfc_els.c2813 clear_bit(NLP_ADISC_SND, &ndlp->nlp_flag); in lpfc_cmpl_els_adisc()
2926 set_bit(NLP_ADISC_SND, &ndlp->nlp_flag); in lpfc_issue_els_adisc()
2947 clear_bit(NLP_ADISC_SND, &ndlp->nlp_flag); in lpfc_issue_els_adisc()
H A Dlpfc_bsg.c413 test_bit(NLP_ADISC_SND, &ndlp->nlp_flag) || in lpfc_bsg_send_mgmt_cmd()