Lines Matching defs:space
68 * The tx-buffer is a ring buffer to queue the transmit data from user space
73 * user space that have jitter and different clock source.
93 * The procedure of received data from user space is explained in cmx_transmit.
108 * the card. It will replace the tx-data from the user space.
1319 if (!dsp->tx_data) { /* no tx_data for user space required */
1853 int space; /* todo: , l = skb->len; */
1858 /* check if there is enough space, and then copy */
1863 space = (ww - w - 1) & CMX_BUFF_MASK;
1865 if (space < skb->len) {
1866 /* write to the space we have left */
1869 printk(KERN_DEBUG "%s: TX overflow space=%d skb->len="
1870 "%d, w=0x%04x, ww=0x%04x\n", __func__, space,