Searched refs:packetsize (Results 1 – 7 of 7) sorted by relevance
60 unsigned char packetsize; member107 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()
65 unsigned long packetsize; member98 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()
52 unsigned short packetsize; /* Normal packet size */ member
37 unsigned short packetsize; /* Normal packet size */ member
1426 u16 packetsize; in i40iw_ieq_update_tcpip_info() local1432 packetsize = length + buf->tcphlen + iphlen; in i40iw_ieq_update_tcpip_info()1434 iph->tot_len = htons(packetsize); in i40iw_ieq_update_tcpip_info()
386 u16 packetsize; in i40iw_form_cm_frame() local411 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()
444 u16 packetsize = sizeof(*iph); in form_cm_frame() local446 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()