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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/net/usb/
H A Dhso.c886 unsigned char *tmp_rx_buf; local
936 tmp_rx_buf =
939 memcpy(tmp_rx_buf, (char *)&(odev->rx_ip_hdr),
959 tmp_rx_buf = skb_put(odev->skb_rx_buf, temp_bytes);
960 memcpy(tmp_rx_buf, ip_pkt + buffer_offset, temp_bytes);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/net/usb/
H A Dhso.c886 unsigned char *tmp_rx_buf; local
936 tmp_rx_buf =
939 memcpy(tmp_rx_buf, (char *)&(odev->rx_ip_hdr),
959 tmp_rx_buf = skb_put(odev->skb_rx_buf, temp_bytes);
960 memcpy(tmp_rx_buf, ip_pkt + buffer_offset, temp_bytes);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/char/
H A Dsynclinkmp.c209 unsigned char *tmp_rx_buf; member in struct:_synclinkmp_info
3553 info->tmp_rx_buf = kmalloc(info->max_frame_size, GFP_KERNEL);
3554 if (info->tmp_rx_buf == NULL)
3561 kfree(info->tmp_rx_buf);
3562 info->tmp_rx_buf = NULL;
4964 unsigned char *ptmp = info->tmp_rx_buf;
4983 hdlcdev_rx(info,info->tmp_rx_buf,framesize);
4986 ldisc_receive_buf(tty,info->tmp_rx_buf,
5265 memset(info->tmp_rx_buf,0,TESTFRAMESIZE);
5291 memcmp(buf, info->tmp_rx_buf,coun
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/char/
H A Dsynclinkmp.c209 unsigned char *tmp_rx_buf; member in struct:_synclinkmp_info
3553 info->tmp_rx_buf = kmalloc(info->max_frame_size, GFP_KERNEL);
3554 if (info->tmp_rx_buf == NULL)
3561 kfree(info->tmp_rx_buf);
3562 info->tmp_rx_buf = NULL;
4964 unsigned char *ptmp = info->tmp_rx_buf;
4983 hdlcdev_rx(info,info->tmp_rx_buf,framesize);
4986 ldisc_receive_buf(tty,info->tmp_rx_buf,
5265 memset(info->tmp_rx_buf,0,TESTFRAMESIZE);
5291 memcmp(buf, info->tmp_rx_buf,coun
[all...]

Completed in 192 milliseconds