Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/misc/sgi-gru/
Dgru_instructions.h595 union gru_mesqhead mqh; in gru_mesq_head() local
597 mqh.head = head; in gru_mesq_head()
598 mqh.limit = limit; in gru_mesq_head()
599 return mqh; in gru_mesq_head()
Dgrukservices.c638 union gru_mesqhead mqh; in send_message_queue_full() local
652 mqh = gru_mesq_head(qlines / 2 + 1, qlines); in send_message_queue_full()
654 mqh = gru_mesq_head(2, qlines / 2 + 1); in send_message_queue_full()
679 gru_gamer(cb, EOP_ERR_CSWAP, mqd->mq_gpa, XTYPE_DW, mqh.val, avalue, in send_message_queue_full()