Searched refs:maxflag (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/fddi/skfp/ |
H A D | smtdef.c | 73 static int set_min_max(int maxflag, u_long mib, u_long limit, u_long *oper); 341 static int set_min_max(int maxflag, u_long mib, u_long limit, u_long *oper) in set_min_max() argument 345 if ((limit > mib) ^ maxflag) in set_min_max()
|
/kernel/linux/linux-6.6/drivers/net/fddi/skfp/ |
H A D | smtdef.c | 69 static int set_min_max(int maxflag, u_long mib, u_long limit, u_long *oper); 337 static int set_min_max(int maxflag, u_long mib, u_long limit, u_long *oper) in set_min_max() argument 341 if ((limit > mib) ^ maxflag) in set_min_max()
|
Completed in 1 milliseconds