Home
last modified time | relevance | path

Searched refs:dcbx_port_params (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/
H A Dlm_dcbx.c240 if(FALSE == pdev->params.dcbx_port_params.app.enabled) in lm_dcbx_fw_struct()
400 if(TRUE == pdev->params.dcbx_port_params.pfc.enabled) in lm_pfc_handle_pfc()
415 pg_params_t *ets = &(pdev->params.dcbx_port_params.ets); in lm_dcbx_2cos_limit_update_ets_config()
816 pg_params_t *ets = &pdev->params.dcbx_port_params.ets; in lm_dcbx_ets_disable()
1824 pdev->params.dcbx_port_params.ets.enabled = TRUE; in lm_dcbx_get_ets_cee_feature()
2309 pdev->params.dcbx_port_params.pfc.enabled = TRUE; in lm_dcbx_get_pfc_feature()
2509 pdev->params.dcbx_port_params.app.enabled = TRUE; in lm_dcbx_get_ap_feature()
2547 dcbx_port_params_t *dcbx_port_params = &(pdev->params.dcbx_port_params); in lm_dcbx_get_dcbx_enabled() local
2553 dcbx_port_params->dcbx_enabled = TRUE; in lm_dcbx_get_dcbx_enabled()
2558 dcbx_port_params->dcbx_enabled = FALSE; in lm_dcbx_get_dcbx_enabled()
[all …]
/illumos-gate/usr/src/uts/common/io/bnxe/
H A Dbnxe_cfg.c107 pLM->params.dcbx_port_params.dcbx_enabled = FALSE; in BnxeCfg_LLDP_DCBX()
110 pLM->params.dcbx_port_params.pfc.enabled = FALSE; in BnxeCfg_LLDP_DCBX()
114 pLM->params.dcbx_port_params.app.traffic_type_priority[i] = in BnxeCfg_LLDP_DCBX()
118 pLM->params.dcbx_port_params.pfc.priority_non_pauseable_mask = 0; in BnxeCfg_LLDP_DCBX()
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/include/
H A Dlm5710.h663 … (TRUE == ((_pdev)->params.dcbx_port_params.ets.enabled)))
672 …#define LM_DCBX_PFC_PRI_NON_PAUSE_MASK(_pdev) (_pdev->params.dcbx_port_params.pfc.pr…
1324 dcbx_port_params_t dcbx_port_params; member