Lines Matching refs:nr_rx_slots
152 uint32_t nr_rx_slots; /* slots in rx rings */ member
213 printf("nr_rx_slots %u\n", req.nr_rx_slots); in port_info_get()
218 success = req.nr_memsize && req.nr_tx_slots && req.nr_rx_slots && in port_info_get()
226 ctx->nr_rx_slots = req.nr_rx_slots; in port_info_get()
258 req.nr_rx_slots = ctx->nr_rx_slots; in port_register()
272 printf("nr_rx_slots %u\n", req.nr_rx_slots); in port_register()
285 ((!ctx->nr_rx_slots && req.nr_rx_slots) || in port_register()
286 (ctx->nr_rx_slots == req.nr_rx_slots)) && in port_register()
304 ctx->nr_rx_slots = req.nr_rx_slots; in port_register()
331 req.nr_rx_slots = ctx->nr_rx_slots; in niocregif()
346 printf("nr_rx_slots %u\n", req.nr_rx_slots); in niocregif()
360 ((!ctx->nr_rx_slots && req.nr_rx_slots) || in niocregif()
361 (ctx->nr_rx_slots == req.nr_rx_slots)) && in niocregif()
375 ctx->nr_rx_slots = req.nr_rx_slots; in niocregif()
717 req.nr_rx_slots = ctx->nr_rx_slots; in vale_persistent_port()
1145 ctx->nr_rx_slots = 16; in _extmem_option()
1235 ctx->nr_rx_slots = 16; in duplicate_extmem_options()
1724 ctx->nr_rx_slots = 100; in null_port()
1742 ctx->nr_rx_slots = 0; in null_port_all_zero()
1760 ctx->nr_rx_slots = 100; in null_port_sync()
1948 reg->nr_rx_slots != orig_reg.nr_rx_slots || in nmreq_reg_parsing()