Lines Matching refs:IOP_MSG_LEN
333 msg->iop_num, msg->channel, IOP_MSG_LEN, msg->reply);
335 offset = IOP_ADDR_RECV_MSG + (msg->channel * IOP_MSG_LEN);
337 for (i = 0 ; i < IOP_MSG_LEN ; i++, offset++) {
358 msg->iop_num, msg->channel, IOP_MSG_LEN, msg->message);
360 offset = IOP_ADDR_SEND_MSG + (msg->channel * IOP_MSG_LEN);
362 for (i = 0 ; i < IOP_MSG_LEN ; i++, offset++) {
387 offset = IOP_ADDR_SEND_MSG + (chan * IOP_MSG_LEN);
388 for (i = 0 ; i < IOP_MSG_LEN ; i++, offset++) {
392 iop_num, chan, IOP_MSG_LEN, msg->reply);
419 offset = IOP_ADDR_RECV_MSG + (chan * IOP_MSG_LEN);
421 for (i = 0 ; i < IOP_MSG_LEN ; i++, offset++) {
425 iop_num, chan, IOP_MSG_LEN, msg->message);
435 memset(msg->reply, 0, IOP_MSG_LEN);
456 if (msg_len > IOP_MSG_LEN) return -EINVAL;