Home
last modified time | relevance | path

Searched refs:rx_slots (Results 1 – 2 of 2) sorted by relevance

/freebsd-12-stable/sys/mips/nlm/dev/net/
Dnae.c84 int rx_slots = 0, port; in nlm_setup_rx_cal_cfg() local
90 rx_slots += cfg[port].rx_slots_reqd; in nlm_setup_rx_cal_cfg()
91 if (rx_slots > MAX_CAL_SLOTS) { in nlm_setup_rx_cal_cfg()
92 rx_slots = MAX_CAL_SLOTS; in nlm_setup_rx_cal_cfg()
97 cal_len = rx_slots - 1; in nlm_setup_rx_cal_cfg()
/freebsd-12-stable/lib/libnetmap/
Dnmport.c329 NPKEY_DECL(conf, rx_slots, 0)
429 if (nmport_key(p, conf, rx_slots) != NULL) { in NPOPT_PARSER()
430 d->reg.nr_rx_slots = atoi(nmport_key(p, conf, rx_slots)); in NPOPT_PARSER()