mcx_cq_ctx
CTASSERT(sizeof(struct mcx_cq_ctx) == 64);
struct mcx_cq_ctx cmd_cq_ctx;
static int mcx_query_cq(struct mcx_softc *, struct mcx_cq *, struct mcx_cq_ctx *);
mcx_query_cq(struct mcx_softc *sc, struct mcx_cq *cq, struct mcx_cq_ctx *cq_ctx)
struct mcx_cq_ctx *ctx;
ctx = (struct mcx_cq_ctx *)(mcx_cq_mbox_data(mcx_cq_mbox(&mxm, 0)));
struct mcx_cq_ctx cq;