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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/lpfc/
H A Dlpfc.h370 #define WORKER_ELS_TMO 0x2 /* vport: ELS timeout */ macro
H A Dlpfc_els.c5211 * timer timeout event by setting the WORKER_ELS_TMO bit to the work port
5214 * lpfc_els_timeout_handler() to work on the posted event WORKER_ELS_TMO.
5225 tmo_posted = vport->work_port_events & WORKER_ELS_TMO;
5227 vport->work_port_events |= WORKER_ELS_TMO;
H A Dlpfc_hbadisc.c558 if (work_port_events & WORKER_ELS_TMO)

Completed in 76 milliseconds