Lines Matching defs:optr
3237 uint32_t iptr, optr, oop;
3240 optr = isp->isp_atioodx;
3241 while (optr != iptr) {
3242 oop = optr;
3258 optr = ISP_NXT_QENTRY(oop, ATIO_QUEUE_LEN(isp));
3260 if (isp->isp_atioodx != optr) {
3261 ISP_WRITE(isp, BIU2400_ATIO_RSPOUTP, optr);
3262 isp->isp_atioodx = optr;
3296 uint32_t iptr, cont = 0, cptr, optr, rlen, slen, totslen;
3310 optr = isp->isp_resodx;
3311 while (optr != iptr) {
3312 cptr = optr;
3314 sptr = optr;
3317 optr = ISP_NXT_QENTRY(optr, RESULT_QUEUE_LEN(isp));
3400 optr = ISP_NXT_QENTRY(cptr, RESULT_QUEUE_LEN(isp));
3409 isp_prt(isp, ISP_LOGERR, notresp, etype, cptr, optr);
3501 if (optr != isp->isp_resodx) {
3502 ISP_WRITE(isp, BIU2400_RSPOUTP, optr);
3503 isp->isp_resodx = optr;