Home
last modified time | relevance | path

Searched refs:dcb_enable (Results 1 – 7 of 7) sorted by relevance

/illumos-gate/usr/src/uts/common/io/bnxe/
H A Dbnxe_cfg.c125 pLM->params.dcbx_config_params.dcb_enable = 1; in BnxeCfg_LLDP_DCBX()
159 &pLM->params.dcbx_config_params.dcb_enable, in BnxeCfg_LLDP_DCBX()
160 pLM->params.dcbx_config_params.dcb_enable, in BnxeCfg_LLDP_DCBX()
H A Dbnxe_kstat.c1125 (!dcbx_params.config_dcbx_params.dcb_enable) ? "disabled" : in BnxeKstatDcbxUpdate()
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/include/
H A Dcommon_uif.h299 u32_t dcb_enable; member
H A Dlm5710.h1986 #define IS_DCB_SUPPORTED(_pdev) (((_pdev)->params.dcbx_config_params.dcb_enable) && \
/illumos-gate/usr/src/uts/common/io/i40e/core/
H A Di40e_prototype.h301 bool dcb_enable,
H A Di40e_common.c4479 i40e_aq_set_dcb_parameters(struct i40e_hw *hw, bool dcb_enable, in i40e_aq_set_dcb_parameters() argument
4493 if (dcb_enable) { in i40e_aq_set_dcb_parameters()
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/
H A Dlm_dcbx.c3405 dcbx_params->config_dcbx_params.dcb_enable = IS_DCB_ENABLED(pdev) ; in lm_dcbx_read_params()
5034 pdev->params.dcbx_config_params.dcb_enable = 1; //DCB by default is disabled in lm_dcbx_init_default_params()