Home
last modified time | relevance | path

Searched refs:pfcenable (Results 1 – 6 of 6) sorted by relevance

/linux/drivers/net/ethernet/intel/i40e/
H A Di40e_dcb_nl.c85 pfc->pfc_en = dcbxcfg->pfc.pfcenable; in i40e_dcbnl_ieee_getpfc()
171 pf->tmp_cfg.pfc.pfcenable = pfc->pfc_en; in i40e_dcbnl_ieee_setpfc()
588 pf->tmp_cfg.pfc.pfcenable |= BIT(prio); in i40e_dcbnl_set_pfc_cfg()
590 pf->tmp_cfg.pfc.pfcenable &= ~BIT(prio); in i40e_dcbnl_set_pfc_cfg()
593 prio, setting, pf->tmp_cfg.pfc.pfcenable); in i40e_dcbnl_set_pfc_cfg()
616 *setting = (pf->hw.local_dcbx_config.pfc.pfcenable >> prio) & 0x1; in i40e_dcbnl_get_pfc_cfg()
619 prio, *setting, pf->hw.local_dcbx_config.pfc.pfcenable); in i40e_dcbnl_get_pfc_cfg()
726 if (pf->hw.local_dcbx_config.pfc.pfcenable) in i40e_dcbnl_getpfcstate()
H A Di40e_dcb.c170 dcbcfg->pfc.pfcenable = buf[1]; in i40e_parse_ieee_pfccfg_tlv()
329 dcbcfg->pfc.pfcenable = buf[0]; in i40e_parse_cee_pfccfg_tlv()
605 dcbcfg->pfc.pfcenable = cee_cfg->oper_pfc_en; in i40e_cee_to_dcb_v1_config()
682 dcbcfg->pfc.pfcenable = cee_cfg->oper_pfc_en; in i40e_cee_to_dcb_config()
1115 buf[1] = dcbcfg->pfc.pfcenable; in i40e_add_ieee_pfc_tlv()
H A Di40e_type.h457 u8 pfcenable; member
H A Di40e_debugfs.c1046 cfg->pfc.pfccap, cfg->pfc.pfcenable); in i40e_dbg_command_write()
1077 r_cfg->pfc.pfcenable); in i40e_dbg_command_write()
H A Di40e_ethtool.c1672 if (dcbx_cfg->pfc.pfcenable) { in i40e_get_pauseparam()
1731 if (dcbx_cfg->pfc.pfcenable) { in i40e_set_pauseparam()
H A Di40e_main.c7039 i40e_dcb_hw_pfc_config(hw, new_cfg->pfc.pfcenable, in i40e_hw_dcb_config()
7052 false, new_cfg->pfc.pfcenable, in i40e_hw_dcb_config()