Lines Matching defs:mps
2075 DPRINTFN(1, " mps %ju ival %ju", UGETW(ed->wMaxPacketSize),
2837 * Determine initial MaxPacketSize (mps) by speed.
2890 /* XXX using 64 as initial mps of ep0 in FS */
2999 printf("%s: invalid mps 2^%u for SS ep0,"
3014 DPRINTFN(1, "update mps of ep0 %ju", err, 0, 0, 0);
3030 DPRINTFN(1, " mps=%jd, len=%jd, noconf=%jd, speed=%jd",
3450 struct xhci_slot * const xs, u_int mps)
3457 XHCIHIST_CALLARGS("slot %ju mps %ju", xs->xs_idx, mps, 0, 0);
3465 cp[1] |= htole32(XHCI_EPCTX_1_MAXP_SIZE_SET(mps));
3649 DPRINTFN(4, "setting on dci %ju ival %ju mult %ju mps %#jx",
3894 uint16_t mps = UGETW(ed->wMaxPacketSize);
3907 maxb = esscd ? esscd->bMaxBurst : UE_GET_TRANS(mps);
3909 UE_GET_SIZE(mps) * (maxb + 1);
3920 maxb = UE_GET_TRANS(mps);
3921 mep = UE_GET_SIZE(mps) * (maxb + 1);
3925 mep = UE_GET_SIZE(mps);
3934 mps = UE_GET_SIZE(mps);
3952 mps = UE_GET_SIZE(mps);
3959 atl = mps;
4008 cp[1] |= XHCI_EPCTX_1_MAXP_SIZE_SET(mps);
4602 const uint16_t MPS = UGETW(xfer->ux_pipe->up_endpoint->ue_edesc->wMaxPacketSize);
4603 const uint16_t mps = UE_GET_SIZE(MPS);
4645 const unsigned tdpc = howmany(len, mps);