Home
last modified time | relevance | path

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

/openbmc/linux/drivers/scsi/lpfc/
H A Dlpfc.h629 #define WORKER_ELS_TMO 0x2 /* vport: ELS timeout */ macro
H A Dlpfc_els.c9461 tmo_posted = vport->work_port_events & WORKER_ELS_TMO; in lpfc_els_timeout()
9463 vport->work_port_events |= WORKER_ELS_TMO; in lpfc_els_timeout()
H A Dlpfc_hbadisc.c1018 if (work_port_events & WORKER_ELS_TMO) in lpfc_work_done()