Home
last modified time | relevance | path

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

/linux-4.4.14/include/uapi/linux/
Datmlec.h22 #define MAX_LEC_ITF 48 macro
/linux-4.4.14/net/atm/
Dlec.c122 static struct net_device *dev_lec[MAX_LEC_ITF];
700 if (ioc_data.dev_num < 0 || ioc_data.dev_num >= MAX_LEC_ITF || in lec_vcc_attach()
719 if (arg < 0 || arg >= MAX_LEC_ITF || !dev_lec[arg]) in lec_mcast_attach()
735 if (arg >= MAX_LEC_ITF) in lecd_attach()
927 for (; state->itf < MAX_LEC_ITF; state->itf++) { in lec_get_idx()
1075 for (i = 0; i < MAX_LEC_ITF; i++) { in lane_module_cleanup()
Dmpc.c620 if (ioc_data.dev_num < 0 || ioc_data.dev_num >= MAX_LEC_ITF) in atm_mpoa_vcc_attach()