mcx_tx
struct mcx_tx q_tx;
static int mcx_create_sq(struct mcx_softc *, struct mcx_tx *, int, int,
static int mcx_destroy_sq(struct mcx_softc *, struct mcx_tx *);
static int mcx_ready_sq(struct mcx_softc *, struct mcx_tx *);
static int mcx_query_sq(struct mcx_softc *, struct mcx_tx *, struct mcx_sq_ctx *);
static int mcx_process_txeof(struct mcx_softc *, struct mcx_tx *,
struct mcx_tx *tx = &q->q_tx;
mcx_create_sq(struct mcx_softc *sc, struct mcx_tx *tx, int uar, int db,
mcx_destroy_sq(struct mcx_softc *sc, struct mcx_tx *tx)
mcx_ready_sq(struct mcx_softc *sc, struct mcx_tx *tx)
mcx_query_sq(struct mcx_softc *sc, struct mcx_tx *tx, struct mcx_sq_ctx *sq_ctx)
mcx_process_txeof(struct mcx_softc *sc, struct mcx_tx *tx,
struct mcx_tx *tx = &q->q_tx;
struct mcx_tx *tx;
struct mcx_tx *tx;
struct mcx_tx *tx = &q->q_tx;
struct mcx_tx *tx = ifq->ifq_softc;