Lines Matching refs:slots
721 struct isp1760_slotinfo *slots, in start_bus_transfer() argument
730 WARN_ON(slots[slot].qtd); in start_bus_transfer()
731 WARN_ON(slots[slot].qh); in start_bus_transfer()
747 slots[slot].timestamp = jiffies; in start_bus_transfer()
748 slots[slot].qtd = qtd; in start_bus_transfer()
749 slots[slot].qh = qh; in start_bus_transfer()
836 struct isp1760_slotinfo *slots; in enqueue_qtds() local
854 slots = priv->int_slots; in enqueue_qtds()
857 slots = priv->atl_slots; in enqueue_qtds()
862 if ((free_slot == -1) && (slots[curr_slot].qtd == NULL)) in enqueue_qtds()
864 if (slots[curr_slot].qh == qh) in enqueue_qtds()
900 slots, qtd, qh, &ptd); in enqueue_qtds()
1076 struct isp1760_slotinfo *slots; in handle_done_ptds() local
1094 slots = priv->int_slots; in handle_done_ptds()
1097 if (!slots[slot].qh) { in handle_done_ptds()
1104 slots[slot].qtd->urb); in handle_done_ptds()
1109 slots = priv->atl_slots; in handle_done_ptds()
1112 if (!slots[slot].qh) { in handle_done_ptds()
1119 slots[slot].qtd->urb); in handle_done_ptds()
1122 qtd = slots[slot].qtd; in handle_done_ptds()
1123 slots[slot].qtd = NULL; in handle_done_ptds()
1124 qh = slots[slot].qh; in handle_done_ptds()
1125 slots[slot].qh = NULL; in handle_done_ptds()
1186 if (slots == priv->int_slots) { in handle_done_ptds()
1198 start_bus_transfer(hcd, ptd_offset, slot, slots, qtd, in handle_done_ptds()