Home
last modified time | relevance | path

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

/freebsd/sys/dev/netmap/
H A Dnetmap.c1090 na->num_host_tx_rings = 1; in netmap_do_unregif()
1093 na->num_host_tx_rings = 0; in netmap_do_unregif()
1649 (*na)->num_host_tx_rings = req->nr_host_tx_rings; in netmap_get_na()
1653 nm_prdis("%s: host tx %d rx %u", (*na)->name, (*na)->num_host_tx_rings, in netmap_get_na()
1944 if (nr_ringid >= na->num_host_tx_rings && in netmap_interp_ringid()
2862 req->nr_host_tx_rings = na->num_host_tx_rings; in netmap_ioctl()
2971 req->nr_host_tx_rings = na->num_host_tx_rings; in netmap_ioctl()
3997 if (na->num_host_tx_rings == 0) in netmap_attach_common()
3998 na->num_host_tx_rings = 1; in netmap_attach_common()
H A Dnetmap_kern.h764 u_int num_host_tx_rings; /* number of host transmit rings */ member
958 return (t == NR_TX ? na->num_host_tx_rings : na->num_host_rx_rings); in nma_get_host_nrings()
974 na->num_host_tx_rings = v; in nma_set_host_nrings()
H A Dnetmap_mem2.c2135 (na->num_host_tx_rings ? na->num_host_tx_rings : 1); in netmap_mem2_if_new()