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

  /src/sys/dev/pci/
if_wm.c 335 struct wm_txqueue { struct
476 struct wm_txqueue wmq_txq;
840 static inline void wm_cdtxsync(struct wm_txqueue *, int, int, int);
855 static void wm_watchdog_txq(struct ifnet *, struct wm_txqueue *,
857 static void wm_watchdog_txq_locked(struct ifnet *, struct wm_txqueue *,
907 static int wm_alloc_tx_descs(struct wm_softc *, struct wm_txqueue *);
908 static void wm_free_tx_descs(struct wm_softc *, struct wm_txqueue *);
909 static void wm_init_tx_descs(struct wm_softc *, struct wm_txqueue *);
911 struct wm_txqueue *);
916 static int wm_alloc_tx_buffer(struct wm_softc *, struct wm_txqueue *);
    [all...]
if_wm.c 335 struct wm_txqueue { struct
476 struct wm_txqueue wmq_txq;
840 static inline void wm_cdtxsync(struct wm_txqueue *, int, int, int);
855 static void wm_watchdog_txq(struct ifnet *, struct wm_txqueue *,
857 static void wm_watchdog_txq_locked(struct ifnet *, struct wm_txqueue *,
907 static int wm_alloc_tx_descs(struct wm_softc *, struct wm_txqueue *);
908 static void wm_free_tx_descs(struct wm_softc *, struct wm_txqueue *);
909 static void wm_init_tx_descs(struct wm_softc *, struct wm_txqueue *);
911 struct wm_txqueue *);
916 static int wm_alloc_tx_buffer(struct wm_softc *, struct wm_txqueue *);
    [all...]
if_wm.c 335 struct wm_txqueue { struct
476 struct wm_txqueue wmq_txq;
840 static inline void wm_cdtxsync(struct wm_txqueue *, int, int, int);
855 static void wm_watchdog_txq(struct ifnet *, struct wm_txqueue *,
857 static void wm_watchdog_txq_locked(struct ifnet *, struct wm_txqueue *,
907 static int wm_alloc_tx_descs(struct wm_softc *, struct wm_txqueue *);
908 static void wm_free_tx_descs(struct wm_softc *, struct wm_txqueue *);
909 static void wm_init_tx_descs(struct wm_softc *, struct wm_txqueue *);
911 struct wm_txqueue *);
916 static int wm_alloc_tx_buffer(struct wm_softc *, struct wm_txqueue *);
    [all...]

Completed in 44 milliseconds