Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/scsi/lpfc/
H A Dlpfc_ct.c3287 uint32_t tmo_posted; in lpfc_delayed_disc_tmo() local
3291 tmo_posted = vport->work_port_events & WORKER_DELAYED_DISC_TMO; in lpfc_delayed_disc_tmo()
3292 if (!tmo_posted) in lpfc_delayed_disc_tmo()
3296 if (!tmo_posted) in lpfc_delayed_disc_tmo()
H A Dlpfc_els.c7939 uint32_t tmo_posted; in lpfc_els_timeout() local
7943 tmo_posted = vport->work_port_events & WORKER_ELS_TMO; in lpfc_els_timeout()
7944 if ((!tmo_posted) && (!(vport->load_flag & FC_UNLOADING))) in lpfc_els_timeout()
7948 if ((!tmo_posted) && (!(vport->load_flag & FC_UNLOADING))) in lpfc_els_timeout()
9727 uint32_t tmo_posted; in lpfc_fabric_block_timeout() local
9730 tmo_posted = phba->pport->work_port_events & WORKER_FABRIC_BLOCK_TMO; in lpfc_fabric_block_timeout()
9731 if (!tmo_posted) in lpfc_fabric_block_timeout()
9735 if (!tmo_posted) in lpfc_fabric_block_timeout()
H A Dlpfc_hbadisc.c5902 uint32_t tmo_posted; in lpfc_disc_timeout() local
5909 tmo_posted = vport->work_port_events & WORKER_DISC_TMO; in lpfc_disc_timeout()
5910 if (!tmo_posted) in lpfc_disc_timeout()
5914 if (!tmo_posted) in lpfc_disc_timeout()
H A Dlpfc_init.c1137 uint32_t tmo_posted; in lpfc_hb_timeout() local
1144 tmo_posted = phba->pport->work_port_events & WORKER_HB_TMO; in lpfc_hb_timeout()
1145 if (!tmo_posted) in lpfc_hb_timeout()
1150 if (!tmo_posted) in lpfc_hb_timeout()
H A Dlpfc_sli.c8027 uint32_t tmo_posted; in lpfc_mbox_timeout() local
8030 tmo_posted = phba->pport->work_port_events & WORKER_MBOX_TMO; in lpfc_mbox_timeout()
8031 if (!tmo_posted) in lpfc_mbox_timeout()
8035 if (!tmo_posted) in lpfc_mbox_timeout()