Searched refs:lldp_config_params (Results 1 – 3 of 3) sorted by relevance
/titanic_50/usr/src/uts/common/io/bnxe/ |
H A D | bnxe_cfg.c | 120 memset(&pLM->params.lldp_config_params, 0xFF, in BnxeCfg_LLDP_DCBX() 121 sizeof(pLM->params.lldp_config_params)); in BnxeCfg_LLDP_DCBX() 129 &pLM->params.lldp_config_params.overwrite_settings, in BnxeCfg_LLDP_DCBX() 130 pLM->params.lldp_config_params.overwrite_settings, 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() [all …]
|
/titanic_50/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/ |
H A D | lm_dcbx.c | 3124 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() 4479 lldp_params.tx_crd_max = (u8_t)pdev->params.lldp_config_params.tx_credit_max; in lm_dcbx_init_lldp_updated_params() 4480 lldp_params.msg_tx_interval = (u8_t)pdev->params.lldp_config_params.msg_tx_interval; 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() [all …]
|
/titanic_50/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/include/ |
H A D | lm5710.h | 1327 config_lldp_params_t lldp_config_params; member
|