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.c9554 uint32_t tmo_posted; in lpfc_els_timeout() local
9558 tmo_posted = vport->work_port_events & WORKER_ELS_TMO; in lpfc_els_timeout()
9559 if (!tmo_posted && !test_bit(FC_UNLOADING, &vport->load_flag)) in lpfc_els_timeout()
9563 if (!tmo_posted && !test_bit(FC_UNLOADING, &vport->load_flag)) in lpfc_els_timeout()
11772 uint32_t tmo_posted; in lpfc_fabric_block_timeout() local
11775 tmo_posted = phba->pport->work_port_events & WORKER_FABRIC_BLOCK_TMO; in lpfc_fabric_block_timeout()
11776 if (!tmo_posted) in lpfc_fabric_block_timeout()
11780 if (!tmo_posted) in lpfc_fabric_block_timeout()
H A Dlpfc_hbadisc.c6068 uint32_t tmo_posted; in lpfc_disc_timeout() local
6075 tmo_posted = vport->work_port_events & WORKER_DISC_TMO; in lpfc_disc_timeout()
6076 if (!tmo_posted) in lpfc_disc_timeout()
6080 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.c9195 uint32_t tmo_posted; in lpfc_mbox_timeout() local
9198 tmo_posted = phba->pport->work_port_events & WORKER_MBOX_TMO; in lpfc_mbox_timeout()
9199 if (!tmo_posted) in lpfc_mbox_timeout()
9203 if (!tmo_posted) in lpfc_mbox_timeout()