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

  /src/sys/dev/pci/
if_wm.c 952 static bool wm_txeof(struct wm_txqueue *, u_int);
3888 wm_txeof(txq, UINT_MAX);
8986 wm_txeof(txq, UINT_MAX);
9600 wm_txeof(txq, UINT_MAX);
9882 * wm_txeof:
9887 wm_txeof(struct wm_txqueue *txq, u_int limit) function in typeref:typename:bool
10937 more |= wm_txeof(txq, txlimit);
11083 txmore = wm_txeof(txq, txlimit);
11133 txmore = wm_txeof(txq, txlimit);

Completed in 21 milliseconds