Searched refs:np_qlast (Results 1 - 4 of 4) sorted by relevance

/freebsd-11-stable/sys/dev/netmap/
H A Dnetmap.c1821 priv->np_qfirst[t] = priv->np_qlast[t] = 0;
1828 priv->np_qlast[t] = nma_get_nrings(na, t);
1830 priv->np_qfirst[t], priv->np_qlast[t]);
1840 priv->np_qlast[t] = netmap_all_rings(na, t);
1843 priv->np_qfirst[t], priv->np_qlast[t]);
1856 priv->np_qlast[t] = j + 1;
1858 priv->np_qfirst[t], priv->np_qlast[t]);
1870 priv->np_qlast[NR_TX] >= na->num_tx_rings) {
1878 priv->np_qlast[NR_TX],
1880 priv->np_qlast[NR_R
[all...]
H A Dnetmap_kloop.c620 num_rx_rings = priv->np_qlast[NR_RX] - priv->np_qfirst[NR_RX];
621 num_tx_rings = priv->np_qlast[NR_TX] - priv->np_qfirst[NR_TX];
H A Dnetmap_kern.h1927 np_qlast[NR_TXRX]; /* range of tx/rx rings to scan */ member in struct:netmap_priv_d
1972 for (i = np->np_qfirst[t]; i < np->np_qlast[t]; i++) {
1987 (priv->np_qlast[t] - priv->np_qfirst[t] > 1));
H A Dnetmap_mem2.c2028 && i < priv->np_qlast[NR_TX]) {
2040 && i < priv->np_qlast[NR_RX]) {

Completed in 201 milliseconds