Searched refs:mbox_msg (Results 1 – 4 of 4) sorted by relevance
194 ((le32_to_cpu((_notif)->mbox_msg[(_num)]) & BT_MBOX##_num##_##_field)\233 __le32 mbox_msg[4]; member
118 union mbox_msg { union147 union mbox_msg msg;
56 union mbox_msg msg; in pf2vf_send_response()
265 struct ti_msgmgr_message *mbox_msg = m; in ti_sci_rx_callback() local266 struct ti_sci_msg_hdr *hdr = (struct ti_sci_msg_hdr *)mbox_msg->buf; in ti_sci_rx_callback()284 if (mbox_msg->len > info->desc->max_msg_size) { in ti_sci_rx_callback()286 mbox_msg->len, info->desc->max_msg_size); in ti_sci_rx_callback()290 if (mbox_msg->len < xfer->rx_len) { in ti_sci_rx_callback()292 mbox_msg->len, xfer->rx_len); in ti_sci_rx_callback()299 memcpy(xfer->xfer_buf, mbox_msg->buf, xfer->rx_len); in ti_sci_rx_callback()