Symbol: mwx_queue
sys/dev/pci/if_mwx.c
1568
mwx_queue_alloc(struct mwx_softc *sc, struct mwx_queue *q, int count,
sys/dev/pci/if_mwx.c
1633
mwx_queue_free(struct mwx_softc *sc, struct mwx_queue *q)
sys/dev/pci/if_mwx.c
1665
mwx_queue_reset(struct mwx_softc *sc, struct mwx_queue *q)
sys/dev/pci/if_mwx.c
173
struct mwx_queue sc_txq;
sys/dev/pci/if_mwx.c
174
struct mwx_queue sc_txmcuq;
sys/dev/pci/if_mwx.c
175
struct mwx_queue sc_txfwdlq;
sys/dev/pci/if_mwx.c
1753
mwx_queue_fill(struct mwx_softc *sc, struct mwx_queue *q)
sys/dev/pci/if_mwx.c
177
struct mwx_queue sc_rxq;
sys/dev/pci/if_mwx.c
178
struct mwx_queue sc_rxmcuq;
sys/dev/pci/if_mwx.c
179
struct mwx_queue sc_rxfwdlq;
sys/dev/pci/if_mwx.c
1877
mwx_dma_free_slots(struct mwx_queue *q)
sys/dev/pci/if_mwx.c
1887
mwx_dma_tx_enqueue(struct mwx_softc *sc, struct mwx_queue *q, struct mbuf *m)
sys/dev/pci/if_mwx.c
1963
mwx_dma_txwi_enqueue(struct mwx_softc *sc, struct mwx_queue *q,
sys/dev/pci/if_mwx.c
2011
mwx_dma_tx_cleanup(struct mwx_softc *sc, struct mwx_queue *q)
sys/dev/pci/if_mwx.c
2126
mwx_dma_rx_dequeue(struct mwx_softc *sc, struct mwx_queue *q,
sys/dev/pci/if_mwx.c
2197
mwx_dma_rx_done(struct mwx_softc *sc, struct mwx_queue *q)
sys/dev/pci/if_mwx.c
2252
struct mwx_queue *q;
sys/dev/pci/if_mwx.c
353
int mwx_queue_alloc(struct mwx_softc *, struct mwx_queue *, int, uint32_t);
sys/dev/pci/if_mwx.c
354
void mwx_queue_free(struct mwx_softc *, struct mwx_queue *);
sys/dev/pci/if_mwx.c
355
void mwx_queue_reset(struct mwx_softc *, struct mwx_queue *);
sys/dev/pci/if_mwx.c
358
int mwx_queue_fill(struct mwx_softc *, struct mwx_queue *);
sys/dev/pci/if_mwx.c
362
int mwx_dma_tx_enqueue(struct mwx_softc *, struct mwx_queue *,
sys/dev/pci/if_mwx.c
364
int mwx_dma_txwi_enqueue(struct mwx_softc *, struct mwx_queue *,
sys/dev/pci/if_mwx.c
366
void mwx_dma_tx_cleanup(struct mwx_softc *, struct mwx_queue *);
sys/dev/pci/if_mwx.c
369
void mwx_dma_rx_dequeue(struct mwx_softc *, struct mwx_queue *,
sys/dev/pci/if_mwx.c
371
void mwx_dma_rx_done(struct mwx_softc *, struct mwx_queue *);