Lines Matching defs:slot
549 /* Skip the internal command slot */
677 /* skip internal command slot. */
2482 * version and number of slot groups.
2499 * [ 2:0] number of slot groups, minus 1 (only valid for asic-style).
2512 "%i slot groups [%i slots]\n",
2520 "%i slot groups.\n", MTIP_MAX_SLOT_GROUPS);
2634 unsigned long slot, slot_start, slot_wrap, to;
2699 slot = 1;
2704 slot = find_next_bit(port->cmds_to_issue,
2705 num_cmd_slots, slot);
2707 if ((slot_start >= slot) ||
2708 (slot >= num_cmd_slots))
2712 slot_start = slot;
2714 if (unlikely(slot == num_cmd_slots)) {
2715 slot = 1;
2721 mtip_issue_ncq_command(port, slot);
2723 clear_bit(slot, port->cmds_to_issue);