Searched refs:USER_OPTION_BDS_MIN (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/io/bnxe/
H A Dbnxe_cfg.c492 (option < USER_OPTION_BDS_MIN) ?
493 USER_OPTION_BDS_MIN :
503 (option < USER_OPTION_BDS_MIN) ?
504 USER_OPTION_BDS_MIN :
639 pUM->devParams.numRxDesc[LM_CLI_IDX_NDIS] = USER_OPTION_BDS_MIN;
645 pUM->devParams.numTxDesc[LM_CLI_IDX_NDIS] = USER_OPTION_BDS_MIN;
H A Dbnxe_gld.c2042 if ((result < USER_OPTION_BDS_MIN) || (result > USER_OPTION_BDS_MAX))
2056 if ((result < USER_OPTION_BDS_MIN) || (result > USER_OPTION_BDS_MAX))
2075 if ((result < USER_OPTION_BDS_MIN) || (result > USER_OPTION_BDS_MAX))
2089 if ((result < USER_OPTION_BDS_MIN) || (result > USER_OPTION_BDS_MAX))
H A Dbnxe.h127 #define USER_OPTION_BDS_MIN 1 macro

Completed in 138 milliseconds