Searched defs:xpc_gru_mq_uv (Results 1 – 1 of 1) sorted by relevance
125 struct xpc_gru_mq_uv { struct126 void *address; /* address of GRU message queue */127 unsigned int order; /* size of GRU message queue as a power of 2 */128 int irq; /* irq raised when message is received in mq */129 int mmr_blade; /* blade where watchlist was allocated from */130 unsigned long mmr_offset; /* offset of irq mmr located on mmr_blade */131 unsigned long mmr_value; /* value of irq mmr located on mmr_blade */132 int watchlist_num; /* number of watchlist allocatd by BIOS */133 void *gru_mq_desc; /* opaque structure used by the GRU driver */