Home
last modified time | relevance | path

Searched defs:xpc_gru_mq_uv (Results 1 – 1 of 1) sorted by relevance

/linux-4.4.14/drivers/misc/sgi-xp/
Dxpc.h202 struct xpc_gru_mq_uv { struct
203 void *address; /* address of GRU message queue */
204 unsigned int order; /* size of GRU message queue as a power of 2 */
205 int irq; /* irq raised when message is received in mq */
206 int mmr_blade; /* blade where watchlist was allocated from */
207 unsigned long mmr_offset; /* offset of irq mmr located on mmr_blade */
208 unsigned long mmr_value; /* value of irq mmr located on mmr_blade */
209 int watchlist_num; /* number of watchlist allocatd by BIOS */
210 void *gru_mq_desc; /* opaque structure used by the GRU driver */