NUM_IOP_CHAN
#define NUM_IOP_MSGS NUM_IOP_CHAN*8
static struct iop_msg *iop_send_queue[NUM_IOPS][NUM_IOP_CHAN];
static struct listener iop_listeners[NUM_IOPS][NUM_IOP_CHAN];
for (i = 0 ; i < NUM_IOP_CHAN ; i++) {
if (chan >= NUM_IOP_CHAN) return -EINVAL;
if (chan >= NUM_IOP_CHAN) return -EINVAL;
for (i = 0; i < NUM_IOP_CHAN; i++) {
for (i = 0; i < NUM_IOP_CHAN; i++) {