Lines Matching defs:slots
718 struct isp1760_slotinfo *slots,
727 WARN_ON(slots[slot].qtd);
728 WARN_ON(slots[slot].qh);
744 slots[slot].timestamp = jiffies;
745 slots[slot].qtd = qtd;
746 slots[slot].qh = qh;
833 struct isp1760_slotinfo *slots;
851 slots = priv->int_slots;
854 slots = priv->atl_slots;
859 if ((free_slot == -1) && (slots[curr_slot].qtd == NULL))
861 if (slots[curr_slot].qh == qh)
897 slots, qtd, qh, &ptd);
955 * and PTD ATL slots are available.
957 * and PTD INT slots are available.
959 * and PTD ATL slots are available.
1071 struct isp1760_slotinfo *slots;
1089 slots = priv->int_slots;
1092 if (!slots[slot].qh) {
1099 slots[slot].qtd->urb);
1104 slots = priv->atl_slots;
1107 if (!slots[slot].qh) {
1114 slots[slot].qtd->urb);
1117 qtd = slots[slot].qtd;
1118 slots[slot].qtd = NULL;
1119 qh = slots[slot].qh;
1120 slots[slot].qh = NULL;
1181 if (slots == priv->int_slots) {
1193 start_bus_transfer(hcd, ptd_offset, slot, slots, qtd,
1247 * finds active ATL slots which are older than SLOT_TIMEOUT ms, it checks the