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

  /src/sys/dev/pci/
if_wm.c 932 static inline int wm_select_txqueue(struct ifnet *, struct mbuf *);
3169 * because of wm_select_txqueue() and pcq(9) overhead.
8842 wm_select_txqueue(struct ifnet *ifp, struct mbuf *m) function in typeref:typename:int
8903 qid = wm_select_txqueue(ifp, m);
9510 qid = wm_select_txqueue(ifp, m);

Completed in 21 milliseconds