Searched refs:packetsize (Results 1 – 7 of 7) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/input/touchscreen/ |
| H A D | penmount.c | 56 unsigned char packetsize; member 103 if ((pm->data[0] & 0x80) && pm->packetsize == ++pm->idx) { in pm_parse_9000() 116 if ((pm->data[0] & 0xbf) == 0x30 && pm->packetsize == ++pm->idx) { in pm_parse_6000() 133 if ((pm->data[0] & 0xce) == 0x40 && pm->packetsize == ++pm->idx) { in pm_parse_3000() 149 if ((pm->data[0] & 0xb0) == 0x30 && pm->packetsize == ++pm->idx) { in pm_parse_6250() 228 pm->packetsize = 5; in pm_connect() 235 pm->packetsize = 6; in pm_connect() 242 pm->packetsize = 6; in pm_connect() 250 pm->packetsize = 6; in pm_connect()
|
| /OK3568_Linux_fs/kernel/drivers/platform/x86/ |
| H A D | dell_rbu.c | 60 unsigned long packetsize; member 90 rbu_data.packetsize = 0; in init_packet_head() 106 if (!rbu_data.packetsize) { in create_packet() 136 packet_array_size = max_t(unsigned int, allocation_floor / rbu_data.packetsize, 1); in create_packet() 218 if (!rbu_data.packetsize) { in packetize_data() 227 if ((temp + rbu_data.packetsize) < end) in packetize_data() 228 packet_length = rbu_data.packetsize; in packetize_data() 325 memset(newpacket->data, 0, rbu_data.packetsize); in packet_empty_list() 609 size = scnprintf(buffer, count, "%lu\n", rbu_data.packetsize); in packet_size_read() 624 rbu_data.packetsize = temp; in packet_size_write()
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-protocols/frr/frr/ |
| H A D | CVE-2022-37035.patch | 104 size_t packetsize = stream_get_endp(peer->curr); 105 assert(packetsize <= peer->max_packet_size); 106 memcpy(peer->last_reset_cause, peer->curr->data, packetsize);
|
| /OK3568_Linux_fs/kernel/drivers/media/usb/pwc/ |
| H A D | pwc-timon.h | 40 unsigned short packetsize; /* Normal packet size */ member
|
| H A D | pwc-kiara.h | 25 unsigned short packetsize; /* Normal packet size */ member
|
| /OK3568_Linux_fs/kernel/drivers/infiniband/hw/i40iw/ |
| H A D | i40iw_utils.c | 1398 u16 packetsize; in i40iw_ieq_update_tcpip_info() local 1404 packetsize = length + buf->tcphlen + iphlen; in i40iw_ieq_update_tcpip_info() 1406 iph->tot_len = htons(packetsize); in i40iw_ieq_update_tcpip_info()
|
| H A D | i40iw_cm.c | 386 u16 packetsize; in i40iw_form_cm_frame() local 411 packetsize = sizeof(*iph) + sizeof(*tcph); in i40iw_form_cm_frame() 413 packetsize = sizeof(*ip6h) + sizeof(*tcph); in i40iw_form_cm_frame() 414 packetsize += opts_len + hdr_len + pd_len; in i40iw_form_cm_frame() 416 memset(buf, 0x00, eth_hlen + packetsize); in i40iw_form_cm_frame() 418 sqbuf->totallen = packetsize + eth_hlen; in i40iw_form_cm_frame() 449 iph->tot_len = htons(packetsize); in i40iw_form_cm_frame() 479 ip6h->payload_len = htons(packetsize - sizeof(*ip6h)); in i40iw_form_cm_frame()
|