Lines Matching refs:mps
230 uint32_t chan, epnum, epdir, eptype, mps, pid, pcnt, len, tlen, intr = 0; in dwc2_handle_packet() local
237 mps = get_field(hcchar, HCCHAR_MPS); in dwc2_handle_packet()
251 dirs[epdir], mps, len, pcnt); in dwc2_handle_packet()
253 if (mps == 0) { in dwc2_handle_packet()
268 if (tlen > mps) { in dwc2_handle_packet()
269 tlen = mps; in dwc2_handle_packet()
313 p->mps = mps; in dwc2_handle_packet()
338 tpcnt = actual / mps; in dwc2_handle_packet()
339 if (actual % mps) { in dwc2_handle_packet()
394 p->mps = mps; in dwc2_handle_packet()
1403 VMSTATE_UINT32(mps, DWC2Packet),