Home
last modified time | relevance | path

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

/f-stack/freebsd/mips/nlm/dev/net/
H A Dnae.c91 if (rx_slots > MAX_CAL_SLOTS) { in nlm_setup_rx_cal_cfg()
92 rx_slots = MAX_CAL_SLOTS; in nlm_setup_rx_cal_cfg()
100 if (cal >= MAX_CAL_SLOTS) in nlm_setup_rx_cal_cfg()
128 if (tx_slots > MAX_CAL_SLOTS) { in nlm_setup_tx_cal_cfg()
129 tx_slots = MAX_CAL_SLOTS; in nlm_setup_tx_cal_cfg()
136 if (cal >= MAX_CAL_SLOTS) in nlm_setup_tx_cal_cfg()
/f-stack/freebsd/mips/nlm/hal/
H A Dnae.h474 #define MAX_CAL_SLOTS 64 macro