Lines Matching defs:optr
4864 uint32_t iptr, optr, junk;
4868 optr = isp->isp_residx;
4933 optr = ISP_READ(isp, BIU2400_ATIO_RSPOUTP);
4935 while (optr != iptr) {
4941 oop = optr;
4955 optr = ISP_NXT_QENTRY(oop, RESULT_QUEUE_LEN(isp));
4956 ISP_WRITE(isp, BIU2400_ATIO_RSPOUTP, optr);
4958 optr = isp->isp_residx;
4968 optr = ISP_READ(isp, isp->isp_respoutrp);
4972 if (isp->isp_residx != optr) {
4973 isp_prt(isp, ISP_LOGINFO, "isp_intr: hard optr=%x, soft optr %x", optr, isp->isp_residx);
4974 isp->isp_residx = optr;
4977 optr = isp->isp_residx;
5003 if (optr == iptr && sema == 0) {
5021 if (optr == iptr) {
5032 isp_prt(isp, ISP_LOGDEBUG1, "bogus intr- isr %x (%x) iptr %x optr %x", isr, junk, iptr, optr);
5037 while (optr != iptr) {
5048 hp = (isphdr_t *) ISP_QUEUE_ENTRY(isp->isp_result, optr);
5049 oop = optr;
5050 optr = ISP_NXT_QENTRY(optr, RESULT_QUEUE_LEN(isp));
5115 * optr to be one more than the updated amount.
5118 optr = ISP_NXT_QENTRY(tsto,
5122 ISP_WRITE(isp, isp->isp_respoutrp, optr);
5140 etype, oop, optr, nlooked);
5157 ISP_WRITE(isp, isp->isp_respoutrp, optr);
5180 ISP_WRITE(isp, isp->isp_respoutrp, optr);
5188 ISP_WRITE(isp, isp->isp_respoutrp, optr);
5204 ISP_WRITE(isp, isp->isp_respoutrp, optr);
5364 ISP_WRITE(isp, isp->isp_respoutrp, optr);
5383 isp->isp_residx = optr;