NUM_IOPS
static volatile struct mac_iop *iop_base[NUM_IOPS];
static struct iop_msg *iop_send_queue[NUM_IOPS][NUM_IOP_CHAN];
static struct listener iop_listeners[NUM_IOPS][NUM_IOP_CHAN];
if ((iop_num >= NUM_IOPS) || !iop_base[iop_num]) return -EINVAL;
if ((iop_num >= NUM_IOPS) || !iop_base[iop_num]) return -EINVAL;
if ((iop_num >= NUM_IOPS) || !iop_base[iop_num]) return;
if ((iop_num >= NUM_IOPS) || !iop_base[iop_num]) return;
if ((iop_num >= NUM_IOPS) || !iop_base[iop_num]) return code_start;