Home
last modified time | relevance | path

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

/freebsd/sys/net/
H A Dnetmap.h598 struct nmreq_register { struct
599 uint64_t nr_offset; /* nifp offset in the shared region */
600 uint64_t nr_memsize; /* size of the shared region */
601 uint32_t nr_tx_slots; /* slots in tx rings */
602 uint32_t nr_rx_slots; /* slots in rx rings */
603 uint16_t nr_tx_rings; /* number of tx rings */
604 uint16_t nr_rx_rings; /* number of rx rings */
605 uint16_t nr_host_tx_rings; /* number of host tx rings */
606 uint16_t nr_host_rx_rings; /* number of host rx rings */
608 uint16_t nr_mem_id; /* id of the memory allocator */
[all …]