Home
last modified time | relevance | path

Searched defs:nmreq_register (Results 1 – 1 of 1) sorted by relevance

/f-stack/freebsd/net/
H A Dnetmap.h573 struct nmreq_register { struct
575 uint64_t nr_memsize; /* size of the shared region */
576 uint32_t nr_tx_slots; /* slots in tx rings */
577 uint32_t nr_rx_slots; /* slots in rx rings */
578 uint16_t nr_tx_rings; /* number of tx rings */
579 uint16_t nr_rx_rings; /* number of rx rings */
580 uint16_t nr_host_tx_rings; /* number of host tx rings */
581 uint16_t nr_host_rx_rings; /* number of host rx rings */
583 uint16_t nr_mem_id; /* id of the memory allocator */
584 uint16_t nr_ringid; /* ring(s) we care about */
[all …]