Searched refs:max_packet_size (Results 1 – 4 of 4) 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()
298 uint16_t max_packet_size; //!< Configured endpoint size. member1371 p_state->max_packet_size); in usbd_dmareq_process()1385 p_state->max_packet_size, in usbd_dmareq_process()2003 p_state->max_packet_size = size; in nrfx_usbd_ep_max_packet_size_set()2009 return p_state->max_packet_size; in nrfx_usbd_ep_max_packet_size_get()
82 rt_uint8_t max_packet_size; member
42 dev[i].max_packet_size = 0x8; in rt_usbh_alloc_instance()