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

  /src/sys/dev/pci/
if_wm.c 426 struct wm_rxqueue { struct
477 struct wm_rxqueue wmq_rxq;
841 static inline void wm_cdrxsync(struct wm_rxqueue *, int, int);
842 static inline void wm_init_rxdesc(struct wm_rxqueue *, int);
884 static int wm_add_rxbuf(struct wm_rxqueue *, int);
885 static void wm_rxdrain(struct wm_rxqueue *);
912 static int wm_alloc_rx_descs(struct wm_softc *, struct wm_rxqueue *);
913 static void wm_free_rx_descs(struct wm_softc *, struct wm_rxqueue *);
915 struct wm_rxqueue *);
919 static int wm_alloc_rx_buffer(struct wm_softc *, struct wm_rxqueue *);
    [all...]

Completed in 109 milliseconds