Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/net/fddi/skfp/
H A Dsmtdef.c73 static int set_min_max(int maxflag, u_long mib, u_long limit, u_long *oper);
285 st = set_min_max(1,smc->mib.m[MAC0].fddiMACTvxValueMIB, in smt_set_mac_opvalues()
288 st |= set_min_max(0,smc->mib.m[MAC0].fddiMACT_MaxMIB, in smt_set_mac_opvalues()
291 st |= (st2 = set_min_max(0,smc->mib.m[MAC0].fddiMACT_ReqMIB, in smt_set_mac_opvalues()
341 static int set_min_max(int maxflag, u_long mib, u_long limit, u_long *oper) in set_min_max() function