packetsize        386 drivers/infiniband/hw/i40iw/i40iw_cm.c 	u16 packetsize;
packetsize        411 drivers/infiniband/hw/i40iw/i40iw_cm.c 		packetsize = sizeof(*iph) + sizeof(*tcph);
packetsize        413 drivers/infiniband/hw/i40iw/i40iw_cm.c 		packetsize = sizeof(*ip6h) + sizeof(*tcph);
packetsize        414 drivers/infiniband/hw/i40iw/i40iw_cm.c 	packetsize += opts_len + hdr_len + pd_len;
packetsize        416 drivers/infiniband/hw/i40iw/i40iw_cm.c 	memset(buf, 0x00, eth_hlen + packetsize);
packetsize        418 drivers/infiniband/hw/i40iw/i40iw_cm.c 	sqbuf->totallen = packetsize + eth_hlen;
packetsize        449 drivers/infiniband/hw/i40iw/i40iw_cm.c 		iph->tot_len = htons(packetsize);
packetsize        479 drivers/infiniband/hw/i40iw/i40iw_cm.c 		ip6h->payload_len = htons(packetsize - sizeof(*ip6h));
packetsize       1439 drivers/infiniband/hw/i40iw/i40iw_utils.c 	u16 packetsize;
packetsize       1445 drivers/infiniband/hw/i40iw/i40iw_utils.c 	packetsize = length + buf->tcphlen + iphlen;
packetsize       1447 drivers/infiniband/hw/i40iw/i40iw_utils.c 	iph->tot_len = htons(packetsize);
packetsize         56 drivers/input/touchscreen/penmount.c 	unsigned char packetsize;
packetsize        103 drivers/input/touchscreen/penmount.c 	if ((pm->data[0] & 0x80) && pm->packetsize == ++pm->idx) {
packetsize        116 drivers/input/touchscreen/penmount.c 	if ((pm->data[0] & 0xbf) == 0x30 && pm->packetsize == ++pm->idx) {
packetsize        133 drivers/input/touchscreen/penmount.c 	if ((pm->data[0] & 0xce) == 0x40 && pm->packetsize == ++pm->idx) {
packetsize        149 drivers/input/touchscreen/penmount.c 	if ((pm->data[0] & 0xb0) == 0x30 && pm->packetsize == ++pm->idx) {
packetsize        228 drivers/input/touchscreen/penmount.c 		pm->packetsize = 5;
packetsize        235 drivers/input/touchscreen/penmount.c 		pm->packetsize = 6;
packetsize        242 drivers/input/touchscreen/penmount.c 		pm->packetsize = 6;
packetsize        250 drivers/input/touchscreen/penmount.c 		pm->packetsize = 6;
packetsize         25 drivers/media/usb/pwc/pwc-kiara.h 	unsigned short packetsize;	/* Normal packet size */
packetsize         40 drivers/media/usb/pwc/pwc-timon.h 	unsigned short packetsize;	/* Normal packet size */
packetsize         57 drivers/platform/x86/dell_rbu.c 	unsigned long packetsize;
packetsize         89 drivers/platform/x86/dell_rbu.c 	rbu_data.packetsize = 0;
packetsize        105 drivers/platform/x86/dell_rbu.c 	if (!rbu_data.packetsize) {
packetsize        138 drivers/platform/x86/dell_rbu.c 	       		(unsigned int)(allocation_floor / rbu_data.packetsize),
packetsize        228 drivers/platform/x86/dell_rbu.c 	if (!rbu_data.packetsize) {
packetsize        238 drivers/platform/x86/dell_rbu.c 		if ((temp + rbu_data.packetsize) < end)
packetsize        239 drivers/platform/x86/dell_rbu.c 			packet_length = rbu_data.packetsize;
packetsize        347 drivers/platform/x86/dell_rbu.c 		memset(newpacket->data, 0, rbu_data.packetsize);
packetsize        635 drivers/platform/x86/dell_rbu.c 		size = scnprintf(buffer, count, "%lu\n", rbu_data.packetsize);
packetsize        650 drivers/platform/x86/dell_rbu.c 		rbu_data.packetsize = temp;