Searched refs:WORKER_ELS_TMO (Results 1 – 3 of 3) sorted by relevance
677 #define WORKER_ELS_TMO 0x2 /* vport: ELS timeout */ macro
9544 * 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()
1031 if (work_port_events & WORKER_ELS_TMO) in lpfc_work_done()