Lines Matching defs:nmreq_register
598 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 */
609 uint16_t nr_ringid; /* ring(s) we care about */
610 uint32_t nr_mode; /* specify NR_REG_* modes */
611 uint32_t nr_extra_bufs; /* number of requested extra buffers */
635 /* Valid values for nmreq_register.nr_mode (see above). */ argument