Home
last modified time | relevance | path

Searched refs:LPFC_NS_QRY (Results 1 – 5 of 5) sorted by relevance

/Linux-v6.1/drivers/scsi/lpfc/
Dlpfc_ct.c1991 if (vport->port_state < LPFC_NS_QRY) in lpfc_ns_cmd()
1992 vport->port_state = LPFC_NS_QRY; in lpfc_ns_cmd()
2003 if (vport->port_state < LPFC_NS_QRY) in lpfc_ns_cmd()
2004 vport->port_state = LPFC_NS_QRY; in lpfc_ns_cmd()
Dlpfc.h376 LPFC_NS_QRY = 11, /* Query NameServer for NPort ID list */ enumerator
Dlpfc_attr.c1072 case LPFC_NS_QRY: in lpfc_link_state_show()
Dlpfc_hbadisc.c6226 case LPFC_NS_QRY: in lpfc_disc_timeout_handler()
Dlpfc_els.c7876 if (vport->port_state <= LPFC_NS_QRY) { in lpfc_els_rcv_rscn()