Symbol: mwx_queue
sys/dev/pci/if_mwx.c
2090
mwx_queue_alloc(struct mwx_softc *sc, struct mwx_queue *q, int count,
sys/dev/pci/if_mwx.c
2155
mwx_queue_free(struct mwx_softc *sc, struct mwx_queue *q)
sys/dev/pci/if_mwx.c
2187
mwx_queue_reset(struct mwx_softc *sc, struct mwx_queue *q)
sys/dev/pci/if_mwx.c
2279
mwx_queue_fill(struct mwx_softc *sc, struct mwx_queue *q)
sys/dev/pci/if_mwx.c
2406
mwx_dma_free_slots(struct mwx_queue *q)
sys/dev/pci/if_mwx.c
2416
mwx_dma_tx_enqueue(struct mwx_softc *sc, struct mwx_queue *q, struct mbuf *m)
sys/dev/pci/if_mwx.c
2492
mwx_dma_txwi_enqueue(struct mwx_softc *sc, struct mwx_queue *q,
sys/dev/pci/if_mwx.c
2540
mwx_dma_tx_cleanup(struct mwx_softc *sc, struct mwx_queue *q)
sys/dev/pci/if_mwx.c
2654
mwx_dma_rx_dequeue(struct mwx_softc *sc, struct mwx_queue *q,
sys/dev/pci/if_mwx.c
2725
mwx_dma_rx_done(struct mwx_softc *sc, struct mwx_queue *q)
sys/dev/pci/if_mwx.c
2780
struct mwx_queue *q;
sys/dev/pci/if_mwx.c
298
struct mwx_queue sc_txq;
sys/dev/pci/if_mwx.c
299
struct mwx_queue sc_txmcuq;
sys/dev/pci/if_mwx.c
300
struct mwx_queue sc_txfwdlq;
sys/dev/pci/if_mwx.c
302
struct mwx_queue sc_rxq;
sys/dev/pci/if_mwx.c
303
struct mwx_queue sc_rxmcuq;
sys/dev/pci/if_mwx.c
304
struct mwx_queue sc_rxfwdlq;
sys/dev/pci/if_mwx.c
512
int mwx_queue_alloc(struct mwx_softc *, struct mwx_queue *, int,
sys/dev/pci/if_mwx.c
514
void mwx_queue_free(struct mwx_softc *, struct mwx_queue *);
sys/dev/pci/if_mwx.c
515
void mwx_queue_reset(struct mwx_softc *, struct mwx_queue *);
sys/dev/pci/if_mwx.c
518
int mwx_queue_fill(struct mwx_softc *, struct mwx_queue *);
sys/dev/pci/if_mwx.c
522
int mwx_dma_tx_enqueue(struct mwx_softc *, struct mwx_queue *,
sys/dev/pci/if_mwx.c
524
int mwx_dma_txwi_enqueue(struct mwx_softc *, struct mwx_queue *,
sys/dev/pci/if_mwx.c
526
void mwx_dma_tx_cleanup(struct mwx_softc *, struct mwx_queue *);
sys/dev/pci/if_mwx.c
529
void mwx_dma_rx_dequeue(struct mwx_softc *, struct mwx_queue *,
sys/dev/pci/if_mwx.c
531
void mwx_dma_rx_done(struct mwx_softc *, struct mwx_queue *);