EQ_LEN
return eq * EQ_LEN * sizeof(u32);
(EQ_LEN - (head - tail)) : (tail - head);
head %= EQ_LEN;
msi->nr_msi_vecs = msi->nr_irqs * EQ_LEN;