Searched refs:USER_OPTION_BDS_MIN (Results 1 – 3 of 3) sorted by relevance
492 (option < USER_OPTION_BDS_MIN) ? in BnxeCfgInit()493 USER_OPTION_BDS_MIN : in BnxeCfgInit()503 (option < USER_OPTION_BDS_MIN) ? in BnxeCfgInit()504 USER_OPTION_BDS_MIN : in BnxeCfgInit()639 pUM->devParams.numRxDesc[LM_CLI_IDX_NDIS] = USER_OPTION_BDS_MIN; in BnxeCfgInit()645 pUM->devParams.numTxDesc[LM_CLI_IDX_NDIS] = USER_OPTION_BDS_MIN; 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()
127 #define USER_OPTION_BDS_MIN 1 macro