Home
last modified time | relevance | path

Searched refs:np_txqlast (Results 1 – 2 of 2) sorted by relevance

/freebsd-9-stable/sys/dev/netmap/
Dnetmap.c762 (priv->np_txqlast - priv->np_txqfirst > 1)); in nm_tx_si_user()
1469 priv->np_txqlast = na->num_tx_rings; in netmap_set_ringid()
1483 priv->np_txqlast = na->num_tx_rings + 1; in netmap_set_ringid()
1500 priv->np_txqlast = j + 1; in netmap_set_ringid()
1521 priv->np_txqlast, in netmap_set_ringid()
1750 priv->np_txsi = (priv->np_txqlast - priv->np_txqfirst > 1) ? in netmap_ioctl()
1794 qlast = priv->np_txqlast; in netmap_ioctl()
1979 for (i = priv->np_txqfirst; want_tx && i < priv->np_txqlast; i++) { in netmap_poll()
2003 for (i = priv->np_txqfirst; i < priv->np_txqlast; i++) { in netmap_poll()
Dnetmap_kern.h1236 u_int np_txqfirst, np_txqlast; /* range of tx rings to scan */ member