Home
last modified time | relevance | path

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

/linux/drivers/scsi/lpfc/ !
H A Dlpfc_sli.c3890 * rsp ring <portRspMax> in lpfc_sli_rsp_pointers_error()
4001 uint32_t portRspPut, portRspMax; in lpfc_sli_handle_fast_ring_event() local
4014 portRspMax = pring->sli.sli3.numRiocb; in lpfc_sli_handle_fast_ring_event()
4016 if (unlikely(portRspPut >= portRspMax)) { in lpfc_sli_handle_fast_ring_event()
4037 if (++pring->sli.sli3.rspidx >= portRspMax) in lpfc_sli_handle_fast_ring_event()
4385 uint32_t portRspPut, portRspMax; in lpfc_sli_handle_slow_ring_event_s3() local
4397 portRspMax = pring->sli.sli3.numRiocb; in lpfc_sli_handle_slow_ring_event_s3()
4399 if (portRspPut >= portRspMax) { in lpfc_sli_handle_slow_ring_event_s3()
4402 * rsp ring <portRspMax> in lpfc_sli_handle_slow_ring_event_s3()
4407 pring->ringno, portRspPut, portRspMax); in lpfc_sli_handle_slow_ring_event_s3()
[all...]