Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/scsi/lpfc/
Dlpfc_ct.c2122 uint32_t tmo_posted; in lpfc_delayed_disc_tmo() local
2126 tmo_posted = vport->work_port_events & WORKER_DELAYED_DISC_TMO; in lpfc_delayed_disc_tmo()
2127 if (!tmo_posted) in lpfc_delayed_disc_tmo()
2131 if (!tmo_posted) in lpfc_delayed_disc_tmo()
2164 uint32_t tmo_posted; in lpfc_fdmi_tmo() local
2168 tmo_posted = vport->work_port_events & WORKER_FDMI_TMO; in lpfc_fdmi_tmo()
2169 if (!tmo_posted) in lpfc_fdmi_tmo()
2173 if (!tmo_posted) in lpfc_fdmi_tmo()
Dlpfc_els.c6230 uint32_t tmo_posted; in lpfc_els_timeout() local
6234 tmo_posted = vport->work_port_events & WORKER_ELS_TMO; in lpfc_els_timeout()
6235 if ((!tmo_posted) && (!(vport->load_flag & FC_UNLOADING))) in lpfc_els_timeout()
6239 if ((!tmo_posted) && (!(vport->load_flag & FC_UNLOADING))) in lpfc_els_timeout()
7824 uint32_t tmo_posted; in lpfc_fabric_block_timeout() local
7827 tmo_posted = phba->pport->work_port_events & WORKER_FABRIC_BLOCK_TMO; in lpfc_fabric_block_timeout()
7828 if (!tmo_posted) in lpfc_fabric_block_timeout()
7832 if (!tmo_posted) in lpfc_fabric_block_timeout()
Dlpfc_hbadisc.c5256 uint32_t tmo_posted; in lpfc_disc_timeout() local
5263 tmo_posted = vport->work_port_events & WORKER_DISC_TMO; in lpfc_disc_timeout()
5264 if (!tmo_posted) in lpfc_disc_timeout()
5268 if (!tmo_posted) in lpfc_disc_timeout()
Dlpfc_init.c1073 uint32_t tmo_posted; in lpfc_hb_timeout() local
1080 tmo_posted = phba->pport->work_port_events & WORKER_HB_TMO; in lpfc_hb_timeout()
1081 if (!tmo_posted) in lpfc_hb_timeout()
1086 if (!tmo_posted) in lpfc_hb_timeout()
Dlpfc_sli.c6678 uint32_t tmo_posted; in lpfc_mbox_timeout() local
6681 tmo_posted = phba->pport->work_port_events & WORKER_MBOX_TMO; in lpfc_mbox_timeout()
6682 if (!tmo_posted) in lpfc_mbox_timeout()
6686 if (!tmo_posted) in lpfc_mbox_timeout()