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.
1330 if (!dsp->tx_data) { /* no tx_data for user space required */
1864 int space; /* todo: , l = skb->len; */
1869 /* check if there is enough space, and then copy */
1874 space = (ww - w - 1) & CMX_BUFF_MASK;
1876 if (space < skb->len) {
1877 /* write to the space we have left */
1880 printk(KERN_DEBUG "%s: TX overflow space=%d skb->len="
1881 "%d, w=0x%04x, ww=0x%04x\n", __func__, space,