Searched refs:packetsize (Results 1 – 4 of 4) sorted by relevance
56 unsigned char packetsize; member103 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()
60 unsigned long packetsize; member90 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()
40 unsigned short packetsize; /* Normal packet size */ member
25 unsigned short packetsize; /* Normal packet size */ member