Lines Matching defs:nmreq
474 struct nmreq { struct
475 char nr_name[IFNAMSIZ];
476 uint32_t nr_version; /* API version */
477 uint32_t nr_offset; /* nifp offset in the shared region */
478 uint32_t nr_memsize; /* size of the shared region */
479 uint32_t nr_tx_slots; /* slots in tx rings */
480 uint32_t nr_rx_slots; /* slots in rx rings */
481 uint16_t nr_tx_rings; /* number of tx rings */
482 uint16_t nr_rx_rings; /* number of rx rings */
484 uint16_t nr_ringid; /* ring(s) we care about */
494 uint16_t nr_cmd;
508 uint16_t nr_arg1; /* reserve extra rings in NIOCREGIF */
511 uint16_t nr_arg2;
512 uint32_t nr_arg3; /* req. extra buffers in NIOCREGIF */
513 uint32_t nr_flags;
515 uint32_t spare2[1];