Lines Matching defs:size
45 // interrupt read buffer size
53 // max receive buffer size
72 u32 size;
93 // decrement the length for the packet count size 4 bytes
98 size = le32_to_cpu(packet->packet_length);
101 if (size > GL_MAX_PACKET_LEN) {
103 size);
108 gl_skb = alloc_skb(size, GFP_ATOMIC);
112 skb_put_data(gl_skb, packet->packet_data, size);
117 packet = (struct gl_packet *)&packet->packet_data[size];
121 skb_pull(skb, size + 4);