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

/freebsd-10.3-release/sys/mips/nlm/dev/net/
H A Dnae.c82 int rx_slots = 0, port; local
88 rx_slots += cfg[port].rx_slots_reqd;
89 if (rx_slots > MAX_CAL_SLOTS) {
90 rx_slots = MAX_CAL_SLOTS;
95 cal_len = rx_slots - 1;

Completed in 154 milliseconds