Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/newhost/
H A DdrvEhciHcd.c3297 int iThisQtdLen; in ms_qh_urb_transaction_EHSET() local
3299 iThisQtdLen = ms_qtd_pack (pQtd, tBufAddr, iLen, u32Token, iMaxpkt); in ms_qh_urb_transaction_EHSET()
3300 iLen -= iThisQtdLen; in ms_qh_urb_transaction_EHSET()
3301 tBufAddr += iThisQtdLen; in ms_qh_urb_transaction_EHSET()
3305 if ((iMaxpkt & (iThisQtdLen + (iMaxpkt - 1))) == 0) in ms_qh_urb_transaction_EHSET()