Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/misc/sgi-gru/
Dgru_instructions.h605 union gru_mesqhead mqh; in gru_mesq_head() local
607 mqh.head = head; in gru_mesq_head()
608 mqh.limit = limit; in gru_mesq_head()
609 return mqh; in gru_mesq_head()
Dgrukservices.c640 union gru_mesqhead mqh; in send_message_queue_full() local
654 mqh = gru_mesq_head(qlines / 2 + 1, qlines); in send_message_queue_full()
656 mqh = gru_mesq_head(2, qlines / 2 + 1); in send_message_queue_full()
681 gru_gamer(cb, EOP_ERR_CSWAP, mqd->mq_gpa, XTYPE_DW, mqh.val, avalue, in send_message_queue_full()