Home
last modified time | relevance | path

Searched refs:mb_msg (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/accel/amdxdna/
H A Damdxdna_mailbox.c152 static int mailbox_acquire_msgid(struct mailbox_channel *mb_chann, struct mailbox_msg *mb_msg) in mailbox_acquire_msgid() argument
157 ret = xa_alloc_cyclic_irq(&mb_chann->chan_xa, &msg_id, mb_msg, in mailbox_acquire_msgid()
177 struct mailbox_msg *mb_msg) in mailbox_release_msg() argument
180 mb_msg->pkg.header.id, mb_msg->pkg.header.opcode); in mailbox_release_msg()
181 if (mb_msg->notify_cb) in mailbox_release_msg()
182 mb_msg->notify_cb(mb_msg->handle, NULL, 0); in mailbox_release_msg()
183 kfree(mb_msg); in mailbox_release_msg()
187 mailbox_send_msg(struct mailbox_channel *mb_chann, struct mailbox_msg *mb_msg) in mailbox_send_msg() argument
200 tmp_tail = tail + mb_msg->pkg_size; in mailbox_send_msg()
210 tmp_tail = tail + mb_msg->pkg_size; in mailbox_send_msg()
[all …]