Searched refs:IOP_MSG_LEN (Results 1 – 3 of 3) sorted by relevance
356 offset = IOP_ADDR_RECV_MSG + (msg->channel * IOP_MSG_LEN); in iop_complete_message()358 for (i = 0 ; i < IOP_MSG_LEN ; i++, offset++) { in iop_complete_message()378 offset = IOP_ADDR_SEND_MSG + (msg->channel * IOP_MSG_LEN); in iop_do_send()380 for (i = 0 ; i < IOP_MSG_LEN ; i++, offset++) { in iop_do_send()409 offset = IOP_ADDR_SEND_MSG + (chan * IOP_MSG_LEN); in iop_handle_send()410 for (i = 0 ; i < IOP_MSG_LEN ; i++, offset++) { in iop_handle_send()443 offset = IOP_ADDR_RECV_MSG + (chan * IOP_MSG_LEN); in iop_handle_recv()445 for (i = 0 ; i < IOP_MSG_LEN ; i++, offset++) { in iop_handle_recv()460 for (i = 0 ; i < IOP_MSG_LEN ; i++) { in iop_handle_recv()485 if (msg_len > IOP_MSG_LEN) return -EINVAL; in iop_send_message()
35 #define IOP_MSG_LEN 32 macro144 __u8 message[IOP_MSG_LEN]; /* the message being sent/received */145 __u8 reply[IOP_MSG_LEN]; /* the reply to the message */
148 memcpy(msg->reply, msg->message, IOP_MSG_LEN); in adb_iop_listen()