Home
last modified time | relevance | path

Searched refs:MaxPacketSize (Results 1 – 9 of 9) sorted by relevance

/illumos-gate/usr/src/uts/common/io/usb/hcd/uhci/
H A Duhci.c1421 ushort_t MaxPacketSize; in uhci_handle_ctrl_td() local
1527 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()
H A Duhciutil.c1260 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() local
3348 length = MaxPacketSize; in uhci_handle_bulk_td()
3374 (tw->tw_bytes_pending / MaxPacketSize); in uhci_handle_bulk_td()
3378 MaxPacketSize); in uhci_handle_bulk_td()
3398 MaxPacketSize, tw); in uhci_handle_bulk_td()
3399 buf_offs += MaxPacketSize; in uhci_handle_bulk_td()
3421 MaxPacketSize, tw); in uhci_handle_bulk_td()
[all …]
/illumos-gate/usr/src/boot/efi/libefi/
H A Definet.c80 printf("MaxPacketSize = %u\n", mode->MaxPacketSize); in dump_mode()
185 bufsz = net->Mode->MaxPacketSize + ETHER_HDR_LEN + ETHER_CRC_LEN; in efinet_get()
/illumos-gate/usr/src/boot/efi/include/IndustryStandard/
H A DUsb.h159 UINT16 MaxPacketSize; member
/illumos-gate/usr/src/boot/efi/include/Protocol/
H A DIp4.h149 UINT32 MaxPacketSize; member
H A DIp6.h315 UINT32 MaxPacketSize; member
H A DSimpleNetwork.h178 UINT32 MaxPacketSize; member
/illumos-gate/usr/src/uts/common/io/usb/hcd/
H A DREADME155 Protocol overhead + ((MaxPacketSize * 7) / 6 ) + Host_Delay
160 (Low-Speed clock * ((MaxPacketSize * 7) / 6 )) + Host_Delay
282 (Protocol overhead + ((MaxPacketSize * 7) / 6 ) +
293 Protocol overhead + ((MaxPacketSize * 7) / 6 ) +
300 Protocol overhead + ((MaxPacketSize * 7) / 6 ) +
/illumos-gate/usr/src/uts/common/sys/mpt/
H A Dmpi_cnfg.h1237 uint32_t MaxPacketSize; member