HomeSort by: relevance | last modified time | path
    Searched defs:mcx_tx (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/dev/pci/
if_mcx.c 2324 struct mcx_tx { struct
2347 struct mcx_tx q_tx;
2571 static int mcx_create_sq(struct mcx_softc *, struct mcx_tx *, int, int,
2573 static int mcx_destroy_sq(struct mcx_softc *, struct mcx_tx *);
2574 static int mcx_ready_sq(struct mcx_softc *, struct mcx_tx *);
2601 static int mcx_query_sq(struct mcx_softc *, struct mcx_tx *, struct mcx_sq_ctx *);
2621 static int mcx_process_txeof(struct mcx_softc *, struct mcx_tx *,
3016 struct mcx_tx *tx = &q->q_tx;
5166 mcx_create_sq(struct mcx_softc *sc, struct mcx_tx *tx, int uar, int db,
5269 mcx_destroy_sq(struct mcx_softc *sc, struct mcx_tx *tx
    [all...]

Completed in 16 milliseconds