Searched refs:mbox_msg (Results 1 – 2 of 2) sorted by relevance
192 ((le32_to_cpu((_notif)->mbox_msg[(_num)]) & BT_MBOX##_num##_##_field)\230 __le32 mbox_msg[4]; member
262 struct ti_msgmgr_message *mbox_msg = m; in ti_sci_rx_callback() local263 struct ti_sci_msg_hdr *hdr = (struct ti_sci_msg_hdr *)mbox_msg->buf; in ti_sci_rx_callback()281 if (mbox_msg->len > info->desc->max_msg_size) { in ti_sci_rx_callback()283 mbox_msg->len, info->desc->max_msg_size); in ti_sci_rx_callback()287 if (mbox_msg->len < xfer->rx_len) { in ti_sci_rx_callback()289 mbox_msg->len, xfer->rx_len); in ti_sci_rx_callback()296 memcpy(xfer->xfer_buf, mbox_msg->buf, xfer->rx_len); in ti_sci_rx_callback()