Searched refs:nr_rings (Results 1 – 1 of 1) sorted by relevance
455 uint16_t nr_rings = atoi(nmport_key(p, conf, rings)); in NPOPT_PARSER() local456 d->reg.nr_tx_rings = nr_rings; in NPOPT_PARSER()457 d->reg.nr_rx_rings = nr_rings; in NPOPT_PARSER()460 uint16_t nr_rings = atoi(nmport_key(p, conf, host_rings)); in NPOPT_PARSER() local461 d->reg.nr_host_tx_rings = nr_rings; in NPOPT_PARSER()462 d->reg.nr_host_rx_rings = nr_rings; in NPOPT_PARSER()