Lines Matching refs:IOP_MSG_LEN
351 msg->iop_num, msg->channel, IOP_MSG_LEN, msg->reply);
353 offset = IOP_ADDR_RECV_MSG + (msg->channel * IOP_MSG_LEN);
355 for (i = 0 ; i < IOP_MSG_LEN ; i++, offset++) {
376 msg->iop_num, msg->channel, IOP_MSG_LEN, msg->message);
378 offset = IOP_ADDR_SEND_MSG + (msg->channel * IOP_MSG_LEN);
380 for (i = 0 ; i < IOP_MSG_LEN ; i++, offset++) {
405 offset = IOP_ADDR_SEND_MSG + (chan * IOP_MSG_LEN);
406 for (i = 0 ; i < IOP_MSG_LEN ; i++, offset++) {
410 iop_num, chan, IOP_MSG_LEN, msg->reply);
437 offset = IOP_ADDR_RECV_MSG + (chan * IOP_MSG_LEN);
439 for (i = 0 ; i < IOP_MSG_LEN ; i++, offset++) {
443 iop_num, chan, IOP_MSG_LEN, msg->message);
453 memset(msg->reply, 0, IOP_MSG_LEN);
474 if (msg_len > IOP_MSG_LEN) return -EINVAL;