Searched defs:cs_transfer (Results 1 – 1 of 1) sorted by relevance
53 struct cs_transfer { struct54 int t_active; /* this transfer is currently active */55 struct cs_dma *t_dma; /* dma memory to transfer from/to */56 vsize_t t_segsz; /* size of the segment */57 vsize_t t_blksz; /* call audio(9) after this many bytes */58 vsize_t t_cnt; /* how far are we into the segment */83 struct cs_transfer sc_playback; argument