/openbmc/linux/include/uapi/linux/ |
H A D | dcbnl.h | 59 __u8 willing; member 191 __u8 willing; member 208 __u8 willing; member 265 __u8 willing; member
|
/openbmc/linux/drivers/net/ethernet/qlogic/qed/ |
H A D | qed_dcbx.c | 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() [all …]
|
/openbmc/linux/drivers/net/ethernet/intel/ice/ |
H A D | ice_dcb_nl.c | 40 ets->willing = dcbxcfg->etscfg.willing; in ice_dcbnl_getets() 82 new_cfg->etscfg.willing = ets->willing; in ice_dcbnl_setets() 816 new_cfg->etscfg.willing = 0; in ice_dcbnl_setapp() 818 new_cfg->pfc.willing = 0; in ice_dcbnl_setapp()
|
H A D | ice_dcb_lib.c | 584 err_cfg->etscfg.willing = true; in ice_dcb_rebuild() 650 dcbcfg->etscfg.willing = ets_willing ? 1 : 0; in ice_dcb_sw_dflt_cfg() 657 dcbcfg->etsrec.willing = 0; in ice_dcb_sw_dflt_cfg() 659 dcbcfg->pfc.willing = 1; in ice_dcb_sw_dflt_cfg() 723 dcbcfg->etscfg.willing = 1; in ice_dcb_noncontig_cfg()
|
H A D | ice_dcb.c | 225 etscfg->willing = ((buf[0] & ICE_IEEE_ETS_WILLING_M) >> in ice_parse_ieee_etscfg_tlv() 271 dcbcfg->pfc.willing = ((buf[0] & ICE_IEEE_PFC_WILLING_M) >> in ice_parse_ieee_pfccfg_tlv() 389 etscfg->willing = 1; in ice_parse_cee_pgcfg_tlv() 443 dcbcfg->pfc.willing = 1; in ice_parse_cee_pfccfg_tlv() 1155 if (etscfg->willing) in ice_add_ieee_ets_tlv() 1223 if (dcbcfg->pfc.willing) in ice_add_ieee_pfc_tlv()
|
H A D | ice_type.h | 633 u8 willing; member 643 u8 willing; member
|
/openbmc/openbmc/poky/meta/files/common-licenses/ |
H A D | CrystalStacker | 7 …Design makes no gaurantees regarding the usability of the source but are willing to help with any …
|
H A D | BSD-Protection | 13 …ts back into their own (commercial) products then they might be far more willing to provide for no…
|
/openbmc/linux/drivers/net/ethernet/intel/i40e/ |
H A D | i40e_dcb_nl.c | 45 ets->willing = dcbxcfg->etscfg.willing; in i40e_dcbnl_ieee_getets() 122 pf->tmp_cfg.etscfg.willing = ets->willing; in i40e_dcbnl_ieee_setets()
|
H A D | i40e_dcb.c | 55 etscfg->willing = (u8)((buf[offset] & I40E_IEEE_ETS_WILLING_MASK) >> in i40e_parse_ieee_etscfg_tlv() 175 dcbcfg->pfc.willing = (u8)((buf[0] & I40E_IEEE_PFC_WILLING_MASK) >> in i40e_parse_ieee_pfccfg_tlv() 292 etscfg->willing = 1; in i40e_parse_cee_pgcfg_tlv() 339 dcbcfg->pfc.willing = 1; in i40e_parse_cee_pfccfg_tlv() 1012 if (etscfg->willing) in i40e_add_ieee_ets_tlv() 1147 if (dcbcfg->pfc.willing) in i40e_add_ieee_pfc_tlv()
|
H A D | i40e_type.h | 451 u8 willing; member 461 u8 willing; member
|
H A D | i40e_debugfs.c | 1088 cfg->etscfg.willing, cfg->etscfg.cbs, in i40e_dbg_command_write() 1104 cfg->pfc.willing, cfg->pfc.mbc, in i40e_dbg_command_write() 1117 r_cfg->etscfg.willing, in i40e_dbg_command_write() 1133 r_cfg->pfc.willing, in i40e_dbg_command_write()
|
/openbmc/openbmc/poky/bitbake/doc/ |
H A D | README | 26 for developers willing to contribute to the BitBake documentation can
|
/openbmc/linux/Documentation/i2c/busses/ |
H A D | i2c-sis96x.rst | 48 AND is willing to risk crashing & burning an otherwise well-behaved kernel
|
/openbmc/docs/ |
H A D | SECURITY.md | 12 - You want the problem fixed before public disclosure and you are willing to
|
/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-gnome/mutter/ |
H A D | mutter_47.4.bb | 37 # profiler requires sysprof 3.34 which is not willing to build atow
|
/openbmc/linux/drivers/net/ethernet/chelsio/cxgb4/ |
H A D | cxgb4_dcb.c | 956 ets->willing = 1; in cxgb4_ieee_read_ets() 1120 info->willing = 0; in cxgb4_getpeer_app() 1192 pg->willing = true; in cxgb4_cee_peer_getpg()
|
/openbmc/docs/security/ |
H A D | how-to-report-a-security-vulnerability.md | 10 - You want the problem fixed before public disclosure and you are willing to
|
/openbmc/linux/Documentation/usb/ |
H A D | authorization.rst | 66 security verification you can make (or the best, for someone willing
|
/openbmc/linux/Documentation/driver-api/usb/ |
H A D | callbacks.rst | 18 Called to see if the driver is willing to manage a particular
|
/openbmc/linux/Documentation/doc-guide/ |
H A D | contributing.rst | 166 service. I am always willing to accept such patches. That said, once you 205 course. Developers are often more than willing to cooperate with people
|
/openbmc/linux/Documentation/mm/ |
H A D | balance.rst | 12 be that the caller is willing to fail the allocation without incurring the
|
/openbmc/linux/Documentation/security/ |
H A D | lsm.rst | 28 remarks that described a security framework he would be willing to
|
/openbmc/linux/Documentation/locking/ |
H A D | seqlock.rst | 11 reader wants a consistent set of information and is willing to retry if
|
/openbmc/linux/drivers/net/ethernet/hisilicon/hns3/hns3pf/ |
H A D | hclge_dcb.c | 50 ets->willing = 1; in hclge_tm_info_to_ieee_ets()
|