/linux-6.12.1/include/uapi/linux/ |
D | dcbnl.h | 59 __u8 willing; member 191 __u8 willing; member 208 __u8 willing; member 265 __u8 willing; member
|
/linux-6.12.1/drivers/net/ethernet/qlogic/qed/ |
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 …]
|
/linux-6.12.1/drivers/net/ethernet/intel/ice/ |
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()
|
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()
|
D | ice_dcb.c | 221 etscfg->willing = FIELD_GET(ICE_IEEE_ETS_WILLING_M, buf[0]); in ice_parse_ieee_etscfg_tlv() 265 dcbcfg->pfc.willing = FIELD_GET(ICE_IEEE_PFC_WILLING_M, buf[0]); in ice_parse_ieee_pfccfg_tlv() 378 etscfg->willing = 1; in ice_parse_cee_pgcfg_tlv() 430 dcbcfg->pfc.willing = 1; in ice_parse_cee_pfccfg_tlv() 1140 if (etscfg->willing) in ice_add_ieee_ets_tlv() 1208 if (dcbcfg->pfc.willing) in ice_add_ieee_pfc_tlv()
|
D | ice_type.h | 670 u8 willing; member 680 u8 willing; member
|
/linux-6.12.1/drivers/net/ethernet/intel/i40e/ |
D | i40e_dcb_nl.c | 44 ets->willing = dcbxcfg->etscfg.willing; in i40e_dcbnl_ieee_getets() 121 pf->tmp_cfg.etscfg.willing = ets->willing; in i40e_dcbnl_ieee_setets()
|
D | i40e_dcb.c | 54 etscfg->willing = FIELD_GET(I40E_IEEE_ETS_WILLING_MASK, buf[offset]); in i40e_parse_ieee_etscfg_tlv() 167 dcbcfg->pfc.willing = FIELD_GET(I40E_IEEE_PFC_WILLING_MASK, buf[0]); in i40e_parse_ieee_pfccfg_tlv() 277 etscfg->willing = 1; in i40e_parse_cee_pgcfg_tlv() 322 dcbcfg->pfc.willing = 1; in i40e_parse_cee_pfccfg_tlv() 973 if (etscfg->willing) in i40e_add_ieee_ets_tlv() 1108 if (dcbcfg->pfc.willing) in i40e_add_ieee_pfc_tlv()
|
D | i40e_type.h | 444 u8 willing; member 454 u8 willing; member
|
D | i40e_debugfs.c | 1071 cfg->etscfg.willing, cfg->etscfg.cbs, in i40e_dbg_command_write() 1087 cfg->pfc.willing, cfg->pfc.mbc, in i40e_dbg_command_write() 1100 r_cfg->etscfg.willing, in i40e_dbg_command_write() 1116 r_cfg->pfc.willing, in i40e_dbg_command_write()
|
/linux-6.12.1/Documentation/i2c/busses/ |
D | i2c-sis96x.rst | 48 AND is willing to risk crashing & burning an otherwise well-behaved kernel
|
/linux-6.12.1/drivers/net/ethernet/chelsio/cxgb4/ |
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()
|
/linux-6.12.1/Documentation/usb/ |
D | authorization.rst | 66 security verification you can make (or the best, for someone willing
|
/linux-6.12.1/Documentation/driver-api/usb/ |
D | callbacks.rst | 18 Called to see if the driver is willing to manage a particular
|
/linux-6.12.1/Documentation/doc-guide/ |
D | contributing.rst | 170 service. I am always willing to accept such patches. That said, once you 209 course. Developers are often more than willing to cooperate with people
|
/linux-6.12.1/Documentation/security/ |
D | lsm.rst | 28 remarks that described a security framework he would be willing to
|
/linux-6.12.1/Documentation/mm/ |
D | balance.rst | 12 be that the caller is willing to fail the allocation without incurring the
|
/linux-6.12.1/Documentation/locking/ |
D | seqlock.rst | 11 reader wants a consistent set of information and is willing to retry if
|
/linux-6.12.1/Documentation/power/ |
D | energy-model.rst | 12 subsystems willing to use that information to make energy-aware decisions. 209 Drivers willing to update the EM at runtime should use the following dedicated
|
/linux-6.12.1/drivers/net/ethernet/hisilicon/hns3/hns3pf/ |
D | hclge_dcb.c | 50 ets->willing = 1; in hclge_tm_info_to_ieee_ets()
|
/linux-6.12.1/net/wireless/ |
D | Kconfig | 77 and willing to ensure your system will remain regulatory
|
/linux-6.12.1/Documentation/process/ |
D | code-of-conduct-interpretation.rst | 48 Maintainers should be willing to help when problems occur, and work with
|
D | howto.rst | 458 You have to be cooperative, and willing to adapt your idea to fit within 459 the kernel. Or at least be willing to prove your idea is worth it. 460 Remember, being wrong is acceptable as long as you are willing to work
|
/linux-6.12.1/arch/parisc/ |
D | Kconfig | 268 At the moment, only people willing to use more than 2GB of RAM,
|
/linux-6.12.1/Documentation/filesystems/ |
D | afs.rst | 95 R/O volume, but are willing to use a R/W volume instead (hash).
|