Home
last modified time | relevance | path

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

/trueos/sys/mips/nlm/dev/net/
HDnae.c82 int rx_slots = 0, port; in nlm_setup_rx_cal_cfg() local
88 rx_slots += cfg[port].rx_slots_reqd; in nlm_setup_rx_cal_cfg()
89 if (rx_slots > MAX_CAL_SLOTS) { in nlm_setup_rx_cal_cfg()
90 rx_slots = MAX_CAL_SLOTS; in nlm_setup_rx_cal_cfg()
95 cal_len = rx_slots - 1; in nlm_setup_rx_cal_cfg()