Searched refs:tmp_rx_buf (Results 1 – 2 of 2) sorted by relevance
/linux-4.1.27/drivers/tty/ |
D | synclinkmp.c | 207 unsigned char *tmp_rx_buf; member 3537 info->tmp_rx_buf = kmalloc(info->max_frame_size, GFP_KERNEL); in alloc_tmp_rx_buf() 3538 if (info->tmp_rx_buf == NULL) in alloc_tmp_rx_buf() 3543 kfree(info->tmp_rx_buf); in alloc_tmp_rx_buf() 3544 info->tmp_rx_buf = NULL; in alloc_tmp_rx_buf() 3552 kfree(info->tmp_rx_buf); in free_tmp_rx_buf() 3553 info->tmp_rx_buf = NULL; in free_tmp_rx_buf() 4966 unsigned char *ptmp = info->tmp_rx_buf; in rx_get_frame() 4985 hdlcdev_rx(info,info->tmp_rx_buf,framesize); in rx_get_frame() 4988 ldisc_receive_buf(tty,info->tmp_rx_buf, in rx_get_frame() [all …]
|
/linux-4.1.27/drivers/net/usb/ |
D | hso.c | 872 unsigned char *tmp_rx_buf; in packetizeRx() local 922 tmp_rx_buf = in packetizeRx() 925 memcpy(tmp_rx_buf, (char *)&(odev->rx_ip_hdr), in packetizeRx() 945 tmp_rx_buf = skb_put(odev->skb_rx_buf, temp_bytes); in packetizeRx() 946 memcpy(tmp_rx_buf, ip_pkt + buffer_offset, temp_bytes); in packetizeRx()
|