Home
last modified time | relevance | path

Searched refs:MAX_PACKET (Results 1 – 4 of 4) sorted by relevance

/linux-3.4.99/arch/um/os-Linux/drivers/
Dethertap_user.c20 #define MAX_PACKET ETH_MAX_PACKET macro
/linux-3.4.99/drivers/usb/host/
Dxhci-mem.c1173 ep0_ctx->ep_info2 |= cpu_to_le32(MAX_PACKET(512)); in xhci_setup_addressable_virt_dev()
1178 ep0_ctx->ep_info2 |= cpu_to_le32(MAX_PACKET(64)); in xhci_setup_addressable_virt_dev()
1181 ep0_ctx->ep_info2 |= cpu_to_le32(MAX_PACKET(8)); in xhci_setup_addressable_virt_dev()
1476 ep_ctx->ep_info2 |= cpu_to_le32(MAX_PACKET(max_packet) | in xhci_endpoint_init()
Dxhci.h661 #define MAX_PACKET(p) (((p)&0xffff) << 16) macro
Dxhci.c1249 ep_ctx->ep_info2 |= cpu_to_le32(MAX_PACKET(max_packet_size)); in xhci_check_maxpacket()