Lines Matching defs:tmp_rx_buf
207 unsigned char *tmp_rx_buf;
3500 info->tmp_rx_buf = kmalloc(info->max_frame_size, GFP_KERNEL);
3501 if (info->tmp_rx_buf == NULL)
3506 kfree(info->tmp_rx_buf);
3507 info->tmp_rx_buf = NULL;
3515 kfree(info->tmp_rx_buf);
3516 info->tmp_rx_buf = NULL;
4942 unsigned char *ptmp = info->tmp_rx_buf;
4961 hdlcdev_rx(info,info->tmp_rx_buf,framesize);
4964 ldisc_receive_buf(tty,info->tmp_rx_buf,
5243 memset(info->tmp_rx_buf,0,TESTFRAMESIZE);
5269 memcmp(buf, info->tmp_rx_buf,count))) {