Searched refs:USER_OPTION_BDS_MAX (Results 1 – 3 of 3) sorted by relevance
494 (option > USER_OPTION_BDS_MAX) ? in BnxeCfgInit()495 USER_OPTION_BDS_MAX : in BnxeCfgInit()505 (option > USER_OPTION_BDS_MAX) ? in BnxeCfgInit()506 USER_OPTION_BDS_MAX : in BnxeCfgInit()
2042 if ((result < USER_OPTION_BDS_MIN) || (result > USER_OPTION_BDS_MAX)) in BnxeSetPrivateProperty()2056 if ((result < USER_OPTION_BDS_MIN) || (result > USER_OPTION_BDS_MAX)) in BnxeSetPrivateProperty()2075 if ((result < USER_OPTION_BDS_MIN) || (result > USER_OPTION_BDS_MAX)) in BnxeSetPrivateProperty()2089 if ((result < USER_OPTION_BDS_MIN) || (result > USER_OPTION_BDS_MAX)) in BnxeSetPrivateProperty()
128 #define USER_OPTION_BDS_MAX 32767 macro