Home
last modified time | relevance | path

Searched refs:lldp_config_params (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/uts/common/io/bnxe/
H A Dbnxe_cfg.c120 memset(&pLM->params.lldp_config_params, 0xFF, in BnxeCfg_LLDP_DCBX()
121 sizeof(pLM->params.lldp_config_params)); in BnxeCfg_LLDP_DCBX()
134 &pLM->params.lldp_config_params.msg_tx_hold, in BnxeCfg_LLDP_DCBX()
135 pLM->params.lldp_config_params.msg_tx_hold, in BnxeCfg_LLDP_DCBX()
139 &pLM->params.lldp_config_params.msg_fast_tx, in BnxeCfg_LLDP_DCBX()
140 pLM->params.lldp_config_params.msg_fast_tx, in BnxeCfg_LLDP_DCBX()
144 &pLM->params.lldp_config_params.tx_credit_max, in BnxeCfg_LLDP_DCBX()
145 pLM->params.lldp_config_params.tx_credit_max, in BnxeCfg_LLDP_DCBX()
150 pLM->params.lldp_config_params.msg_tx_interval, in BnxeCfg_LLDP_DCBX()
154 &pLM->params.lldp_config_params.tx_fast, in BnxeCfg_LLDP_DCBX()
[all …]
/illumos-gate/usr/src/uts/common/io/qede/579xx/hsi/mcp/
H A Dmcp_private.h229 struct lldp_config_params_s lldp_config_params; member
H A Dmcp_public.h684 struct lldp_config_params_s lldp_config_params[LLDP_MAX_LLDP_AGENTS]; // offset: 536 bytes? member
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/
H A Dlm_dcbx.c3124 pdev->params.lldp_config_params.overwrite_settings; in lm_dcbx_lldp_read_params()
4464 (u32_t *)(&(pdev->params.lldp_config_params)), in lm_dcbx_init_lldp_updated_params()
4465 (sizeof(pdev->params.lldp_config_params)/sizeof(u32_t))); in lm_dcbx_init_lldp_updated_params()
4468 (OVERWRITE_SETTINGS_ENABLE == pdev->params.lldp_config_params.overwrite_settings)) in lm_dcbx_init_lldp_updated_params()
4477 lldp_params.msg_tx_hold = (u8_t)pdev->params.lldp_config_params.msg_tx_hold; in lm_dcbx_init_lldp_updated_params()
4478 lldp_params.msg_fast_tx_interval = (u8_t)pdev->params.lldp_config_params.msg_fast_tx; in lm_dcbx_init_lldp_updated_params()
4481 lldp_params.tx_fast = (u8_t)pdev->params.lldp_config_params.tx_fast; in lm_dcbx_init_lldp_updated_params()
4492 if(OVERWRITE_SETTINGS_ENABLE == pdev->params.lldp_config_params.overwrite_settings) in lm_dcbx_init_lldp_updated_params()
4494 pdev->params.lldp_config_params.overwrite_settings = OVERWRITE_SETTINGS_INVALID; in lm_dcbx_init_lldp_updated_params()
5028 lm_dcbx_init_set_params_invalid((u32_t *)(&(pdev->params.lldp_config_params)), in lm_dcbx_init_default_params()
[all …]
/illumos-gate/usr/src/uts/common/io/qede/579xx/drivers/ecore/
H A Decore_dcbx.c862 lldp_config_params); in ecore_dcbx_read_local_lldp_mib()
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/include/
H A Dlm5710.h1327 config_lldp_params_t lldp_config_params; member