Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/scsi/lpfc/
H A Dlpfc.h438 #define WORKER_ELS_TMO 0x2 /* vport: ELS timeout */ macro
H A Dlpfc_els.c7929 * timer timeout event by setting the WORKER_ELS_TMO bit to the work port
7932 * lpfc_els_timeout_handler() to work on the posted event WORKER_ELS_TMO.
7943 tmo_posted = vport->work_port_events & WORKER_ELS_TMO; in lpfc_els_timeout()
7945 vport->work_port_events |= WORKER_ELS_TMO; in lpfc_els_timeout()
H A Dlpfc_hbadisc.c691 if (work_port_events & WORKER_ELS_TMO) in lpfc_work_done()
/kernel/linux/linux-6.6/drivers/scsi/lpfc/
H A Dlpfc.h629 #define WORKER_ELS_TMO 0x2 /* vport: ELS timeout */ macro
H A Dlpfc_els.c9447 * timer timeout event by setting the WORKER_ELS_TMO bit to the work port
9450 * lpfc_els_timeout_handler() to work on the posted event WORKER_ELS_TMO.
9461 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.c1019 if (work_port_events & WORKER_ELS_TMO) in lpfc_work_done()

Completed in 49 milliseconds