Lines Matching refs:tmp_rx_buf
207 unsigned char *tmp_rx_buf; member
3504 info->tmp_rx_buf = kmalloc(info->max_frame_size, GFP_KERNEL); in alloc_tmp_rx_buf()
3505 if (info->tmp_rx_buf == NULL) in alloc_tmp_rx_buf()
3510 kfree(info->tmp_rx_buf); in alloc_tmp_rx_buf()
3511 info->tmp_rx_buf = NULL; in alloc_tmp_rx_buf()
3519 kfree(info->tmp_rx_buf); in free_tmp_rx_buf()
3520 info->tmp_rx_buf = NULL; in free_tmp_rx_buf()
4946 unsigned char *ptmp = info->tmp_rx_buf; in rx_get_frame()
4965 hdlcdev_rx(info,info->tmp_rx_buf,framesize); in rx_get_frame()
4968 ldisc_receive_buf(tty,info->tmp_rx_buf, in rx_get_frame()
5247 memset(info->tmp_rx_buf,0,TESTFRAMESIZE); in loopback_test()
5273 memcmp(buf, info->tmp_rx_buf,count))) { in loopback_test()