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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/usb/
H A Dhso.c883 unsigned short temp_bytes; local
897 temp_bytes =
904 temp_bytes);
906 odev->rx_buf_size += temp_bytes;
907 buffer_offset += temp_bytes;
908 odev->rx_buf_missing -= temp_bytes;
909 count -= temp_bytes;
953 temp_bytes = (count < odev->rx_buf_missing)
958 /* Make room for temp_bytes after tail. */
959 tmp_rx_buf = skb_put(odev->skb_rx_buf, temp_bytes);
[all...]

Completed in 109 milliseconds