Lines Matching defs:nmreq_register
573 struct nmreq_register { struct
574 uint64_t nr_offset; /* nifp offset in the shared region */
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 */
585 uint32_t nr_mode; /* specify NR_REG_* modes */
586 uint32_t nr_extra_bufs; /* number of requested extra buffers */
610 /* Valid values for nmreq_register.nr_mode (see above). */ argument