Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/scsi/lpfc/
H A Dlpfc.h438 #define WORKER_DELAYED_DISC_TMO 0x8 /* vport: delayed discovery */ macro
H A 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()
H A Dlpfc_hbadisc.c701 if (work_port_events & WORKER_DELAYED_DISC_TMO) in lpfc_work_done()