Home
last modified time | relevance | path

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

/drivers/scsi/lpfc/
Dlpfc_ct.c3673 uint32_t tmo_posted; in lpfc_delayed_disc_tmo() local
3677 tmo_posted = vport->work_port_events & WORKER_DELAYED_DISC_TMO; in lpfc_delayed_disc_tmo()
3678 if (!tmo_posted) in lpfc_delayed_disc_tmo()
3682 if (!tmo_posted) in lpfc_delayed_disc_tmo()
Dlpfc_els.c8896 uint32_t tmo_posted; in lpfc_els_timeout() local
8900 tmo_posted = vport->work_port_events & WORKER_ELS_TMO; in lpfc_els_timeout()
8901 if ((!tmo_posted) && (!(vport->load_flag & FC_UNLOADING))) in lpfc_els_timeout()
8905 if ((!tmo_posted) && (!(vport->load_flag & FC_UNLOADING))) in lpfc_els_timeout()
11043 uint32_t tmo_posted; in lpfc_fabric_block_timeout() local
11046 tmo_posted = phba->pport->work_port_events & WORKER_FABRIC_BLOCK_TMO; in lpfc_fabric_block_timeout()
11047 if (!tmo_posted) in lpfc_fabric_block_timeout()
11051 if (!tmo_posted) in lpfc_fabric_block_timeout()
Dlpfc_hbadisc.c6107 uint32_t tmo_posted; in lpfc_disc_timeout() local
6114 tmo_posted = vport->work_port_events & WORKER_DISC_TMO; in lpfc_disc_timeout()
6115 if (!tmo_posted) in lpfc_disc_timeout()
6119 if (!tmo_posted) in lpfc_disc_timeout()
Dlpfc_init.c1139 uint32_t tmo_posted; in lpfc_hb_timeout() local
1146 tmo_posted = phba->pport->work_port_events & WORKER_HB_TMO; in lpfc_hb_timeout()
1147 if (!tmo_posted) in lpfc_hb_timeout()
1152 if (!tmo_posted) in lpfc_hb_timeout()
Dlpfc_sli.c9002 uint32_t tmo_posted; in lpfc_mbox_timeout() local
9005 tmo_posted = phba->pport->work_port_events & WORKER_MBOX_TMO; in lpfc_mbox_timeout()
9006 if (!tmo_posted) in lpfc_mbox_timeout()
9010 if (!tmo_posted) in lpfc_mbox_timeout()