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

  /src/sys/dev/pci/
if_wm.c 953 static bool wm_rxeof(struct wm_rxqueue *, u_int);
10213 * wm_rxeof:
10218 wm_rxeof(struct wm_rxqueue *rxq, u_int limit) function in typeref:typename:bool
10962 * wm_rxeof() does *not* call upper layer functions directly,
10964 * So, we can call wm_rxeof() in interrupt context.
10966 more = wm_rxeof(rxq, rxlimit);
11100 rxmore = wm_rxeof(rxq, rxlimit);
11143 rxmore = wm_rxeof(rxq, rxlimit);

Completed in 514 milliseconds