Searched refs:MAX_CAL_SLOTS (Results 1 – 2 of 2) sorted by relevance
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()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()
474 #define MAX_CAL_SLOTS 64 macro