/linux/include/uapi/linux/ |
A D | dcbnl.h | 59 __u8 willing; member 191 __u8 willing; member 208 __u8 willing; member 260 __u8 willing; member
|
/linux/drivers/net/ethernet/qlogic/qed/ |
A D | qed_dcbx.c | 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() 2155 ets->willing = params->ets_willing; in qed_dcbnl_get_ieee_ets() [all …]
|
/linux/drivers/net/ethernet/intel/ice/ |
A 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() 776 new_cfg->etscfg.willing = 0; in ice_dcbnl_setapp() 778 new_cfg->pfc.willing = 0; in ice_dcbnl_setapp()
|
A D | ice_dcb_lib.c | 577 err_cfg->etscfg.willing = true; in ice_dcb_rebuild() 643 dcbcfg->etscfg.willing = ets_willing ? 1 : 0; in ice_dcb_sw_dflt_cfg() 650 dcbcfg->etsrec.willing = 0; in ice_dcb_sw_dflt_cfg() 652 dcbcfg->pfc.willing = 1; in ice_dcb_sw_dflt_cfg() 716 dcbcfg->etscfg.willing = 1; in ice_dcb_noncontig_cfg()
|
A D | ice_dcb.c | 224 etscfg->willing = ((buf[0] & ICE_IEEE_ETS_WILLING_M) >> in ice_parse_ieee_etscfg_tlv() 270 dcbcfg->pfc.willing = ((buf[0] & ICE_IEEE_PFC_WILLING_M) >> in ice_parse_ieee_pfccfg_tlv() 388 etscfg->willing = 1; in ice_parse_cee_pgcfg_tlv() 442 dcbcfg->pfc.willing = 1; in ice_parse_cee_pfccfg_tlv() 1120 if (etscfg->willing) in ice_add_ieee_ets_tlv() 1188 if (dcbcfg->pfc.willing) in ice_add_ieee_pfc_tlv()
|
A D | ice_type.h | 587 u8 willing; member 597 u8 willing; member
|
/linux/drivers/net/ethernet/intel/i40e/ |
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()
|
A 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() 1010 if (etscfg->willing) in i40e_add_ieee_ets_tlv() 1145 if (dcbcfg->pfc.willing) in i40e_add_ieee_pfc_tlv()
|
A D | i40e_type.h | 489 u8 willing; member 499 u8 willing; member
|
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()
|
/linux/Documentation/i2c/busses/ |
A D | i2c-sis96x.rst | 48 AND is willing to risk crashing & burning an otherwise well-behaved kernel
|
/linux/drivers/net/ethernet/chelsio/cxgb4/ |
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()
|
/linux/Documentation/usb/ |
A D | authorization.rst | 69 security verification you can make (or the best, for someone willing
|
/linux/Documentation/driver-api/usb/ |
A D | callbacks.rst | 18 Called to see if the driver is willing to manage a particular
|
/linux/Documentation/doc-guide/ |
A 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
|
/linux/drivers/net/ethernet/hisilicon/hns3/hns3pf/ |
A D | hclge_dcb.c | 50 ets->willing = 1; in hclge_tm_info_to_ieee_ets()
|
/linux/Documentation/security/ |
A D | lsm.rst | 28 remarks that described a security framework he would be willing to
|
/linux/Documentation/vm/ |
A D | balance.rst | 14 be that the caller is willing to fail the allocation without incurring the
|
/linux/Documentation/locking/ |
A D | seqlock.rst | 11 reader wants a consistent set of information and is willing to retry if
|
/linux/net/wireless/ |
A D | Kconfig | 77 and willing to ensure your system will remain regulatory
|
/linux/Documentation/process/ |
A D | code-of-conduct-interpretation.rst | 48 Maintainers should be willing to help when problems occur, and work with
|
A D | howto.rst | 459 You have to be cooperative, and willing to adapt your idea to fit within 460 the kernel. Or at least be willing to prove your idea is worth it. 461 Remember, being wrong is acceptable as long as you are willing to work
|
/linux/Documentation/power/ |
A D | energy-model.rst | 12 subsystems willing to use that information to make energy-aware decisions.
|
/linux/Documentation/filesystems/ |
A D | afs.rst | 95 R/O volume, but are willing to use a R/W volume instead (hash).
|
/linux/arch/parisc/ |
A D | Kconfig | 226 At the moment, only people willing to use more than 2GB of RAM,
|