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];694 if (ioc_data.dev_num < 0 || ioc_data.dev_num >= MAX_LEC_ITF) in lec_vcc_attach() 696 ioc_data.dev_num = array_index_nospec(ioc_data.dev_num, MAX_LEC_ITF); in lec_vcc_attach() 716 if (arg < 0 || arg >= MAX_LEC_ITF) in lec_mcast_attach() 718 arg = array_index_nospec(arg, MAX_LEC_ITF); in lec_mcast_attach() 734 if (arg >= MAX_LEC_ITF) in lecd_attach() 736 i = array_index_nospec(arg, MAX_LEC_ITF); in lecd_attach() 923 for (; state->itf < MAX_LEC_ITF; state->itf++) { in lec_get_idx() 1064 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()