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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/lpfc/
H A Dlpfc_sli.c2386 * Ring <ringno> handler: portRspPut <portRspPut> is bigger than
2390 "0312 Ring %d handler: portRspPut %d "
2467 uint32_t portRspPut, portRspMax; local
2481 portRspPut = le32_to_cpu(pgp->rspPutInx);
2482 if (unlikely(portRspPut >= portRspMax)) {
2494 while (pring->rspidx != portRspPut) {
2607 if (pring->rspidx == portRspPut)
2608 portRspPut = le32_to_cpu(pgp->rspPutInx);
2842 uint32_t portRspPut, portRspMa local
[all...]

Completed in 68 milliseconds