Lines Matching defs:buffer
394 /*** Set up 16k window for shared memory (receive buffer) ***************/
507 /* Initialize CCS's to buffer free state */
880 struct tx_msg __iomem *ptx; /* Address of xmit buffer in PC space */
881 short int addr; /* Address of xmit buffer in card space */
938 /* TBD very inefficient to copy packet to buffer, and then not
955 /* Copy LLC header to card buffer */
2051 /* Calculate address of packet within Rx buffer */
2361 /* Copy data from circular receive buffer to PC memory.
2363 * pkt_addr = source address in receive buffer
2372 } else { /* Packet wrapped in circular buffer */
2714 const char __user *buffer, size_t count, loff_t *pos)
2722 if (copy_from_user(proc_essid, buffer, len))
2733 static ssize_t int_proc_write(struct file *file, const char __user *buffer,
2745 if (copy_from_user(proc_number, buffer, count))