Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/dev/netmap/
Dnetmap.c1050 na->num_host_rx_rings = 1; in netmap_do_unregif()
1053 na->num_host_rx_rings = 0; in netmap_do_unregif()
1603 (*na)->num_host_rx_rings = req->nr_host_rx_rings; in netmap_get_na()
1606 (*na)->num_host_rx_rings); in netmap_get_na()
1897 nr_ringid >= na->num_host_rx_rings) { in netmap_interp_ringid()
2593 req->nr_host_rx_rings = na->num_host_rx_rings; in netmap_ioctl()
2700 req->nr_host_rx_rings = na->num_host_rx_rings; in netmap_ioctl()
3705 if (na->num_host_rx_rings == 0) in netmap_attach_common()
3706 na->num_host_rx_rings = 1; in netmap_attach_common()
3980 if (i >= na->num_host_rx_rings) { in netmap_transmit()
[all …]
Dnetmap_kern.h721 u_int num_host_rx_rings; /* number of host receive rings */ member
899 return (t == NR_TX ? na->num_host_tx_rings : na->num_host_rx_rings); in nma_get_host_nrings()
917 na->num_host_rx_rings = v; in nma_set_host_nrings()
Dnetmap_mem2.c2019 (na->num_host_rx_rings ? na->num_host_rx_rings : 1); in netmap_mem2_if_new()