Home
last modified time | relevance | path

Searched refs:portRspPut (Results 1 – 1 of 1) sorted by relevance

/Linux-v6.1/drivers/scsi/lpfc/
Dlpfc_sli.c3980 uint32_t portRspPut, portRspMax; in lpfc_sli_handle_fast_ring_event() local
3994 portRspPut = le32_to_cpu(pgp->rspPutInx); in lpfc_sli_handle_fast_ring_event()
3995 if (unlikely(portRspPut >= portRspMax)) { in lpfc_sli_handle_fast_ring_event()
4007 while (pring->sli.sli3.rspidx != portRspPut) { in lpfc_sli_handle_fast_ring_event()
4121 if (pring->sli.sli3.rspidx == portRspPut) in lpfc_sli_handle_fast_ring_event()
4122 portRspPut = le32_to_cpu(pgp->rspPutInx); in lpfc_sli_handle_fast_ring_event()
4364 uint32_t portRspPut, portRspMax; in lpfc_sli_handle_slow_ring_event_s3() local
4377 portRspPut = le32_to_cpu(pgp->rspPutInx); in lpfc_sli_handle_slow_ring_event_s3()
4378 if (portRspPut >= portRspMax) { in lpfc_sli_handle_slow_ring_event_s3()
4386 pring->ringno, portRspPut, portRspMax); in lpfc_sli_handle_slow_ring_event_s3()
[all …]