Home
last modified time | relevance | path

Searched refs:tmo_posted (Results 1 – 5 of 5) sorted by relevance

/linux/drivers/scsi/lpfc/
H A Dlpfc_ct.c3463 uint32_t tmo_posted; in lpfc_delayed_disc_tmo() local
3467 tmo_posted = vport->work_port_events & WORKER_DELAYED_DISC_TMO; in lpfc_delayed_disc_tmo()
3468 if (!tmo_posted) in lpfc_delayed_disc_tmo()
3472 if (!tmo_posted) in lpfc_delayed_disc_tmo()
H A Dlpfc_els.c9497 uint32_t tmo_posted; in lpfc_els_timeout() local
9501 tmo_posted = vport->work_port_events & WORKER_ELS_TMO; in lpfc_els_timeout()
9502 if (!tmo_posted && !test_bit(FC_UNLOADING, &vport->load_flag)) in lpfc_els_timeout()
9506 if (!tmo_posted && !test_bit(FC_UNLOADING, &vport->load_flag)) in lpfc_els_timeout()
11716 uint32_t tmo_posted; in lpfc_fabric_block_timeout() local
11719 tmo_posted = phba->pport->work_port_events & WORKER_FABRIC_BLOCK_TMO; in lpfc_fabric_block_timeout()
11720 if (!tmo_posted) in lpfc_fabric_block_timeout()
11724 if (!tmo_posted) in lpfc_fabric_block_timeout()
H A Dlpfc_hbadisc.c6069 uint32_t tmo_posted; in lpfc_disc_timeout() local
6076 tmo_posted = vport->work_port_events & WORKER_DISC_TMO; in lpfc_disc_timeout()
6077 if (!tmo_posted) in lpfc_disc_timeout()
6081 if (!tmo_posted) in lpfc_disc_timeout()
H A Dlpfc_init.c1196 uint32_t tmo_posted; in lpfc_hb_timeout() local
1203 tmo_posted = phba->pport->work_port_events & WORKER_HB_TMO; in lpfc_hb_timeout()
1204 if (!tmo_posted) in lpfc_hb_timeout()
1209 if (!tmo_posted) in lpfc_hb_timeout()
H A Dlpfc_sli.c9199 uint32_t tmo_posted; in lpfc_mbox_timeout() local
9202 tmo_posted = phba->pport->work_port_events & WORKER_MBOX_TMO; in lpfc_mbox_timeout()
9203 if (!tmo_posted) in lpfc_mbox_timeout()
9207 if (!tmo_posted) in lpfc_mbox_timeout()