Home
last modified time | relevance | path

Searched refs:max_packet_size (Results 1 – 5 of 5) sorted by relevance

/components/net/lwip/lwip-2.1.2/test/fuzz/
A Dfuzz.c116 const u16_t max_packet_size = 1514; in input_pkts() local
126 frame_len = LWIP_MIN(frame_len, max_packet_size); in input_pkts()
/components/drivers/usb/cherryusb/port/chipidea/
A Dusb_dc_chipidea.c77 …volatile uint32_t max_packet_size : 11; /* This directly corresponds to the maximum packet… member
344 dcd_data->qhd[0].max_packet_size = dcd_data->qhd[1].max_packet_size = ep0_max_packet_size; in chipidea_bus_reset()
365 p_qhd->max_packet_size = ep_mps & 0x7FFu; in chipidea_edpt_open()
/components/drivers/include/drivers/
A Dusb_host.h83 rt_uint8_t max_packet_size; member
/components/drivers/usb/cherryusb/port/hpmicro/
A Dusb_dc_hpm.c174 tmp_ep_cfg.max_packet_size = ep->wMaxPacketSize; in usbd_ep_open()
/components/legacy/usb/usbhost/core/
A Dusbhost_core.c46 dev[i].max_packet_size = 0x8; in rt_usbh_alloc_instance()

Completed in 7 milliseconds