Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/scsi/lpfc/
H A Dlpfc_sli.c3390 * Ring <ringno> handler: portRspPut <portRspPut> is bigger than in lpfc_sli_rsp_pointers_error()
3394 "0312 Ring %d handler: portRspPut %d " in lpfc_sli_rsp_pointers_error()
3488 uint32_t portRspPut, portRspMax; in lpfc_sli_handle_fast_ring_event() local
3502 portRspPut = le32_to_cpu(pgp->rspPutInx); in lpfc_sli_handle_fast_ring_event()
3503 if (unlikely(portRspPut >= portRspMax)) { in lpfc_sli_handle_fast_ring_event()
3515 while (pring->sli.sli3.rspidx != portRspPut) { in lpfc_sli_handle_fast_ring_event()
3632 if (pring->sli.sli3.rspidx == portRspPut) in lpfc_sli_handle_fast_ring_event()
3633 portRspPut = le32_to_cpu(pgp->rspPutInx); in lpfc_sli_handle_fast_ring_event()
3871 uint32_t portRspPut, portRspMa in lpfc_sli_handle_slow_ring_event_s3() local
[all...]
/kernel/linux/linux-6.6/drivers/scsi/lpfc/
H A Dlpfc_sli.c3898 * Ring <ringno> handler: portRspPut <portRspPut> is bigger than in lpfc_sli_rsp_pointers_error()
3902 "0312 Ring %d handler: portRspPut %d " in lpfc_sli_rsp_pointers_error()
3998 uint32_t portRspPut, portRspMax; in lpfc_sli_handle_fast_ring_event() local
4012 portRspPut = le32_to_cpu(pgp->rspPutInx); in lpfc_sli_handle_fast_ring_event()
4013 if (unlikely(portRspPut >= portRspMax)) { in lpfc_sli_handle_fast_ring_event()
4025 while (pring->sli.sli3.rspidx != portRspPut) { in lpfc_sli_handle_fast_ring_event()
4139 if (pring->sli.sli3.rspidx == portRspPut) in lpfc_sli_handle_fast_ring_event()
4140 portRspPut = le32_to_cpu(pgp->rspPutInx); in lpfc_sli_handle_fast_ring_event()
4382 uint32_t portRspPut, portRspMa in lpfc_sli_handle_slow_ring_event_s3() local
[all...]

Completed in 20 milliseconds