work_port_events  437 drivers/scsi/lpfc/lpfc.h 	uint32_t work_port_events; /* Timeout to be handled  */
work_port_events 3265 drivers/scsi/lpfc/lpfc_ct.c 	tmo_posted = vport->work_port_events & WORKER_DELAYED_DISC_TMO;
work_port_events 3267 drivers/scsi/lpfc/lpfc_ct.c 		vport->work_port_events |= WORKER_DELAYED_DISC_TMO;
work_port_events 7864 drivers/scsi/lpfc/lpfc_els.c 	tmo_posted = vport->work_port_events & WORKER_ELS_TMO;
work_port_events 7866 drivers/scsi/lpfc/lpfc_els.c 		vport->work_port_events |= WORKER_ELS_TMO;
work_port_events 9578 drivers/scsi/lpfc/lpfc_els.c 	tmo_posted = phba->pport->work_port_events & WORKER_FABRIC_BLOCK_TMO;
work_port_events 9580 drivers/scsi/lpfc/lpfc_els.c 		phba->pport->work_port_events |= WORKER_FABRIC_BLOCK_TMO;
work_port_events  616 drivers/scsi/lpfc/lpfc_hbadisc.c 	uint32_t ha_copy, status, control, work_port_events;
work_port_events  672 drivers/scsi/lpfc/lpfc_hbadisc.c 			work_port_events = vport->work_port_events;
work_port_events  673 drivers/scsi/lpfc/lpfc_hbadisc.c 			vport->work_port_events &= ~work_port_events;
work_port_events  675 drivers/scsi/lpfc/lpfc_hbadisc.c 			if (work_port_events & WORKER_DISC_TMO)
work_port_events  677 drivers/scsi/lpfc/lpfc_hbadisc.c 			if (work_port_events & WORKER_ELS_TMO)
work_port_events  679 drivers/scsi/lpfc/lpfc_hbadisc.c 			if (work_port_events & WORKER_HB_TMO)
work_port_events  681 drivers/scsi/lpfc/lpfc_hbadisc.c 			if (work_port_events & WORKER_MBOX_TMO)
work_port_events  683 drivers/scsi/lpfc/lpfc_hbadisc.c 			if (work_port_events & WORKER_FABRIC_BLOCK_TMO)
work_port_events  685 drivers/scsi/lpfc/lpfc_hbadisc.c 			if (work_port_events & WORKER_RAMP_DOWN_QUEUE)
work_port_events  687 drivers/scsi/lpfc/lpfc_hbadisc.c 			if (work_port_events & WORKER_DELAYED_DISC_TMO)
work_port_events 4688 drivers/scsi/lpfc/lpfc_hbadisc.c 		vport->work_port_events &= ~WORKER_DISC_TMO;
work_port_events 5794 drivers/scsi/lpfc/lpfc_hbadisc.c 	tmo_posted = vport->work_port_events & WORKER_DISC_TMO;
work_port_events 5796 drivers/scsi/lpfc/lpfc_hbadisc.c 		vport->work_port_events |= WORKER_DISC_TMO;
work_port_events 1159 drivers/scsi/lpfc/lpfc_init.c 	tmo_posted = phba->pport->work_port_events & WORKER_HB_TMO;
work_port_events 1161 drivers/scsi/lpfc/lpfc_init.c 		phba->pport->work_port_events |= WORKER_HB_TMO;
work_port_events 3550 drivers/scsi/lpfc/lpfc_init.c 			vports[i]->work_port_events = 0;
work_port_events 4568 drivers/scsi/lpfc/lpfc_init.c 	phba->pport->work_port_events = 0;
work_port_events 4585 drivers/scsi/lpfc/lpfc_init.c 		phba->pport->work_port_events = 0;
work_port_events 11387 drivers/scsi/lpfc/lpfc_init.c 	phba->pport->work_port_events = 0;
work_port_events 11575 drivers/scsi/lpfc/lpfc_init.c 		phba->pport->work_port_events = 0;
work_port_events  224 drivers/scsi/lpfc/lpfc_scsi.c 	evt_posted = phba->pport->work_port_events & WORKER_RAMP_DOWN_QUEUE;
work_port_events  226 drivers/scsi/lpfc/lpfc_scsi.c 		phba->pport->work_port_events |= WORKER_RAMP_DOWN_QUEUE;
work_port_events 7796 drivers/scsi/lpfc/lpfc_sli.c 	tmo_posted = phba->pport->work_port_events & WORKER_MBOX_TMO;
work_port_events 7798 drivers/scsi/lpfc/lpfc_sli.c 		phba->pport->work_port_events |= WORKER_MBOX_TMO;
work_port_events 7965 drivers/scsi/lpfc/lpfc_sli.c 	phba->pport->work_port_events &= ~WORKER_MBOX_TMO;
work_port_events 10815 drivers/scsi/lpfc/lpfc_sli.c 	phba->pport->work_port_events &= ~WORKER_MBOX_TMO;
work_port_events 12581 drivers/scsi/lpfc/lpfc_sli.c 				phba->pport->work_port_events &=
work_port_events 13160 drivers/scsi/lpfc/lpfc_sli.c 	phba->pport->work_port_events &= ~WORKER_MBOX_TMO;
work_port_events  816 drivers/scsi/lpfc/lpfc_vport.c 	vport->work_port_events = 0;