Searched refs:commandslot (Results 1 - 1 of 1) sorted by relevance

/drivers/block/mtip32xx/
H A Dmtip32xx.c141 int group = 0, commandslot = 0, commandindex = 0; local
152 for (commandslot = 0; commandslot < 32; commandslot++) {
153 if (!(port->allocated[group] & (1 << commandslot)))
156 commandindex = group << 5 | commandslot;

Completed in 79 milliseconds