Searched refs:c_cs (Results 1 – 3 of 3) sorted by relevance
74 clp->c_cs = kmem_zalloc(size, KM_SLEEP); in clalloc()81 clp->c_ce = clp->c_cs + size; in clalloc()91 if (clp->c_cs) in clfree()92 kmem_free(clp->c_cs, clp->c_cn); in clfree()95 clp->c_cs = clp->c_cq = NULL; in clfree()114 if (isset(clp->c_cq, clp->c_cf - clp->c_cs) ) in getc()117 if (*(clp->c_cf - clp->c_cs + clp->c_cq)) in getc()123 clp->c_cf = clp->c_cs; in getc()156 clp->c_cf = clp->c_cs; in q_to_b()187 i = clp->c_cf - clp->c_cs; in ndqb()[all …]
87 u_char *c_cs; /* start of ring buffer */ member
298 tp->t_outq.c_cs, tp->t_outq.c_cn, 0, BUS_DMA_NOWAIT); in dhu_attach()674 (tp->t_outq.c_cf - tp->t_outq.c_cs); in dhustart()