Home
last modified time | relevance | path

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

/openbmc/linux/drivers/misc/sgi-gru/
H A Dgrukservices.h87 #define MQE_QUEUE_FULL 2 /* queue is full */ macro
H A Dgrukservices.c662 return MQE_QUEUE_FULL; in send_message_queue_full()
1016 if (ret != MQE_QUEUE_FULL || i != 4) { in quicktest1()
/openbmc/linux/drivers/misc/sgi-xp/
H A Dxpc_uv.c349 if (ret == MQE_QUEUE_FULL) { in xpc_send_gru_msg()