Searched defs:xpc_gru_mq_uv (Results 1 – 1 of 1) sorted by relevance
202 struct xpc_gru_mq_uv { struct203 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 */