Searched refs:set_min_max (Results 1 – 1 of 1) sorted by relevance
/Linux-v6.6/drivers/net/fddi/skfp/ |
D | smtdef.c | 69 static int set_min_max(int maxflag, u_long mib, u_long limit, u_long *oper); 281 st = set_min_max(1,smc->mib.m[MAC0].fddiMACTvxValueMIB, in smt_set_mac_opvalues() 284 st |= set_min_max(0,smc->mib.m[MAC0].fddiMACT_MaxMIB, in smt_set_mac_opvalues() 287 st |= (st2 = set_min_max(0,smc->mib.m[MAC0].fddiMACT_ReqMIB, in smt_set_mac_opvalues() 337 static int set_min_max(int maxflag, u_long mib, u_long limit, u_long *oper) in set_min_max() function
|