Searched refs:max_packet_size (Results 1 – 5 of 5) sorted by relevance
116 const u16_t max_packet_size = 1514; in input_pkts() local126 frame_len = LWIP_MIN(frame_len, max_packet_size); in input_pkts()
77 …volatile uint32_t max_packet_size : 11; /* This directly corresponds to the maximum packet… member344 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()
83 rt_uint8_t max_packet_size; member
174 tmp_ep_cfg.max_packet_size = ep->wMaxPacketSize; in usbd_ep_open()
46 dev[i].max_packet_size = 0x8; in rt_usbh_alloc_instance()
Completed in 7 milliseconds