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

  /src/sys/dev/pci/
if_wm.c 338 struct wm_softc *txq_sc; /* shortcut (skip struct wm_queue) */
429 struct wm_softc *rxq_sc; /* shortcut (skip struct wm_queue) */
469 struct wm_queue { struct
573 struct wm_queue *sc_queue;
905 static void wm_itrs_writereg(struct wm_softc *, struct wm_queue *);
910 static void wm_init_tx_regs(struct wm_softc *, struct wm_queue *,
914 static void wm_init_rx_regs(struct wm_softc *, struct wm_queue *,
922 static void wm_init_tx_queue(struct wm_softc *, struct wm_queue *,
924 static int wm_init_rx_queue(struct wm_softc *, struct wm_queue *,
959 static inline void wm_txrxintr_disable(struct wm_queue *);
    [all...]
if_wm.c 338 struct wm_softc *txq_sc; /* shortcut (skip struct wm_queue) */
429 struct wm_softc *rxq_sc; /* shortcut (skip struct wm_queue) */
469 struct wm_queue { struct
573 struct wm_queue *sc_queue;
905 static void wm_itrs_writereg(struct wm_softc *, struct wm_queue *);
910 static void wm_init_tx_regs(struct wm_softc *, struct wm_queue *,
914 static void wm_init_rx_regs(struct wm_softc *, struct wm_queue *,
922 static void wm_init_tx_queue(struct wm_softc *, struct wm_queue *,
924 static int wm_init_rx_queue(struct wm_softc *, struct wm_queue *,
959 static inline void wm_txrxintr_disable(struct wm_queue *);
    [all...]

Completed in 28 milliseconds