Searched refs:np_qlast (Results 1 – 3 of 3) sorted by relevance
962 (priv->np_qlast[t] - priv->np_qfirst[t] > 1)); in nm_si_user()1681 priv->np_qlast[t] = nma_get_nrings(na, t); in netmap_interp_ringid()1684 priv->np_qfirst[NR_RX], priv->np_qlast[NR_RX]); in netmap_interp_ringid()1695 priv->np_qlast[t] = nma_get_nrings(na, t) + 1; in netmap_interp_ringid()1698 priv->np_qfirst[NR_RX], priv->np_qlast[NR_RX]); in netmap_interp_ringid()1711 priv->np_qlast[t] = j + 1; in netmap_interp_ringid()1724 priv->np_qlast[NR_TX], in netmap_interp_ringid()1726 priv->np_qlast[NR_RX], in netmap_interp_ringid()1772 priv->np_qfirst[t] = priv->np_qlast[t] = 0; in netmap_unset_ringid()1794 priv->np_qlast[NR_TX], in netmap_get_exclusive()[all …]
360 for (i = priv->np_qfirst[t]; i < priv->np_qlast[t]; i++) { in netmap_monitor_reg_common()376 for (i = priv->np_qfirst[t]; i < priv->np_qlast[t]; i++) { in netmap_monitor_reg_common()744 if (mna->priv.np_qlast[NR_TX] - mna->priv.np_qfirst[NR_TX] == 1) { in netmap_get_monitor_na()758 for (i = mna->priv.np_qfirst[t]; i < mna->priv.np_qlast[t]; i++) { in netmap_get_monitor_na()780 for (i = mna->priv.np_qfirst[t]; i < mna->priv.np_qlast[t]; i++) { in netmap_get_monitor_na()
1501 np_qlast[NR_TXRX]; /* range of tx/rx rings to scan */ member