Searched refs:ZERO_LENGTH (Results 1 – 4 of 4) sorted by relevance
1172 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()
245 (GetTD_alen(uhcip, td) == ZERO_LENGTH)) { in uhci_hcdi_polled_read()
1983 (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()
253 #define ZERO_LENGTH 0x7FF macro