Searched refs:fc_eventTag (Results 1 – 7 of 7) sorted by relevance
/drivers/scsi/lpfc/ |
D | lpfc_hbadisc.c | 3716 if (phba->fc_eventTag <= la->eventTag) { in lpfc_mbx_cmpl_read_topology() 3719 if (phba->fc_eventTag != 0) in lpfc_mbx_cmpl_read_topology() 3723 phba->fc_eventTag = la->eventTag; in lpfc_mbx_cmpl_read_topology() 3741 la->eventTag, phba->fc_eventTag, in lpfc_mbx_cmpl_read_topology() 3750 la->eventTag, phba->fc_eventTag, in lpfc_mbx_cmpl_read_topology() 3772 la->eventTag, phba->fc_eventTag, in lpfc_mbx_cmpl_read_topology() 3778 la->eventTag, phba->fc_eventTag, in lpfc_mbx_cmpl_read_topology() 3786 la->eventTag, phba->fc_eventTag, in lpfc_mbx_cmpl_read_topology() 3799 la->eventTag, phba->fc_eventTag, in lpfc_mbx_cmpl_read_topology() 3808 la->eventTag, phba->fc_eventTag, in lpfc_mbx_cmpl_read_topology()
|
D | lpfc_ct.c | 713 phba->fc_eventTag, cnt, 0, retry); in lpfc_ct_cmd() 963 if (cmdiocb->event_tag != phba->fc_eventTag) { in lpfc_cmpl_ct_cmd_gid_ft() 1180 if (cmdiocb->event_tag != phba->fc_eventTag) { in lpfc_cmpl_ct_cmd_gid_pt() 1386 if (cmdiocb->event_tag != phba->fc_eventTag) { in lpfc_cmpl_ct_cmd_gff_id() 1534 if ((uint32_t) cmdiocb->event_tag != phba->fc_eventTag) { in lpfc_cmpl_ct_cmd_gft_id()
|
D | lpfc_mbox.c | 335 mb->un.varClearLA.eventTag = phba->fc_eventTag; in lpfc_clear_la() 2632 resume_rpi->event_tag = ndlp->phba->fc_eventTag; in lpfc_resume_rpi()
|
D | lpfc.h | 1060 uint32_t fc_eventTag; /* event tag for link attention */ member
|
D | lpfc_attr.c | 7146 hs->lip_count = (phba->fc_eventTag >> 1); in lpfc_get_stats() 7151 hs->nos_count = (phba->fc_eventTag >> 1); in lpfc_get_stats() 7242 lso->link_events = (phba->fc_eventTag >> 1); in lpfc_reset_stats()
|
D | lpfc_init.c | 6589 phba->fc_eventTag = acqe_fip->event_tag; in lpfc_sli4_async_fip_evt() 6832 phba->fc_eventTag = acqe_dcbx->event_tag; in lpfc_sli4_async_dcbx_evt() 6853 phba->fc_eventTag = acqe_grp5->event_tag; in lpfc_sli4_async_grp5_evt()
|
D | lpfc_sli.c | 1951 phba->fc_eventTag); in lpfc_issue_cmf_sync_wqe() 1989 wqe->cmf_sync.event_tag = phba->fc_eventTag; in lpfc_issue_cmf_sync_wqe() 4973 phba->fc_eventTag = 0; in lpfc_sli_brdreset() 5040 phba->fc_eventTag = 0; in lpfc_sli4_brdreset()
|