mcx_eq_ctx
CTASSERT(sizeof(struct mcx_eq_ctx) == 64);
struct mcx_eq_ctx cmd_eq_ctx;
static int mcx_query_eq(struct mcx_softc *, struct mcx_eq *, struct mcx_eq_ctx *);
mcx_query_eq(struct mcx_softc *sc, struct mcx_eq *eq, struct mcx_eq_ctx *eq_ctx)
struct mcx_eq_ctx *ctx;
ctx = (struct mcx_eq_ctx *)(mcx_cq_mbox_data(mcx_cq_mbox(&mxm, 0)));
struct mcx_eq_ctx eq;