Searched refs:GetTD_mlen (Results 1 – 3 of 3) sorted by relevance
/titanic_50/usr/src/uts/common/sys/usb/hcd/uhci/ |
H A D | uhci.h | 191 #define GetTD_mlen(u, td) GetField((u), (td), dw3, 21, 11) macro
|
/titanic_50/usr/src/uts/common/io/usb/hcd/uhci/ |
H A D | uhci.c | 1162 GetTD_mlen(uhcip, td))) { in uhci_handle_intr_td() 1241 if (GetTD_alen(uhcip, td) != GetTD_mlen(uhcip, td)) { in uhci_handle_intr_td()
|
H A D | uhciutil.c | 3321 if (bytes_xfered != GetTD_mlen(uhcip, td)) { in uhci_handle_bulk_td() 3345 (GetTD_mlen(uhcip, td) - GetTD_alen(uhcip, td) == 0)) { in uhci_handle_bulk_td()
|