Searched refs:fc_eventTag (Results 1 – 6 of 6) sorted by relevance
/linux-2.6.39/drivers/scsi/lpfc/ |
D | lpfc_hbadisc.c | 2983 if ((phba->fc_eventTag < la->eventTag) || in lpfc_mbx_cmpl_read_topology() 2984 (phba->fc_eventTag == la->eventTag)) { in lpfc_mbx_cmpl_read_topology() 2987 if (phba->fc_eventTag != 0) in lpfc_mbx_cmpl_read_topology() 2991 phba->fc_eventTag = la->eventTag; in lpfc_mbx_cmpl_read_topology() 3007 la->eventTag, phba->fc_eventTag, in lpfc_mbx_cmpl_read_topology() 3016 la->eventTag, phba->fc_eventTag, in lpfc_mbx_cmpl_read_topology() 3034 la->eventTag, phba->fc_eventTag, in lpfc_mbx_cmpl_read_topology() 3041 la->eventTag, phba->fc_eventTag, in lpfc_mbx_cmpl_read_topology() 3055 la->eventTag, phba->fc_eventTag, in lpfc_mbx_cmpl_read_topology() 3064 la->eventTag, phba->fc_eventTag, in lpfc_mbx_cmpl_read_topology()
|
D | lpfc.h | 602 uint32_t fc_eventTag; /* event tag for link attention */ member
|
D | lpfc_mbox.c | 334 mb->un.varClearLA.eventTag = phba->fc_eventTag; in lpfc_clear_la() 2141 resume_rpi->event_tag = ndlp->phba->fc_eventTag; in lpfc_resume_rpi()
|
D | lpfc_attr.c | 4287 hs->lip_count = (phba->fc_eventTag >> 1); in lpfc_get_stats() 4292 hs->nos_count = (phba->fc_eventTag >> 1); in lpfc_get_stats() 4380 lso->link_events = (phba->fc_eventTag >> 1); in lpfc_reset_stats()
|
D | lpfc_init.c | 3477 phba->fc_eventTag = acqe_fip->event_tag; in lpfc_sli4_async_fip_evt() 3711 phba->fc_eventTag = acqe_dcbx->event_tag; in lpfc_sli4_async_dcbx_evt() 3732 phba->fc_eventTag = acqe_grp5->event_tag; in lpfc_sli4_async_grp5_evt()
|
D | lpfc_sli.c | 3806 phba->fc_eventTag = 0; in lpfc_sli_brdreset() 3867 phba->fc_eventTag = 0; in lpfc_sli4_brdreset()
|