Searched refs:active_split (Results 1 – 1 of 1) sorted by relevance
222 cvmx_usb_transaction_t *active_split; /**< Points to the current active split, or NULL */ member1946 usb->active_split = transaction; in __cvmx_usb_start_channel()1973 (!usb->active_split || (usb->active_split == pipe->head))) in __cvmx_usb_find_ready_pipe()2187 if (usb->active_split == transaction) in __cvmx_usb_perform_complete()2188 usb->active_split = NULL; in __cvmx_usb_perform_complete()3076 if (usb->active_split == transaction) in __cvmx_usb_poll_channel()3077 usb->active_split = NULL; in __cvmx_usb_poll_channel()3298 if (usb->active_split == transaction) in __cvmx_usb_poll_channel()3299 usb->active_split = NULL; in __cvmx_usb_poll_channel()