Searched refs:IOP_MSG_LEN (Results 1 – 3 of 3) sorted by relevance
360 offset = IOP_ADDR_RECV_MSG + (msg->channel * IOP_MSG_LEN); in iop_complete_message()362 for (i = 0 ; i < IOP_MSG_LEN ; i++, offset++) { in iop_complete_message()382 offset = IOP_ADDR_SEND_MSG + (msg->channel * IOP_MSG_LEN); in iop_do_send()384 for (i = 0 ; i < IOP_MSG_LEN ; i++, offset++) { in iop_do_send()411 offset = IOP_ADDR_SEND_MSG + (chan * IOP_MSG_LEN); in iop_handle_send()412 for (i = 0 ; i < IOP_MSG_LEN ; i++, offset++) { in iop_handle_send()441 offset = IOP_ADDR_RECV_MSG + (chan * IOP_MSG_LEN); in iop_handle_recv()443 for (i = 0 ; i < IOP_MSG_LEN ; i++, offset++) { in iop_handle_recv()457 iop_pr_debug("%*ph\n", IOP_MSG_LEN, msg->message); in iop_handle_recv()478 if (msg_len > IOP_MSG_LEN) return -EINVAL; in iop_send_message()
36 #define IOP_MSG_LEN 32 macro145 __u8 message[IOP_MSG_LEN]; /* the message being sent/received */146 __u8 reply[IOP_MSG_LEN]; /* the reply to the message */
147 memcpy(msg->reply, msg->message, IOP_MSG_LEN); in adb_iop_listen()