Home
last modified time | relevance | path

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

/linux/drivers/scsi/lpfc/
H A Dlpfc.h682 #define WORKER_DELAYED_DISC_TMO 0x8 /* vport: delayed discovery */ macro
H A Dlpfc_ct.c3442 tmo_posted = vport->work_port_events & WORKER_DELAYED_DISC_TMO; in lpfc_delayed_disc_tmo()
3444 vport->work_port_events |= WORKER_DELAYED_DISC_TMO; in lpfc_delayed_disc_tmo()
H A Dlpfc_hbadisc.c1030 if (work_port_events & WORKER_DELAYED_DISC_TMO) in lpfc_work_done()