Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/scsi/lpfc/
Dlpfc_ct.c2123 uint32_t tmo_posted; in lpfc_delayed_disc_tmo() local
2127 tmo_posted = vport->work_port_events & WORKER_DELAYED_DISC_TMO; in lpfc_delayed_disc_tmo()
2128 if (!tmo_posted) in lpfc_delayed_disc_tmo()
2132 if (!tmo_posted) in lpfc_delayed_disc_tmo()
2165 uint32_t tmo_posted; in lpfc_fdmi_tmo() local
2169 tmo_posted = vport->work_port_events & WORKER_FDMI_TMO; in lpfc_fdmi_tmo()
2170 if (!tmo_posted) in lpfc_fdmi_tmo()
2174 if (!tmo_posted) in lpfc_fdmi_tmo()
Dlpfc_els.c6846 uint32_t tmo_posted; in lpfc_els_timeout() local
6850 tmo_posted = vport->work_port_events & WORKER_ELS_TMO; in lpfc_els_timeout()
6851 if ((!tmo_posted) && (!(vport->load_flag & FC_UNLOADING))) in lpfc_els_timeout()
6855 if ((!tmo_posted) && (!(vport->load_flag & FC_UNLOADING))) in lpfc_els_timeout()
8449 uint32_t tmo_posted; in lpfc_fabric_block_timeout() local
8452 tmo_posted = phba->pport->work_port_events & WORKER_FABRIC_BLOCK_TMO; in lpfc_fabric_block_timeout()
8453 if (!tmo_posted) in lpfc_fabric_block_timeout()
8457 if (!tmo_posted) in lpfc_fabric_block_timeout()
Dlpfc_hbadisc.c5282 uint32_t tmo_posted; in lpfc_disc_timeout() local
5289 tmo_posted = vport->work_port_events & WORKER_DISC_TMO; in lpfc_disc_timeout()
5290 if (!tmo_posted) in lpfc_disc_timeout()
5294 if (!tmo_posted) in lpfc_disc_timeout()
Dlpfc_init.c1075 uint32_t tmo_posted; in lpfc_hb_timeout() local
1082 tmo_posted = phba->pport->work_port_events & WORKER_HB_TMO; in lpfc_hb_timeout()
1083 if (!tmo_posted) in lpfc_hb_timeout()
1088 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()