Searched refs:fc_eventTag (Results 1 – 7 of 7) sorted by relevance
/linux-6.6.21/drivers/scsi/lpfc/ |
D | lpfc_ct.c | 690 phba->fc_eventTag, cnt, 0, retry); in lpfc_ct_cmd() 940 if (cmdiocb->event_tag != phba->fc_eventTag) { in lpfc_cmpl_ct_cmd_gid_ft() 1163 if (cmdiocb->event_tag != phba->fc_eventTag) { in lpfc_cmpl_ct_cmd_gid_pt() 1376 if (cmdiocb->event_tag != phba->fc_eventTag) { in lpfc_cmpl_ct_cmd_gff_id() 1525 if ((uint32_t)cmdiocb->event_tag != phba->fc_eventTag) { in lpfc_cmpl_ct_cmd_gft_id()
|
D | lpfc_hbadisc.c | 3789 if (phba->fc_eventTag <= la->eventTag) { in lpfc_mbx_cmpl_read_topology() 3792 if (phba->fc_eventTag != 0) in lpfc_mbx_cmpl_read_topology() 3796 phba->fc_eventTag = la->eventTag; in lpfc_mbx_cmpl_read_topology() 3804 la->eventTag, phba->fc_eventTag, in lpfc_mbx_cmpl_read_topology() 3813 la->eventTag, phba->fc_eventTag, in lpfc_mbx_cmpl_read_topology() 3836 la->eventTag, phba->fc_eventTag, in lpfc_mbx_cmpl_read_topology() 3842 la->eventTag, phba->fc_eventTag, in lpfc_mbx_cmpl_read_topology() 3849 la->eventTag, phba->fc_eventTag, in lpfc_mbx_cmpl_read_topology()
|
D | lpfc_mbox.c | 403 mb->un.varClearLA.eventTag = phba->fc_eventTag; in lpfc_clear_la() 2669 resume_rpi->event_tag = ndlp->phba->fc_eventTag; in lpfc_resume_rpi()
|
D | lpfc.h | 1049 uint32_t fc_eventTag; /* event tag for link attention */ member
|
D | lpfc_attr.c | 6741 hs->lip_count = (phba->fc_eventTag >> 1); in lpfc_get_stats() 6746 hs->nos_count = (phba->fc_eventTag >> 1); in lpfc_get_stats() 6837 lso->link_events = (phba->fc_eventTag >> 1); in lpfc_reset_stats()
|
D | lpfc_init.c | 6738 phba->fc_eventTag = acqe_fip->event_tag; in lpfc_sli4_async_fip_evt() 6981 phba->fc_eventTag = acqe_dcbx->event_tag; in lpfc_sli4_async_dcbx_evt() 7002 phba->fc_eventTag = acqe_grp5->event_tag; in lpfc_sli4_async_grp5_evt()
|
D | lpfc_sli.c | 1964 phba->fc_eventTag); in lpfc_issue_cmf_sync_wqe() 2006 wqe->cmf_sync.event_tag = phba->fc_eventTag; in lpfc_issue_cmf_sync_wqe() 5089 phba->fc_eventTag = 0; in lpfc_sli_brdreset() 5156 phba->fc_eventTag = 0; in lpfc_sli4_brdreset()
|