Searched defs:max_packet (Results 1 - 14 of 14) sorted by relevance
/linux-4.1.27/arch/um/include/shared/ |
H A D | net_user.h | 23 int max_packet; member in struct:net_user_info
|
H A D | net_kern.h | 32 int max_packet; member in struct:uml_net_private
|
/linux-4.1.27/drivers/media/rc/ |
H A D | ttusbir.c | 216 int max_packet, bulk_out_endp = -1, iso_in_endp = -1; ttusbir_probe() local
|
/linux-4.1.27/drivers/staging/octeon/ |
H A D | ethernet.c | 299 int max_packet = new_mtu + 14 + 4 + vlan_bytes; cvm_oct_common_change_mtu() local 305 max_packet); cvm_oct_common_change_mtu() local
|
/linux-4.1.27/drivers/usb/host/ |
H A D | ehci-q.c | 547 #define max_packet(wMaxPacketSize) ((wMaxPacketSize) & 0x07ff) macro
|
H A D | oxu210hp-hcd.c | 1172 #define max_packet(wMaxPacketSize) ((wMaxPacketSize) & 0x07ff) macro
|
H A D | xhci-mem.c | 1380 int max_packet; xhci_get_max_esit_payload() local 1408 unsigned int max_packet; xhci_endpoint_init() local
|
H A D | fotg210-hcd.c | 2623 #define max_packet(wMaxPacketSize) ((wMaxPacketSize) & 0x07ff) macro
|
H A D | fusbh200-hcd.c | 2572 #define max_packet(wMaxPacketSize) ((wMaxPacketSize) & 0x07ff) macro
|
H A D | max3421-hcd.c | 559 u32 max_packet; max3421_transfer_out() local 975 u32 max_packet; max3421_transfer_in_done() local 1030 u32 max_packet = usb_maxpacket(urb->dev, urb->pipe, 1); max3421_transfer_out_done() local
|
/linux-4.1.27/drivers/usb/dwc2/ |
H A D | hcd.h | 123 unsigned max_packet:11; member in struct:dwc2_host_chan
|
/linux-4.1.27/drivers/usb/host/whci/ |
H A D | whci-hc.h | 263 uint16_t max_packet; member in struct:whc_qset
|
/linux-4.1.27/drivers/usb/isp1760/ |
H A D | isp1760-hcd.c | 1390 #define max_packet(wMaxPacketSize) ((wMaxPacketSize) & 0x07ff) packetize_urb() macro
|
/linux-4.1.27/drivers/staging/octeon-usb/ |
H A D | octeon-hcd.c | 338 uint16_t max_packet; member in struct:cvmx_usb_pipe 1102 cvmx_usb_open_pipe(struct cvmx_usb_state *usb, int device_addr, int endpoint_num, enum cvmx_usb_speed device_speed, int max_packet, enum cvmx_usb_transfer transfer_type, enum cvmx_usb_direction transfer_dir, int interval, int multi_count, int hub_device_addr, int hub_port) cvmx_usb_open_pipe() argument
|
Completed in 642 milliseconds