Home
last modified time | relevance | path

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

/drivers/scsi/lpfc/
Dlpfc.h439 #define WORKER_DELAYED_DISC_TMO 0x8 /* vport: delayed discovery */ macro
Dlpfc_ct.c3291 tmo_posted = vport->work_port_events & WORKER_DELAYED_DISC_TMO; in lpfc_delayed_disc_tmo()
3293 vport->work_port_events |= WORKER_DELAYED_DISC_TMO; in lpfc_delayed_disc_tmo()
Dlpfc_hbadisc.c701 if (work_port_events & WORKER_DELAYED_DISC_TMO) in lpfc_work_done()