/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/ |
D | dcbnl.h | 15 __u8 willing; member 73 __u8 willing; member 81 __u8 willing; member 97 __u8 willing; member
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/ |
D | dcbnl.h | 28 __u8 willing; member 84 __u8 willing; member 92 __u8 willing; member 108 __u8 willing; member
|
/kernel/linux/linux-5.10/include/uapi/linux/ |
D | dcbnl.h | 59 __u8 willing; member 191 __u8 willing; member 208 __u8 willing; member 260 __u8 willing; member
|
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/ice/ |
D | ice_dcb_lib.c | 485 err_cfg->etscfg.willing = true; in ice_dcb_rebuild() 551 dcbcfg->etscfg.willing = ets_willing ? 1 : 0; in ice_dcb_sw_dflt_cfg() 558 dcbcfg->etsrec.willing = 0; in ice_dcb_sw_dflt_cfg() 560 dcbcfg->pfc.willing = 1; in ice_dcb_sw_dflt_cfg() 624 dcbcfg->etscfg.willing = 1; in ice_dcb_noncontig_cfg()
|
D | ice_dcb.c | 223 etscfg->willing = ((buf[0] & ICE_IEEE_ETS_WILLING_M) >> in ice_parse_ieee_etscfg_tlv() 269 dcbcfg->pfc.willing = ((buf[0] & ICE_IEEE_PFC_WILLING_M) >> in ice_parse_ieee_pfccfg_tlv() 387 etscfg->willing = 1; in ice_parse_cee_pgcfg_tlv() 441 dcbcfg->pfc.willing = 1; in ice_parse_cee_pfccfg_tlv() 1080 if (etscfg->willing) in ice_add_ieee_ets_tlv() 1148 if (dcbcfg->pfc.willing) in ice_add_ieee_pfc_tlv()
|
D | ice_dcb_nl.c | 40 ets->willing = dcbxcfg->etscfg.willing; in ice_dcbnl_getets() 77 new_cfg->etscfg.willing = ets->willing; in ice_dcbnl_setets()
|
D | ice_type.h | 465 u8 willing; member 475 u8 willing; member
|
/kernel/linux/linux-5.10/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() 1029 if (p_params->pfc.willing) in qed_dcbx_set_pfc_data() 1901 bool enabled, willing; in qed_dcbnl_setfeatcfg() local 1913 willing = !!(flags & DCB_FEATCFG_WILLING); in qed_dcbnl_setfeatcfg() 1918 dcbx_set.config.params.ets_willing = willing; in qed_dcbnl_setfeatcfg() 1923 dcbx_set.config.params.pfc.willing = willing; in qed_dcbnl_setfeatcfg() 1927 dcbx_set.config.params.app_willing = willing; in qed_dcbnl_setfeatcfg() 1956 info->willing = dcbx_info->remote.params.app_willing; in qed_dcbnl_peer_getappinfo() 2022 pg->willing = dcbx_info->remote.params.ets_willing; in qed_dcbnl_cee_peer_getpg() [all …]
|
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/i40e/ |
D | i40e_dcb_nl.c | 42 ets->willing = dcbxcfg->etscfg.willing; in i40e_dcbnl_ieee_getets()
|
D | i40e_dcb.c | 53 etscfg->willing = (u8)((buf[offset] & I40E_IEEE_ETS_WILLING_MASK) >> in i40e_parse_ieee_etscfg_tlv() 173 dcbcfg->pfc.willing = (u8)((buf[0] & I40E_IEEE_PFC_WILLING_MASK) >> in i40e_parse_ieee_pfccfg_tlv() 290 etscfg->willing = 1; in i40e_parse_cee_pgcfg_tlv() 337 dcbcfg->pfc.willing = 1; in i40e_parse_cee_pfccfg_tlv()
|
D | i40e_type.h | 489 u8 willing; member 499 u8 willing; member
|
D | i40e_debugfs.c | 1086 cfg->etscfg.willing, cfg->etscfg.cbs, in i40e_dbg_command_write() 1102 cfg->pfc.willing, cfg->pfc.mbc, in i40e_dbg_command_write() 1115 r_cfg->etscfg.willing, in i40e_dbg_command_write() 1131 r_cfg->pfc.willing, in i40e_dbg_command_write()
|
/kernel/linux/linux-5.10/Documentation/i2c/busses/ |
D | i2c-sis96x.rst | 48 AND is willing to risk crashing & burning an otherwise well-behaved kernel
|
/kernel/linux/linux-5.10/Documentation/usb/ |
D | authorization.rst | 69 security verification you can make (or the best, for someone willing
|
/kernel/linux/linux-5.10/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()
|
/kernel/linux/linux-5.10/Documentation/power/ |
D | energy-model.rst | 12 subsystems willing to use that information to make energy-aware decisions.
|
/kernel/linux/linux-5.10/drivers/net/ethernet/hisilicon/hns3/hns3pf/ |
D | hclge_dcb.c | 51 ets->willing = 1; in hclge_tm_info_to_ieee_ets()
|
/kernel/linux/linux-5.10/Documentation/driver-api/usb/ |
D | callbacks.rst | 18 Called to see if the driver is willing to manage a particular
|
/kernel/linux/linux-5.10/Documentation/vm/ |
D | balance.rst | 14 be that the caller is willing to fail the allocation without incurring the
|
/kernel/linux/linux-5.10/Documentation/security/ |
D | lsm.rst | 28 remarks that described a security framework he would be willing to
|
/kernel/linux/linux-5.10/Documentation/doc-guide/ |
D | contributing.rst | 165 service. I am always willing to accept such patches. That said, once you 204 course. Developers are often more than willing to cooperate with people
|
/kernel/linux/linux-5.10/Documentation/locking/ |
D | seqlock.rst | 11 reader wants a consistent set of information and is willing to retry if
|
/kernel/linux/linux-5.10/net/wireless/ |
D | Kconfig | 77 and willing to ensure your system will remain regulatory
|
/kernel/linux/linux-5.10/Documentation/process/ |
D | code-of-conduct-interpretation.rst | 48 Maintainers should be willing to help when problems occur, and work with
|
/kernel/linux/linux-5.10/Documentation/filesystems/ |
D | afs.rst | 95 R/O volume, but are willing to use a R/W volume instead (hash).
|