Home
last modified time | relevance | path

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

/linux/drivers/accel/amdxdna/
H A Damdxdna_mailbox.c19 #define MB_ERR(chann, fmt, args...) \ macro
255 MB_ERR(mb_chann, "Bad message ID 0x%x", msg_id); in mailbox_get_resp()
262 MB_ERR(mb_chann, "Cannot find msg 0x%x", msg_id); in mailbox_get_resp()
270 MB_ERR(mb_chann, "Message callback ret %d", ret); in mailbox_get_resp()
364 MB_ERR(mb_chann, "Channel in bad state, work aborted"); in mailbox_rx_worker()
382 MB_ERR(mb_chann, "Unexpected ret %d, disable irq", ret); in mailbox_rx_worker()
408 MB_ERR(mb_chann, "Message size larger than ringbuf size"); in xdna_mailbox_send_msg()
413 MB_ERR(mb_chann, "Message must be 4 bytes align"); in xdna_mailbox_send_msg()
419 MB_ERR(mb_chann, "Tomb stone in data"); in xdna_mailbox_send_msg()
424 MB_ERR(mb_chann, "Channel in bad state"); in xdna_mailbox_send_msg()
[all …]