Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/net/fddi/skfp/
Dsmtdef.c77 static int set_min_max(int maxflag, u_long mib, u_long limit, u_long *oper);
289 st = set_min_max(1,smc->mib.m[MAC0].fddiMACTvxValueMIB, in smt_set_mac_opvalues()
292 st |= set_min_max(0,smc->mib.m[MAC0].fddiMACT_MaxMIB, in smt_set_mac_opvalues()
295 st |= (st2 = set_min_max(0,smc->mib.m[MAC0].fddiMACT_ReqMIB, in smt_set_mac_opvalues()
345 static int set_min_max(int maxflag, u_long mib, u_long limit, u_long *oper) in set_min_max() function