Home
last modified time | relevance | path

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

/freebsd/sys/net/
H A Dnetmap.h668 struct nmreq_port_info_get { struct
669 uint64_t nr_memsize; /* size of the shared region */
670 uint32_t nr_tx_slots; /* slots in tx rings */
671 uint32_t nr_rx_slots; /* slots in rx rings */
672 uint16_t nr_tx_rings; /* number of tx rings */
673 uint16_t nr_rx_rings; /* number of rx rings */
674 uint16_t nr_host_tx_rings; /* number of host tx rings */
675 uint16_t nr_host_rx_rings; /* number of host rx rings */
676 uint16_t nr_mem_id; /* memory allocator id (in/out) */
677 uint16_t pad[3];