Lines Matching refs:work_port_events
889 uint32_t ha_copy, status, control, work_port_events; in lpfc_work_done() local
925 if (phba->pport->work_port_events & in lpfc_work_done()
928 phba->pport->work_port_events &= in lpfc_work_done()
931 if (phba->pport->work_port_events & in lpfc_work_done()
934 phba->pport->work_port_events &= in lpfc_work_done()
971 work_port_events = vport->work_port_events; in lpfc_work_done()
972 vport->work_port_events &= ~work_port_events; in lpfc_work_done()
976 if (work_port_events & WORKER_DISC_TMO) in lpfc_work_done()
978 if (work_port_events & WORKER_ELS_TMO) in lpfc_work_done()
980 if (work_port_events & WORKER_HB_TMO) in lpfc_work_done()
982 if (work_port_events & WORKER_MBOX_TMO) in lpfc_work_done()
984 if (work_port_events & WORKER_FABRIC_BLOCK_TMO) in lpfc_work_done()
986 if (work_port_events & WORKER_RAMP_DOWN_QUEUE) in lpfc_work_done()
988 if (work_port_events & WORKER_DELAYED_DISC_TMO) in lpfc_work_done()
5036 vport->work_port_events &= ~WORKER_DISC_TMO; in lpfc_can_disctmo()
6125 tmo_posted = vport->work_port_events & WORKER_DISC_TMO; in lpfc_disc_timeout()
6127 vport->work_port_events |= WORKER_DISC_TMO; in lpfc_disc_timeout()