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
245 MB_ERR(mb_chann, "Bad message ID 0x%x", msg_id); in mailbox_get_resp()
252 MB_ERR(mb_chann, "Cannot find msg 0x%x", msg_id); in mailbox_get_resp()
261 MB_ERR(mb_chann, "Message callback ret %d", ret); in mailbox_get_resp()
355 MB_ERR(mb_chann, "Channel in bad state, work aborted"); in mailbox_rx_worker()
373 MB_ERR(mb_chann, "Unexpected ret %d, disable irq", ret); in mailbox_rx_worker()
399 MB_ERR(mb_chann, "Message size larger than ringbuf size"); in xdna_mailbox_send_msg()
404 MB_ERR(mb_chann, "Message must be 4 bytes align"); in xdna_mailbox_send_msg()
410 MB_ERR(mb_chann, "Tomb stone in data"); in xdna_mailbox_send_msg()
415 MB_ERR(mb_chann, "Channel in bad state"); in xdna_mailbox_send_msg()
[all …]