Lines Matching defs:cptr
3296 uint32_t iptr, cont = 0, cptr, optr, rlen, slen, totslen;
3312 cptr = optr;
3316 hp = (isphdr_t *) ISP_QUEUE_ENTRY(isp->isp_result, cptr);
3322 MEMORYBARRIER(isp, SYNC_RESULT, cptr, QENTRY_LEN, -1);
3324 isp_print_qentry(isp, "Response Queue Entry", cptr, hp);
3332 isp_print_qentry(isp, "invalid entry type", cptr, hp);
3336 isp_print_qentry(isp, "invalid entry parameter", cptr, hp);
3340 isp_print_qentry(isp, "invalid entry count", cptr, hp);
3344 isp_print_qentry(isp, "invalid entry order", cptr, hp);
3392 isp_target_notify(isp, hp, &cptr, RESULT_QUEUE_LEN(isp));
3394 while (sptr != cptr) {
3400 optr = ISP_NXT_QENTRY(cptr, RESULT_QUEUE_LEN(isp));
3409 isp_prt(isp, ISP_LOGERR, notresp, etype, cptr, optr);