Home
last modified time | relevance | path

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

/openbmc/linux/drivers/scsi/lpfc/
H A Dlpfc.h633 #define WORKER_HB_TMO 0x200 /* hba: Heart beat timeout */ macro
H A Dlpfc_init.c1203 tmo_posted = phba->pport->work_port_events & WORKER_HB_TMO; in lpfc_hb_timeout()
1205 phba->pport->work_port_events |= WORKER_HB_TMO; in lpfc_hb_timeout()
H A Dlpfc_hbadisc.c1021 if (work_port_events & WORKER_HB_TMO) in lpfc_work_done()