Searched refs:this_qtd_len (Results 1 – 2 of 2) sorted by relevance
| /utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/usbhost/ |
| H A D | drvEhciHcd.c | 3918 int this_qtd_len; in qh_urb_transaction() local 3921 this_qtd_len = qtd_fill (qtd, buf, len, token, maxpacket); in qh_urb_transaction() 3922 len -= this_qtd_len; in qh_urb_transaction() 3923 buf += this_qtd_len; in qh_urb_transaction() 3976 if ((maxpacket & (this_qtd_len + (maxpacket - 1))) == 0) in qh_urb_transaction() 10059 int this_qtd_len; in qh_urb_transaction_EHSET() local 10061 this_qtd_len = qtd_fill (qtd, buf, len, token, maxpacket); in qh_urb_transaction_EHSET() 10062 len -= this_qtd_len; in qh_urb_transaction_EHSET() 10063 buf += this_qtd_len; in qh_urb_transaction_EHSET() 10115 if ((maxpacket & (this_qtd_len + (maxpacket - 1))) == 0) in qh_urb_transaction_EHSET()
|
| /utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/newhost/ |
| H A D | drvEhciHcd.c | 1406 int this_qtd_len; in ms_qh_urb_process() local 1408 this_qtd_len = ms_qtd_pack (pQtd, tBuf, iLen, u32Token, iMaxpkt); in ms_qh_urb_process() 1409 iLen -= this_qtd_len; in ms_qh_urb_process() 1410 tBuf += this_qtd_len; in ms_qh_urb_process() 1415 if ((iMaxpkt & (this_qtd_len + (iMaxpkt - 1))) == 0) in ms_qh_urb_process()
|