Home
last modified time | relevance | path

Searched refs:packetsize (Results 1 – 7 of 7) sorted by relevance

/Linux-v4.19/drivers/input/touchscreen/
Dpenmount.c60 unsigned char packetsize; member
107 if ((pm->data[0] & 0x80) && pm->packetsize == ++pm->idx) { in pm_parse_9000()
120 if ((pm->data[0] & 0xbf) == 0x30 && pm->packetsize == ++pm->idx) { in pm_parse_6000()
137 if ((pm->data[0] & 0xce) == 0x40 && pm->packetsize == ++pm->idx) { in pm_parse_3000()
153 if ((pm->data[0] & 0xb0) == 0x30 && pm->packetsize == ++pm->idx) { in pm_parse_6250()
232 pm->packetsize = 5; in pm_connect()
239 pm->packetsize = 6; in pm_connect()
246 pm->packetsize = 6; in pm_connect()
254 pm->packetsize = 6; in pm_connect()
/Linux-v4.19/drivers/firmware/
Ddell_rbu.c65 unsigned long packetsize; member
98 rbu_data.packetsize = 0; in init_packet_head()
114 if (!rbu_data.packetsize) { in create_packet()
147 (unsigned int)(allocation_floor / rbu_data.packetsize), in create_packet()
232 if (!rbu_data.packetsize) { in packetize_data()
242 if ((temp + rbu_data.packetsize) < end) in packetize_data()
243 packet_length = rbu_data.packetsize; in packetize_data()
351 memset(newpacket->data, 0, rbu_data.packetsize); in packet_empty_list()
657 size = scnprintf(buffer, count, "%lu\n", rbu_data.packetsize); in read_rbu_packet_size()
672 rbu_data.packetsize = temp; in write_rbu_packet_size()
/Linux-v4.19/drivers/media/usb/pwc/
Dpwc-timon.h52 unsigned short packetsize; /* Normal packet size */ member
Dpwc-kiara.h37 unsigned short packetsize; /* Normal packet size */ member
/Linux-v4.19/drivers/infiniband/hw/i40iw/
Di40iw_utils.c1426 u16 packetsize; in i40iw_ieq_update_tcpip_info() local
1432 packetsize = length + buf->tcphlen + iphlen; in i40iw_ieq_update_tcpip_info()
1434 iph->tot_len = htons(packetsize); in i40iw_ieq_update_tcpip_info()
Di40iw_cm.c386 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()
/Linux-v4.19/drivers/infiniband/hw/nes/
Dnes_cm.c444 u16 packetsize = sizeof(*iph); in form_cm_frame() local
446 packetsize += sizeof(*tcph); in form_cm_frame()
447 packetsize += optionsize + datasize; in form_cm_frame()
452 buf = skb_put(skb, packetsize + ETH_HLEN); in form_cm_frame()
479 iph->tot_len = htons(packetsize); in form_cm_frame()