Lines Matching defs:slots
1001 struct isp1760_slotinfo *slots,
1011 WARN_ON(slots[slot].qtd);
1012 WARN_ON(slots[slot].qh);
1036 slots[slot].timestamp = jiffies;
1037 slots[slot].qtd = qtd;
1038 slots[slot].qh = qh;
1122 struct isp1760_slotinfo *slots;
1140 slots = priv->int_slots;
1143 slots = priv->atl_slots;
1148 if ((free_slot == -1) && (slots[curr_slot].qtd == NULL))
1150 if (slots[curr_slot].qh == qh)
1185 slots, qtd, qh, &ptd);
1243 * and PTD ATL slots are available.
1245 * and PTD INT slots are available.
1247 * and PTD ATL slots are available.
1359 struct isp1760_slotinfo *slots;
1377 slots = priv->int_slots;
1380 if (!slots[slot].qh) {
1387 slots[slot].qtd->urb);
1392 slots = priv->atl_slots;
1395 if (!slots[slot].qh) {
1402 slots[slot].qtd->urb);
1405 qtd = slots[slot].qtd;
1406 slots[slot].qtd = NULL;
1407 qh = slots[slot].qh;
1408 slots[slot].qh = NULL;
1469 if (slots == priv->int_slots) {
1481 start_bus_transfer(hcd, ptd_offset, slot, slots, qtd,
1540 * finds active ATL slots which are older than SLOT_TIMEOUT ms, it checks the