Home
last modified time | relevance | path

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

/linux/drivers/scsi/lpfc/
H A Dlpfc.h677 #define WORKER_ELS_TMO 0x2 /* vport: ELS timeout */ macro
H A Dlpfc_els.c9544 * timer timeout event by setting the WORKER_ELS_TMO bit to the work port in lpfc_els_timeout_handler()
9547 * lpfc_els_timeout_handler() to work on the posted event WORKER_ELS_TMO. in lpfc_els_timeout_handler()
9558 tmo_posted = vport->work_port_events & WORKER_ELS_TMO; in lpfc_els_timeout_handler()
9560 vport->work_port_events |= WORKER_ELS_TMO; in lpfc_els_timeout_handler()
H A Dlpfc_hbadisc.c1031 if (work_port_events & WORKER_ELS_TMO) in lpfc_work_done()