Searched refs:curr_urb (Results 1 – 3 of 3) sorted by relevance
146 struct urb *curr_urb; member572 struct urb *urb = max3421_hcd->curr_urb; in max3421_next_transfer()633 struct urb *urb, *curr_urb = NULL; in max3421_select_and_start_urb() local674 max3421_hcd->curr_urb = urb; in max3421_select_and_start_urb()721 curr_urb = urb; in max3421_select_and_start_urb()725 if (!curr_urb) { in max3421_select_and_start_urb()730 urb = max3421_hcd->curr_urb = curr_urb; in max3421_select_and_start_urb()782 if (urb == max3421_hcd->curr_urb) { in max3421_check_unlink()807 struct urb *urb = max3421_hcd->curr_urb; in max3421_slow_retransmit()812 max3421_hcd->curr_urb = NULL; in max3421_slow_retransmit()[all …]
1613 int curr_urb; member1658 queue->curr_urb = 0; in _ohci_create_int_queue()1666 if (queue->curr_urb == queue->queuesize) in _ohci_poll_int_queue()1672 if (queue->urb[queue->curr_urb]->finished) { in _ohci_poll_int_queue()1673 void *ret = queue->urb[queue->curr_urb]->transfer_buffer; in _ohci_poll_int_queue()1674 queue->curr_urb++; in _ohci_poll_int_queue()
1136 struct urb *curr_urb; in put_rxbuf_data_and_resubmit_bulk_urb() local1139 curr_urb = serial->rx_urb[serial->curr_rx_urb_idx]; in put_rxbuf_data_and_resubmit_bulk_urb()1140 count = put_rxbuf_data(curr_urb, serial); in put_rxbuf_data_and_resubmit_bulk_urb()1147 hso_resubmit_rx_bulk_urb(serial, curr_urb); in put_rxbuf_data_and_resubmit_bulk_urb()