Symbol: mcx_tx
sys/dev/pci/if_mcx.c
2347
struct mcx_tx q_tx;
sys/dev/pci/if_mcx.c
2571
static int mcx_create_sq(struct mcx_softc *, struct mcx_tx *, int, int,
sys/dev/pci/if_mcx.c
2573
static int mcx_destroy_sq(struct mcx_softc *, struct mcx_tx *);
sys/dev/pci/if_mcx.c
2574
static int mcx_ready_sq(struct mcx_softc *, struct mcx_tx *);
sys/dev/pci/if_mcx.c
2601
static int mcx_query_sq(struct mcx_softc *, struct mcx_tx *, struct mcx_sq_ctx *);
sys/dev/pci/if_mcx.c
2621
static int mcx_process_txeof(struct mcx_softc *, struct mcx_tx *,
sys/dev/pci/if_mcx.c
3016
struct mcx_tx *tx = &q->q_tx;
sys/dev/pci/if_mcx.c
5166
mcx_create_sq(struct mcx_softc *sc, struct mcx_tx *tx, int uar, int db,
sys/dev/pci/if_mcx.c
5269
mcx_destroy_sq(struct mcx_softc *sc, struct mcx_tx *tx)
sys/dev/pci/if_mcx.c
5316
mcx_ready_sq(struct mcx_softc *sc, struct mcx_tx *tx)
sys/dev/pci/if_mcx.c
6555
mcx_query_sq(struct mcx_softc *sc, struct mcx_tx *tx, struct mcx_sq_ctx *sq_ctx)
sys/dev/pci/if_mcx.c
6830
mcx_process_txeof(struct mcx_softc *sc, struct mcx_tx *tx,
sys/dev/pci/if_mcx.c
7051
struct mcx_tx *tx = &q->q_tx;
sys/dev/pci/if_mcx.c
7242
struct mcx_tx *tx;
sys/dev/pci/if_mcx.c
7326
struct mcx_tx *tx;
sys/dev/pci/if_mcx.c
7582
struct mcx_tx *tx = &q->q_tx;
sys/dev/pci/if_mcx.c
7797
mcx_send_common_locked(struct ifnet *ifp, struct mcx_tx *tx, bool is_transmit)
sys/dev/pci/if_mcx.c
7962
struct mcx_tx *tx = &sc->sc_queues[0].q_tx;
sys/dev/pci/if_mcx.c
7975
struct mcx_tx *tx;
sys/dev/pci/if_mcx.c
7996
struct mcx_tx *tx = arg;