Searched refs:MaxPacketSize (Results 1 – 9 of 9) sorted by relevance
1421 ushort_t MaxPacketSize; in uhci_handle_ctrl_td() local1527 MaxPacketSize = eptd->wMaxPacketSize; in uhci_handle_ctrl_td()1535 if (MaxPacketSize == 0) { in uhci_handle_ctrl_td()1538 xx = (tw->tw_length > MaxPacketSize) ? in uhci_handle_ctrl_td()1539 MaxPacketSize : tw->tw_length; in uhci_handle_ctrl_td()1575 MaxPacketSize = eptd->wMaxPacketSize; in uhci_handle_ctrl_td()1617 MaxPacketSize) ? MaxPacketSize : in uhci_handle_ctrl_td()
1254 ushort_t MaxPacketSize = endpoint->wMaxPacketSize; in uhci_compute_total_bandwidth() local1260 MaxPacketSize = (ushort_t)((MaxPacketSize * 7) / 6); in uhci_compute_total_bandwidth()1267 (LOW_SPEED_CLOCK * MaxPacketSize)); in uhci_compute_total_bandwidth()1270 bandwidth += MaxPacketSize; in uhci_compute_total_bandwidth()3267 ushort_t MaxPacketSize; in uhci_handle_bulk_td() local3347 MaxPacketSize = pp->pp_pipe_handle->p_ep.wMaxPacketSize; in uhci_handle_bulk_td()3348 length = MaxPacketSize; in uhci_handle_bulk_td()3369 if ((tw->tw_bytes_pending / MaxPacketSize) >= in uhci_handle_bulk_td()3374 (tw->tw_bytes_pending / MaxPacketSize); in uhci_handle_bulk_td()3375 if (tw->tw_bytes_pending % MaxPacketSize) { in uhci_handle_bulk_td()[all …]
80 printf("MaxPacketSize = %u\n", mode->MaxPacketSize); in dump_mode()185 bufsz = net->Mode->MaxPacketSize + ETHER_HDR_LEN + ETHER_CRC_LEN; in efinet_get()
159 UINT16 MaxPacketSize; member
149 UINT32 MaxPacketSize; member
178 UINT32 MaxPacketSize; member
315 UINT32 MaxPacketSize; member
155 Protocol overhead + ((MaxPacketSize * 7) / 6 ) + Host_Delay160 (Low-Speed clock * ((MaxPacketSize * 7) / 6 )) + Host_Delay282 (Protocol overhead + ((MaxPacketSize * 7) / 6 ) +293 Protocol overhead + ((MaxPacketSize * 7) / 6 ) +300 Protocol overhead + ((MaxPacketSize * 7) / 6 ) +
1237 uint32_t MaxPacketSize; member