Searched refs:np_txqfirst (Results 1 – 2 of 2) sorted by relevance
762 (priv->np_txqlast - priv->np_txqfirst > 1)); in nm_tx_si_user()1468 priv->np_txqfirst = 0; in netmap_set_ringid()1481 priv->np_txqfirst = (reg == NR_REG_SW ? in netmap_set_ringid()1499 priv->np_txqfirst = j; in netmap_set_ringid()1520 priv->np_txqfirst, in netmap_set_ringid()1750 priv->np_txsi = (priv->np_txqlast - priv->np_txqfirst > 1) ? in netmap_ioctl()1751 &na->tx_si : &na->tx_rings[priv->np_txqfirst].si; in netmap_ioctl()1793 qfirst = priv->np_txqfirst; 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()[all …]
1236 u_int np_txqfirst, np_txqlast; /* range of tx rings to scan */ member