Lines Matching refs:work_port_events
606 uint32_t ha_copy, status, control, work_port_events; in lpfc_work_done() local
664 work_port_events = vport->work_port_events; in lpfc_work_done()
665 vport->work_port_events &= ~work_port_events; in lpfc_work_done()
667 if (work_port_events & WORKER_DISC_TMO) in lpfc_work_done()
669 if (work_port_events & WORKER_ELS_TMO) in lpfc_work_done()
671 if (work_port_events & WORKER_HB_TMO) in lpfc_work_done()
673 if (work_port_events & WORKER_MBOX_TMO) in lpfc_work_done()
675 if (work_port_events & WORKER_FABRIC_BLOCK_TMO) in lpfc_work_done()
677 if (work_port_events & WORKER_FDMI_TMO) in lpfc_work_done()
679 if (work_port_events & WORKER_RAMP_DOWN_QUEUE) in lpfc_work_done()
681 if (work_port_events & WORKER_DELAYED_DISC_TMO) in lpfc_work_done()
4364 vport->work_port_events &= ~WORKER_DISC_TMO; in lpfc_can_disctmo()
5289 tmo_posted = vport->work_port_events & WORKER_DISC_TMO; in lpfc_disc_timeout()
5291 vport->work_port_events |= WORKER_DISC_TMO; in lpfc_disc_timeout()