Lines Matching refs:work_port_events
943 uint32_t ha_copy, status, control, work_port_events; in lpfc_work_done() local
979 if (phba->pport->work_port_events & in lpfc_work_done()
982 phba->pport->work_port_events &= in lpfc_work_done()
985 if (phba->pport->work_port_events & in lpfc_work_done()
988 phba->pport->work_port_events &= in lpfc_work_done()
1022 work_port_events = vport->work_port_events; in lpfc_work_done()
1023 vport->work_port_events &= ~work_port_events; in lpfc_work_done()
1027 if (work_port_events & WORKER_DISC_TMO) in lpfc_work_done()
1029 if (work_port_events & WORKER_ELS_TMO) in lpfc_work_done()
1031 if (work_port_events & WORKER_HB_TMO) in lpfc_work_done()
1033 if (work_port_events & WORKER_MBOX_TMO) in lpfc_work_done()
1035 if (work_port_events & WORKER_FABRIC_BLOCK_TMO) in lpfc_work_done()
1037 if (work_port_events & WORKER_RAMP_DOWN_QUEUE) in lpfc_work_done()
1039 if (work_port_events & WORKER_DELAYED_DISC_TMO) in lpfc_work_done()
5016 vport->work_port_events &= ~WORKER_DISC_TMO; in lpfc_can_disctmo()
6072 tmo_posted = vport->work_port_events & WORKER_DISC_TMO; in lpfc_disc_timeout()
6074 vport->work_port_events |= WORKER_DISC_TMO; in lpfc_disc_timeout()