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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/lpfc/
H A Dlpfc_ct.c1742 uint32_t tmo_posted; local
1746 tmo_posted = vport->work_port_events & WORKER_FDMI_TMO;
1747 if (!tmo_posted)
1751 if (!tmo_posted)
H A Dlpfc_els.c5221 uint32_t tmo_posted; local
5225 tmo_posted = vport->work_port_events & WORKER_ELS_TMO;
5226 if (!tmo_posted)
5230 if (!tmo_posted)
6686 uint32_t tmo_posted; local
6689 tmo_posted = phba->pport->work_port_events & WORKER_FABRIC_BLOCK_TMO;
6690 if (!tmo_posted)
6694 if (!tmo_posted)
H A Dlpfc_hbadisc.c4533 uint32_t tmo_posted; local
4540 tmo_posted = vport->work_port_events & WORKER_DISC_TMO;
4541 if (!tmo_posted)
4545 if (!tmo_posted)
H A Dlpfc_init.c910 uint32_t tmo_posted; local
917 tmo_posted = phba->pport->work_port_events & WORKER_HB_TMO;
918 if (!tmo_posted)
923 if (!tmo_posted)
H A Dlpfc_sli.c4640 uint32_t tmo_posted; local
4643 tmo_posted = phba->pport->work_port_events & WORKER_MBOX_TMO;
4644 if (!tmo_posted)
4648 if (!tmo_posted)

Completed in 188 milliseconds