Searched refs:MAX_LEC_ITF (Results 1 – 3 of 3) sorted by relevance
23 #define MAX_LEC_ITF 48 macro
126 static struct net_device *dev_lec[MAX_LEC_ITF];692 if (ioc_data.dev_num < 0 || ioc_data.dev_num >= MAX_LEC_ITF) in lec_vcc_attach() 694 ioc_data.dev_num = array_index_nospec(ioc_data.dev_num, MAX_LEC_ITF); in lec_vcc_attach() 713 if (arg < 0 || arg >= MAX_LEC_ITF) in lec_mcast_attach() 715 arg = array_index_nospec(arg, MAX_LEC_ITF); in lec_mcast_attach() 730 if (arg >= MAX_LEC_ITF) in lecd_attach() 732 i = array_index_nospec(arg, MAX_LEC_ITF); in lecd_attach() 919 for (; state->itf < MAX_LEC_ITF; state->itf++) { in lec_get_idx() 1056 for (i = 0; i < MAX_LEC_ITF; i++) { in lane_module_cleanup()
620 if (ioc_data.dev_num < 0 || ioc_data.dev_num >= MAX_LEC_ITF) in atm_mpoa_vcc_attach()