Home
last modified time | relevance | path

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

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