Searched refs:tmp_rx_buf (Results 1 - 2 of 2) sorted by relevance

/drivers/net/usb/
H A Dhso.c877 unsigned char *tmp_rx_buf; local
927 tmp_rx_buf =
930 memcpy(tmp_rx_buf, (char *)&(odev->rx_ip_hdr),
950 tmp_rx_buf = skb_put(odev->skb_rx_buf, temp_bytes);
951 memcpy(tmp_rx_buf, ip_pkt + buffer_offset, temp_bytes);
/drivers/tty/
H A Dsynclinkmp.c207 unsigned char *tmp_rx_buf; member in struct:_synclinkmp_info
3544 info->tmp_rx_buf = kmalloc(info->max_frame_size, GFP_KERNEL);
3545 if (info->tmp_rx_buf == NULL)
3552 kfree(info->tmp_rx_buf);
3553 info->tmp_rx_buf = NULL;
4960 unsigned char *ptmp = info->tmp_rx_buf;
4979 hdlcdev_rx(info,info->tmp_rx_buf,framesize);
4982 ldisc_receive_buf(tty,info->tmp_rx_buf,
5261 memset(info->tmp_rx_buf,0,TESTFRAMESIZE);
5287 memcmp(buf, info->tmp_rx_buf,coun
[all...]

Completed in 66 milliseconds