Home
last modified time | relevance | path

Searched refs:NR_TXRX (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/dev/netmap/
H A Dnetmap_kern.h335 enum txrx { NR_RX = 0, NR_TX = 1, NR_TXRX }; enumerator
349 #define for_rx_tx(t) for ((t) = 0; (t) < NR_TXRX; (t)++)
574 uint32_t mon_pos[NR_TXRX]; /* index of this ring in the monitored ring array */
578 struct netmap_zmon_list zmon_list[NR_TXRX];
780 NM_SELINFO_T si[NR_TXRX]; /* global wait queues */
783 int si_users[NR_TXRX];
2052 u_int np_qfirst[NR_TXRX],
2053 np_qlast[NR_TXRX]; /* range of tx/rx rings to scan */
2066 NM_SELINFO_T *np_si[NR_TXRX];
H A Dnetmap.c849 u_int n[NR_TXRX]; in netmap_krings_create()
2043 (++(t_) < NR_TXRX ? (p_)->np_qfirst[(t_)] : (i_)))
2137 int num_rings[NR_TXRX], tot_rings; in netmap_csb_validate()
3659 u_int i, want[NR_TXRX], revents = 0; in netmap_poll()
3660 NM_SELINFO_T *si[NR_TXRX]; in netmap_poll()
H A Dnetmap_mem2.c2111 u_int i, len, n[NR_TXRX], ntot; in netmap_mem2_if_new()