Searched refs:fc_eventTag (Results 1 – 6 of 6) sorted by relevance
/linux-4.4.14/drivers/scsi/lpfc/ |
D | lpfc_hbadisc.c | 3304 if (phba->fc_eventTag <= la->eventTag) { in lpfc_mbx_cmpl_read_topology() 3307 if (phba->fc_eventTag != 0) in lpfc_mbx_cmpl_read_topology() 3311 phba->fc_eventTag = la->eventTag; in lpfc_mbx_cmpl_read_topology() 3329 la->eventTag, phba->fc_eventTag, in lpfc_mbx_cmpl_read_topology() 3338 la->eventTag, phba->fc_eventTag, in lpfc_mbx_cmpl_read_topology() 3356 la->eventTag, phba->fc_eventTag, in lpfc_mbx_cmpl_read_topology() 3362 la->eventTag, phba->fc_eventTag, in lpfc_mbx_cmpl_read_topology() 3375 la->eventTag, phba->fc_eventTag, in lpfc_mbx_cmpl_read_topology() 3384 la->eventTag, phba->fc_eventTag, in lpfc_mbx_cmpl_read_topology()
|
D | lpfc.h | 667 uint32_t fc_eventTag; /* event tag for link attention */ member
|
D | lpfc_mbox.c | 333 mb->un.varClearLA.eventTag = phba->fc_eventTag; in lpfc_clear_la() 2486 resume_rpi->event_tag = ndlp->phba->fc_eventTag; in lpfc_resume_rpi()
|
D | lpfc_attr.c | 5422 hs->lip_count = (phba->fc_eventTag >> 1); in lpfc_get_stats() 5427 hs->nos_count = (phba->fc_eventTag >> 1); in lpfc_get_stats() 5515 lso->link_events = (phba->fc_eventTag >> 1); in lpfc_reset_stats()
|
D | lpfc_init.c | 4339 phba->fc_eventTag = acqe_fip->event_tag; in lpfc_sli4_async_fip_evt() 4581 phba->fc_eventTag = acqe_dcbx->event_tag; in lpfc_sli4_async_dcbx_evt() 4602 phba->fc_eventTag = acqe_grp5->event_tag; in lpfc_sli4_async_grp5_evt()
|
D | lpfc_sli.c | 4013 phba->fc_eventTag = 0; in lpfc_sli_brdreset() 4075 phba->fc_eventTag = 0; in lpfc_sli4_brdreset()
|