Lines Matching refs:cys_buf
891 cyc_pcbuffer_t *pc = &softbuf->cys_buf[softbuf->cys_hard]; in cyclic_expire()
1147 pc = &softbuf->cys_buf[soft]; in cyclic_softint()
1288 ASSERT(softbuf->cys_buf[softbuf->cys_hard].cypc_sizemask == in cyclic_softint()
1289 (softbuf->cys_buf[soft].cypc_sizemask << 1) + 1 || in cyclic_softint()
1290 softbuf->cys_buf[soft].cypc_sizemask == 0); in cyclic_softint()
1419 ASSERT(softbuf->cys_buf[hard].cypc_buf != NULL); in cyclic_expand_xcall()
1428 ASSERT(softbuf->cys_buf[hard ^ 1].cypc_buf != NULL); in cyclic_expand_xcall()
1429 ASSERT(softbuf->cys_buf[hard ^ 1].cypc_prodndx == 0); in cyclic_expand_xcall()
1430 ASSERT(softbuf->cys_buf[hard ^ 1].cypc_consndx == 0); in cyclic_expand_xcall()
1486 cyc_pcbuffer_t *pc = &softbuf->cys_buf[hard ^ 1]; in cyclic_expand()
1520 cyc_pcbuffer_t *pc = &softbuf->cys_buf[hard ^ 1]; in cyclic_expand()
2338 cpu->cyp_softbuf[i].cys_buf[0].cypc_buf = in cyclic_configure()
2388 cyc_pcbuffer_t *pc = &softbuf->cys_buf[hard]; in cyclic_unconfigure()
2397 ASSERT(softbuf->cys_buf[hard ^ 1].cypc_buf == NULL); in cyclic_unconfigure()