Lines Matching refs:cys_buf
883 cyc_pcbuffer_t *pc = &softbuf->cys_buf[softbuf->cys_hard]; in cyclic_expire()
1139 pc = &softbuf->cys_buf[soft]; in cyclic_softint()
1280 ASSERT(softbuf->cys_buf[softbuf->cys_hard].cypc_sizemask == in cyclic_softint()
1281 (softbuf->cys_buf[soft].cypc_sizemask << 1) + 1 || in cyclic_softint()
1282 softbuf->cys_buf[soft].cypc_sizemask == 0); in cyclic_softint()
1411 ASSERT(softbuf->cys_buf[hard].cypc_buf != NULL); in cyclic_expand_xcall()
1420 ASSERT(softbuf->cys_buf[hard ^ 1].cypc_buf != NULL); in cyclic_expand_xcall()
1421 ASSERT(softbuf->cys_buf[hard ^ 1].cypc_prodndx == 0); in cyclic_expand_xcall()
1422 ASSERT(softbuf->cys_buf[hard ^ 1].cypc_consndx == 0); in cyclic_expand_xcall()
1478 cyc_pcbuffer_t *pc = &softbuf->cys_buf[hard ^ 1]; in cyclic_expand()
1512 cyc_pcbuffer_t *pc = &softbuf->cys_buf[hard ^ 1]; in cyclic_expand()
2310 cpu->cyp_softbuf[i].cys_buf[0].cypc_buf = in cyclic_configure()
2360 cyc_pcbuffer_t *pc = &softbuf->cys_buf[hard]; in cyclic_unconfigure()
2369 ASSERT(softbuf->cys_buf[hard ^ 1].cypc_buf == NULL); in cyclic_unconfigure()