Searched defs:max_packet_size (Results 1 – 17 of 17) sorted by relevance
600 size_t max_packet_size; member872 size_t max_packet_size; member909 char *data, size_t max_packet_size) in ecryptfs_parse_tag_70_packet()1240 size_t *packet_size, size_t max_packet_size) in parse_tag_1_packet()1372 size_t *packet_size, size_t max_packet_size) in parse_tag_3_packet()1545 size_t *packet_size, size_t max_packet_size) in parse_tag_11_packet()1791 size_t max_packet_size = ((PAGE_SIZE - 8) - i); in ecryptfs_parse_packet_set() local2040 size_t max_packet_size; in write_tag_1_packet() local2128 size_t max_packet_size; in write_tag_11_packet() local2200 size_t max_packet_size; in write_tag_3_packet() local
54 int max_packet_size[4]; member
186 int err, packet_size, max_packet_size; in pb0100_start() local
144 int max_packet_size; member
72 u32 max_packet_size; in setup_sch_info() local
1341 int max_packet_size; in xhci_check_maxpacket() local
863 unsigned int max_packet_size; member
468 int max_packet_size = le16_to_cpu(ss->out_ep->desc->wMaxPacketSize); in check_read_data() local505 int max_packet_size = le16_to_cpu(ep->desc->wMaxPacketSize); in reinit_write_data() local
603 unsigned int max_packet_size; in uvc_function_bind() local
456 u16 max_packet_size; in set_ep_max_packet_size() local
94 u16 max_packet_size; member
2640 int max_packet_size; in sd_isoc_init() local
73 unsigned short max_packet_size; member
1103 unsigned max_packet_size = stream->max_packet_bytes; in alloc_stream_urbs() local
55 u16 max_packet_size; member
447 int max_packet_size = (size_t)usb_endpoint_maxp(ep->desc) & 0x7ff; in usb_ep_align() local
984 static void fix_crc_bug(struct urb *urb, __le16 max_packet_size) in fix_crc_bug()