Lines Matching refs:willing
526 p_params->pfc.willing = QED_MFW_GET_FIELD(pfc, DCBX_PFC_WILLING); in qed_dcbx_get_pfc_data()
541 p_params->pfc.willing, pfc_map, p_params->pfc.max_tc, in qed_dcbx_get_pfc_data()
1027 if (p_params->pfc.willing) in qed_dcbx_set_pfc_data()
1899 bool enabled, willing; in qed_dcbnl_setfeatcfg() local
1911 willing = !!(flags & DCB_FEATCFG_WILLING); in qed_dcbnl_setfeatcfg()
1916 dcbx_set.config.params.ets_willing = willing; in qed_dcbnl_setfeatcfg()
1921 dcbx_set.config.params.pfc.willing = willing; in qed_dcbnl_setfeatcfg()
1925 dcbx_set.config.params.app_willing = willing; in qed_dcbnl_setfeatcfg()
1954 info->willing = dcbx_info->remote.params.app_willing; in qed_dcbnl_peer_getappinfo()
2020 pg->willing = dcbx_info->remote.params.ets_willing; in qed_dcbnl_cee_peer_getpg()
2026 DP_VERBOSE(hwfn, QED_MSG_DCB, "willing = %d", pg->willing); in qed_dcbnl_cee_peer_getpg()
2155 ets->willing = params->ets_willing; in qed_dcbnl_get_ieee_ets()
2197 dcbx_set.config.params.ets_willing = ets->willing; in qed_dcbnl_ieee_setets()