Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/scsi/lpfc/
Dlpfc_ct.c3441 uint32_t tmo_posted; in lpfc_delayed_disc_tmo() local
3445 tmo_posted = vport->work_port_events & WORKER_DELAYED_DISC_TMO; in lpfc_delayed_disc_tmo()
3446 if (!tmo_posted) in lpfc_delayed_disc_tmo()
3450 if (!tmo_posted) in lpfc_delayed_disc_tmo()
Dlpfc_els.c9267 uint32_t tmo_posted; in lpfc_els_timeout() local
9271 tmo_posted = vport->work_port_events & WORKER_ELS_TMO; in lpfc_els_timeout()
9272 if ((!tmo_posted) && (!(vport->load_flag & FC_UNLOADING))) in lpfc_els_timeout()
9276 if ((!tmo_posted) && (!(vport->load_flag & FC_UNLOADING))) in lpfc_els_timeout()
11479 uint32_t tmo_posted; in lpfc_fabric_block_timeout() local
11482 tmo_posted = phba->pport->work_port_events & WORKER_FABRIC_BLOCK_TMO; in lpfc_fabric_block_timeout()
11483 if (!tmo_posted) in lpfc_fabric_block_timeout()
11487 if (!tmo_posted) in lpfc_fabric_block_timeout()
Dlpfc_hbadisc.c6118 uint32_t tmo_posted; in lpfc_disc_timeout() local
6125 tmo_posted = vport->work_port_events & WORKER_DISC_TMO; in lpfc_disc_timeout()
6126 if (!tmo_posted) in lpfc_disc_timeout()
6130 if (!tmo_posted) in lpfc_disc_timeout()
Dlpfc_init.c1194 uint32_t tmo_posted; in lpfc_hb_timeout() local
1201 tmo_posted = phba->pport->work_port_events & WORKER_HB_TMO; in lpfc_hb_timeout()
1202 if (!tmo_posted) in lpfc_hb_timeout()
1207 if (!tmo_posted) in lpfc_hb_timeout()
Dlpfc_sli.c9147 uint32_t tmo_posted; in lpfc_mbox_timeout() local
9150 tmo_posted = phba->pport->work_port_events & WORKER_MBOX_TMO; in lpfc_mbox_timeout()
9151 if (!tmo_posted) in lpfc_mbox_timeout()
9155 if (!tmo_posted) in lpfc_mbox_timeout()