Home
last modified time | relevance | path

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

/freebsd/sys/dev/netmap/
H A Dnetmap.c1091 na->num_host_rx_rings = 1; in netmap_do_unregif()
1094 na->num_host_rx_rings = 0; in netmap_do_unregif()
1651 (*na)->num_host_rx_rings = req->nr_host_rx_rings; in netmap_get_na()
1654 (*na)->num_host_rx_rings); in netmap_get_na()
1945 nr_ringid >= na->num_host_rx_rings) { in netmap_interp_ringid()
2863 req->nr_host_rx_rings = na->num_host_rx_rings; in netmap_ioctl()
2972 req->nr_host_rx_rings = na->num_host_rx_rings; in netmap_ioctl()
3995 if (na->num_host_rx_rings == 0) in netmap_attach_common()
3996 na->num_host_rx_rings = 1; in netmap_attach_common()
4272 if (i >= na->num_host_rx_rings) { in netmap_transmit()
[all …]
H A Dnetmap_kern.h763 u_int num_host_rx_rings; /* number of host receive rings */ member
958 return (t == NR_TX ? na->num_host_tx_rings : na->num_host_rx_rings); in nma_get_host_nrings()
976 na->num_host_rx_rings = v; in nma_set_host_nrings()
H A Dnetmap_mem2.c2137 (na->num_host_rx_rings ? na->num_host_rx_rings : 1); in netmap_mem2_if_new()