Lines Matching refs:enabled

133 	   "local_mib.features.ets.enabled %x\n", features->ets.enabled);  in bnx2x_dump_dcbx_drv_param()
149 features->pfc.enabled); in bnx2x_dump_dcbx_drv_param()
156 features->app.enabled); in bnx2x_dump_dcbx_drv_param()
205 if (app->enabled && in bnx2x_dcbx_get_ap_feature()
209 bp->dcbx_port_params.app.enabled = true; in bnx2x_dcbx_get_ap_feature()
237 bp->dcbx_port_params.app.enabled = false; in bnx2x_dcbx_get_ap_feature()
268 if (bp->dcbx_port_params.app.enabled && ets->enabled && in bnx2x_dcbx_get_ets_feature()
272 bp->dcbx_port_params.ets.enabled = true; in bnx2x_dcbx_get_ets_feature()
287 bp->dcbx_port_params.ets.enabled = false; in bnx2x_dcbx_get_ets_feature()
303 if (bp->dcbx_port_params.app.enabled && pfc->enabled && in bnx2x_dcbx_get_pfc_feature()
306 bp->dcbx_port_params.pfc.enabled = true; in bnx2x_dcbx_get_pfc_feature()
311 bp->dcbx_port_params.pfc.enabled = false; in bnx2x_dcbx_get_pfc_feature()
415 if (bp->dcbx_port_params.pfc.enabled && in bnx2x_pfc_set_pfc()
582 if (!bp->dcbx_port_params.ets.enabled || in bnx2x_dcbx_update_ets_params()
825 af->ets.enabled = (u8)dp->admin_ets_enable; in bnx2x_dcbx_admin_mib_updated_params()
827 af->pfc.enabled = (u8)dp->admin_pfc_enable; in bnx2x_dcbx_admin_mib_updated_params()
1361 bp->dcbx_port_params.ets.enabled = false; in bnx2x_dcbx_2cos_limit_cee_two_pg_to_cos_params()
2202 DP(BNX2X_MSG_DCB, "state = %d\n", bp->dcbx_local_feat.pfc.enabled); in bnx2x_dcbnl_get_pfc_state()
2207 return bp->dcbx_local_feat.pfc.enabled; in bnx2x_dcbnl_get_pfc_state()
2380 if (bp->dcbx_local_feat.ets.enabled) in bnx2x_dcbnl_get_featcfg()
2387 if (bp->dcbx_local_feat.pfc.enabled) in bnx2x_dcbnl_get_featcfg()
2395 if (bp->dcbx_local_feat.app.enabled) in bnx2x_dcbnl_get_featcfg()