Home
last modified time | relevance | path

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

/linux-6.15/drivers/scsi/lpfc/
H A Dlpfc_ct.c3438 uint32_t tmo_posted; in lpfc_delayed_disc_tmo() local
3442 tmo_posted = vport->work_port_events & WORKER_DELAYED_DISC_TMO; in lpfc_delayed_disc_tmo()
3443 if (!tmo_posted) in lpfc_delayed_disc_tmo()
3447 if (!tmo_posted) in lpfc_delayed_disc_tmo()
H A Dlpfc_els.c9390 uint32_t tmo_posted; in lpfc_els_timeout() local
9394 tmo_posted = vport->work_port_events & WORKER_ELS_TMO; in lpfc_els_timeout()
9395 if (!tmo_posted && !test_bit(FC_UNLOADING, &vport->load_flag)) in lpfc_els_timeout()
9399 if (!tmo_posted && !test_bit(FC_UNLOADING, &vport->load_flag)) in lpfc_els_timeout()
11599 uint32_t tmo_posted; in lpfc_fabric_block_timeout() local
11602 tmo_posted = phba->pport->work_port_events & WORKER_FABRIC_BLOCK_TMO; in lpfc_fabric_block_timeout()
11603 if (!tmo_posted) in lpfc_fabric_block_timeout()
11607 if (!tmo_posted) in lpfc_fabric_block_timeout()
H A Dlpfc_hbadisc.c6064 uint32_t tmo_posted; in lpfc_disc_timeout() local
6071 tmo_posted = vport->work_port_events & WORKER_DISC_TMO; in lpfc_disc_timeout()
6072 if (!tmo_posted) in lpfc_disc_timeout()
6076 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.c9120 uint32_t tmo_posted; in lpfc_mbox_timeout() local
9123 tmo_posted = phba->pport->work_port_events & WORKER_MBOX_TMO; in lpfc_mbox_timeout()
9124 if (!tmo_posted) in lpfc_mbox_timeout()
9128 if (!tmo_posted) in lpfc_mbox_timeout()