Searched refs:temp_bytes (Results 1 – 1 of 1) sorted by relevance
866 unsigned short temp_bytes; in packetizeRx() local880 temp_bytes = in packetizeRx()887 temp_bytes); in packetizeRx()889 odev->rx_buf_size += temp_bytes; in packetizeRx()890 buffer_offset += temp_bytes; in packetizeRx()891 odev->rx_buf_missing -= temp_bytes; in packetizeRx()892 count -= temp_bytes; in packetizeRx()936 temp_bytes = (count < odev->rx_buf_missing) in packetizeRx()942 tmp_rx_buf = skb_put(odev->skb_rx_buf, temp_bytes); in packetizeRx()943 memcpy(tmp_rx_buf, ip_pkt + buffer_offset, temp_bytes); in packetizeRx()[all …]