Searched refs:curr_urb (Results 1 – 3 of 3) sorted by relevance
152 struct urb *curr_urb; member578 struct urb *urb = max3421_hcd->curr_urb; in max3421_next_transfer()639 struct urb *urb, *curr_urb = NULL; in max3421_select_and_start_urb() local680 max3421_hcd->curr_urb = urb; in max3421_select_and_start_urb()727 curr_urb = urb; in max3421_select_and_start_urb()731 if (!curr_urb) { in max3421_select_and_start_urb()736 urb = max3421_hcd->curr_urb = curr_urb; in max3421_select_and_start_urb()807 struct urb *urb = max3421_hcd->curr_urb; in max3421_slow_retransmit()812 max3421_hcd->curr_urb = NULL; in max3421_slow_retransmit()822 struct urb *urb = max3421_hcd->curr_urb; in max3421_recv_data_available()[all …]
1615 int curr_urb; member1660 queue->curr_urb = 0; in _ohci_create_int_queue()1668 if (queue->curr_urb == queue->queuesize) in _ohci_poll_int_queue()1674 if (queue->urb[queue->curr_urb]->finished) { in _ohci_poll_int_queue()1675 void *ret = queue->urb[queue->curr_urb]->transfer_buffer; in _ohci_poll_int_queue()1676 queue->curr_urb++; in _ohci_poll_int_queue()
1138 struct urb *curr_urb; in put_rxbuf_data_and_resubmit_bulk_urb() local1141 curr_urb = serial->rx_urb[serial->curr_rx_urb_idx]; in put_rxbuf_data_and_resubmit_bulk_urb()1142 count = put_rxbuf_data(curr_urb, serial); in put_rxbuf_data_and_resubmit_bulk_urb()1149 hso_resubmit_rx_bulk_urb(serial, curr_urb); in put_rxbuf_data_and_resubmit_bulk_urb()