Lines Matching refs:tmp_rbuf
344 unsigned char *tmp_rbuf; member
3350 info->tmp_rbuf = kmalloc(info->max_frame_size + 5, GFP_KERNEL); in alloc_tmp_rbuf()
3351 if (info->tmp_rbuf == NULL) in alloc_tmp_rbuf()
3356 kfree(info->tmp_rbuf); in alloc_tmp_rbuf()
3357 info->tmp_rbuf = NULL; in alloc_tmp_rbuf()
3365 kfree(info->tmp_rbuf); in free_tmp_rbuf()
3366 info->tmp_rbuf = NULL; in free_tmp_rbuf()
4744 unsigned char *p = info->tmp_rbuf; in rx_get_frame()
4765 hdlcdev_rx(info,info->tmp_rbuf, framesize); in rx_get_frame()
4768 ldisc_receive_buf(tty, info->tmp_rbuf, info->flag_buf, framesize); in rx_get_frame()
5035 dest = info->tmp_rbuf; in loopback_test_rx()
5045 DBGDATA(info, info->tmp_rbuf, info->tmp_rbuf_count, "rx"); in loopback_test_rx()
5076 memset(info->tmp_rbuf, 0, TESTFRAMESIZE); in loopback_test()
5096 memcmp(buf, info->tmp_rbuf, count))) { in loopback_test()