Searched refs:nmport_key (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/lib/libnetmap/
H A Dnmport.c307 #define nmport_key(p, o, k) ((p)->keys[NPKEY_ID(o, k)]) macro
362 if (nmport_extmem_from_file(d, nmport_key(p, extmem, file)) < 0)
399 if (nmport_key(p, conf, rings) != NULL) {
400 uint16_t nr_rings = atoi(nmport_key(p, conf, rings));
404 if (nmport_key(p, conf, host_rings) != NULL) {
405 uint16_t nr_rings = atoi(nmport_key(p, conf, host_rings));
409 if (nmport_key(p, conf, slots) != NULL) {
410 uint32_t nr_slots = atoi(nmport_key(p, conf, slots));
414 if (nmport_key(p, conf, tx_rings) != NULL) {
415 d->reg.nr_tx_rings = atoi(nmport_key(
[all...]

Completed in 38 milliseconds