PORTS_PER_ASIC
#define ALL_PORTS_MASK (BIT(PORTS_PER_ASIC) - 1)
for_each_set_bit(ch, &status, PORTS_PER_ASIC) {
if (card->n_ports >= PORTS_PER_ASIC)
if (card->n_ports >= PORTS_PER_ASIC)
int j = (unsigned)i % PORTS_PER_ASIC;
if (i >= PORTS_PER_ASIC) {