Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/bnxe/
H A Dbnxe_kstat.c1107 b10_dcbx_params_get_t dcbx_params; in BnxeKstatDcbxUpdate() local
1120 lm_dcbx_read_params(pLM, &dcbx_params); in BnxeKstatDcbxUpdate()
1125 (!dcbx_params.config_dcbx_params.dcb_enable) ? "disabled" : in BnxeKstatDcbxUpdate()
1126 (dcbx_params.dcb_current_oper_state_bitmap & in BnxeKstatDcbxUpdate()
1130 (dcbx_params.config_dcbx_params.admin_dcbx_version) ? in BnxeKstatDcbxUpdate()
1134 (dcbx_params.config_dcbx_params.overwrite_settings) ? in BnxeKstatDcbxUpdate()
1137 if (dcbx_params.dcb_current_oper_state_bitmap & in BnxeKstatDcbxUpdate()
1142 app_table = dcbx_params.local_priority_app_table; in BnxeKstatDcbxUpdate()
1165 dcbx_params.config_dcbx_params.admin_default_priority); in BnxeKstatDcbxUpdate()
1176 if (dcbx_params.dcb_current_oper_state_bitmap & in BnxeKstatDcbxUpdate()
[all …]
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/
H A Dlm_dcbx.c3315 b10_dcbx_params_get_t * dcbx_params) in lm_dcbx_read_params_fill_oper_state() argument
3321 … SET_FLAGS(dcbx_params->dcb_current_oper_state_bitmap,PRIORITY_TAGGING_IS_CURRENTLY_OPERATIONAL); in lm_dcbx_read_params_fill_oper_state()
3326 SET_FLAGS(dcbx_params->dcb_current_oper_state_bitmap,PFC_IS_CURRENTLY_OPERATIONAL); in lm_dcbx_read_params_fill_oper_state()
3331 SET_FLAGS(dcbx_params->dcb_current_oper_state_bitmap,ETS_IS_CURRENTLY_OPERATIONAL); in lm_dcbx_read_params_fill_oper_state()
3337 SET_FLAGS(dcbx_params->dcb_current_oper_state_bitmap, in lm_dcbx_read_params_fill_oper_state()
3344 SET_FLAGS(dcbx_params->dcb_current_oper_state_bitmap, in lm_dcbx_read_params_fill_oper_state()
3357 b10_dcbx_params_get_t * dcbx_params) in lm_dcbx_read_params() argument
3373 mm_mem_zero(dcbx_params, sizeof(b10_dcbx_params_get_t)); in lm_dcbx_read_params()
3375 lm_dcbx_read_params_fill_oper_state(pdev,dcbx_params); in lm_dcbx_read_params()
3387 dcbx_params->config_dcbx_params.overwrite_settings = in lm_dcbx_read_params()
[all …]
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/include/
H A Dlm.h1473 struct _b10_dcbx_params_get_t * dcbx_params);