Lines Matching defs:nmreq
150 struct nmreq { struct
151 char nr_name[IFNAMSIZ];
152 uint32_t nr_version; /* API version */
153 uint32_t nr_offset; /* nifp offset in the shared region */
154 uint32_t nr_memsize; /* size of the shared region */
155 uint32_t nr_tx_slots; /* slots in tx rings */
156 uint32_t nr_rx_slots; /* slots in rx rings */
157 uint16_t nr_tx_rings; /* number of tx rings */
158 uint16_t nr_rx_rings; /* number of rx rings */
160 uint16_t nr_ringid; /* ring(s) we care about */
170 uint16_t nr_cmd;
183 uint16_t nr_arg1; /* extra arguments */
186 uint16_t nr_arg2; /* id of the memory allocator */
187 uint32_t nr_arg3; /* req. extra buffers in NIOCREGIF */
188 uint32_t nr_flags; /* specify NR_REG_* mode and other flags */
191 uint32_t spare2[1];