Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/usb/hcd/uhci/
H A Duhci.c1172 bytes_xfered = (bytes_xfered == ZERO_LENGTH) ? in uhci_handle_intr_td()
1220 if (tw->tw_bytes_xfered == ZERO_LENGTH) { in uhci_handle_intr_td()
1451 if (GetTD_alen(uhcip, td) != ZERO_LENGTH) { in uhci_handle_ctrl_td()
1585 if (bytes_xfered == ZERO_LENGTH) { in uhci_handle_ctrl_td()
H A Duhcipolled.c245 (GetTD_alen(uhcip, td) == ZERO_LENGTH)) { in uhci_hcdi_polled_read()
H A Duhciutil.c1983 (length == 0) ? ZERO_LENGTH : (length - 1)); in uhci_fill_in_td()
2999 (length == 0) ? ZERO_LENGTH : (length - 1)); in uhci_fill_in_bulk_isoc_td()
3284 bytes_xfered = ZERO_LENGTH; in uhci_handle_bulk_td()
3305 if (bytes_xfered != ZERO_LENGTH) { in uhci_handle_bulk_td()
4326 (GetTD_alen(uhcip, td) == ZERO_LENGTH) ? 0 : in uhci_handle_isoc_td()
/illumos-gate/usr/src/uts/common/sys/usb/hcd/uhci/
H A Duhci.h253 #define ZERO_LENGTH 0x7FF macro