Lines Matching refs:work_port_events
754 uint32_t ha_copy, status, control, work_port_events; in lpfc_work_done() local
780 if (phba->pport->work_port_events & in lpfc_work_done()
783 phba->pport->work_port_events &= in lpfc_work_done()
786 if (phba->pport->work_port_events & in lpfc_work_done()
789 phba->pport->work_port_events &= in lpfc_work_done()
826 work_port_events = vport->work_port_events; in lpfc_work_done()
827 vport->work_port_events &= ~work_port_events; in lpfc_work_done()
829 if (work_port_events & WORKER_DISC_TMO) in lpfc_work_done()
831 if (work_port_events & WORKER_ELS_TMO) in lpfc_work_done()
833 if (work_port_events & WORKER_HB_TMO) in lpfc_work_done()
835 if (work_port_events & WORKER_MBOX_TMO) in lpfc_work_done()
837 if (work_port_events & WORKER_FABRIC_BLOCK_TMO) in lpfc_work_done()
839 if (work_port_events & WORKER_RAMP_DOWN_QUEUE) in lpfc_work_done()
841 if (work_port_events & WORKER_DELAYED_DISC_TMO) in lpfc_work_done()
4939 vport->work_port_events &= ~WORKER_DISC_TMO; in lpfc_can_disctmo()
5997 tmo_posted = vport->work_port_events & WORKER_DISC_TMO; in lpfc_disc_timeout()
5999 vport->work_port_events |= WORKER_DISC_TMO; in lpfc_disc_timeout()