Searched refs:MAX_PACKET (Results 1 – 5 of 5) sorted by relevance
35 #define MAX_PACKET (HEADERLEN + BUFLEN) macro50 uint8_t buf_in[MAX_PACKET];
20 #define MAX_PACKET ETH_MAX_PACKET macro
1112 max_packets = MAX_PACKET(512); in xhci_setup_addressable_virt_dev()1116 max_packets = MAX_PACKET(64); in xhci_setup_addressable_virt_dev()1121 max_packets = MAX_PACKET(64); in xhci_setup_addressable_virt_dev()1125 max_packets = MAX_PACKET(8); in xhci_setup_addressable_virt_dev()1481 ep_ctx->ep_info2 |= cpu_to_le32(MAX_PACKET(max_packet) | in xhci_endpoint_init()
693 #define MAX_PACKET(p) (((p)&0xffff) << 16) macro
1305 ep_ctx->ep_info2 |= cpu_to_le32(MAX_PACKET(max_packet_size)); in xhci_check_maxpacket()