Lines Matching refs:pfc

147 					features->pfc.pri_en_bitmap);  in bnx2x_dump_dcbx_drv_param()
149 features->pfc.pfc_caps); in bnx2x_dump_dcbx_drv_param()
151 features->pfc.enabled); in bnx2x_dump_dcbx_drv_param()
298 struct dcbx_pfc_feature *pfc, u32 error) in bnx2x_dcbx_get_pfc_feature() argument
305 if (bp->dcbx_port_params.app.enabled && pfc->enabled && in bnx2x_dcbx_get_pfc_feature()
308 bp->dcbx_port_params.pfc.enabled = true; in bnx2x_dcbx_get_pfc_feature()
309 bp->dcbx_port_params.pfc.priority_non_pauseable_mask = in bnx2x_dcbx_get_pfc_feature()
310 ~(pfc->pri_en_bitmap); in bnx2x_dcbx_get_pfc_feature()
313 bp->dcbx_port_params.pfc.enabled = false; in bnx2x_dcbx_get_pfc_feature()
314 bp->dcbx_port_params.pfc.priority_non_pauseable_mask = 0; in bnx2x_dcbx_get_pfc_feature()
350 bnx2x_dcbx_get_pfc_feature(bp, &features->pfc, error); in bnx2x_get_dcbx_drv_param()
417 if (bp->dcbx_port_params.pfc.enabled && in bnx2x_pfc_set_pfc()
829 af->pfc.enabled = (u8)dp->admin_pfc_enable; in bnx2x_dcbx_admin_mib_updated_params()
886 af->pfc.pri_en_bitmap = (u8)dp->admin_pfc_bitmap; in bnx2x_dcbx_admin_mib_updated_params()
1055 bp->dcbx_port_params.pfc.priority_non_pauseable_mask); in bnx2x_dcbx_print_cos_params()
2093 *setting = (bp->dcbx_local_feat.pfc.pri_en_bitmap >> prio) & 0x1; in bnx2x_dcbnl_get_pfc_cfg()
2206 DP(BNX2X_MSG_DCB, "state = %d\n", bp->dcbx_local_feat.pfc.enabled); in bnx2x_dcbnl_get_pfc_state()
2211 return bp->dcbx_local_feat.pfc.enabled; in bnx2x_dcbnl_get_pfc_state()
2391 if (bp->dcbx_local_feat.pfc.enabled) in bnx2x_dcbnl_get_featcfg()
2517 struct cee_pfc *pfc) in bnx2x_cee_peer_getpfc() argument
2520 pfc->tcs_supported = bp->dcbx_remote_feat.pfc.pfc_caps; in bnx2x_cee_peer_getpfc()
2521 pfc->pfc_en = bp->dcbx_remote_feat.pfc.pri_en_bitmap; in bnx2x_cee_peer_getpfc()