Home
last modified time | relevance | path

Searched refs:willing (Results 1 – 25 of 36) sorted by relevance

12

/linux/include/uapi/linux/
H A Ddcbnl.h59 __u8 willing; member
191 __u8 willing; member
208 __u8 willing; member
265 __u8 willing; member
/linux/drivers/net/ethernet/qlogic/qed/
H A Dqed_dcbx.c526 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/drivers/net/ethernet/intel/ice/
H A Dice_dcb_nl.c40 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 Dice_dcb.c221 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()
/linux/drivers/net/ethernet/intel/i40e/
H A Di40e_dcb_nl.c44 ets->willing = dcbxcfg->etscfg.willing; in i40e_dcbnl_ieee_getets()
121 pf->tmp_cfg.etscfg.willing = ets->willing; in i40e_dcbnl_ieee_setets()
H A Di40e_dcb.c54 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()
H A Di40e_type.h444 u8 willing; member
454 u8 willing; member
H A Di40e_debugfs.c1027 cfg->etscfg.willing, cfg->etscfg.cbs, in i40e_dbg_command_write()
1043 cfg->pfc.willing, cfg->pfc.mbc, in i40e_dbg_command_write()
1056 r_cfg->etscfg.willing, in i40e_dbg_command_write()
1072 r_cfg->pfc.willing, in i40e_dbg_command_write()
/linux/Documentation/i2c/busses/
H A Di2c-sis96x.rst48 AND is willing to risk crashing & burning an otherwise well-behaved kernel
/linux/drivers/net/ethernet/chelsio/cxgb4/
H A Dcxgb4_dcb.c956 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/
H A Dauthorization.rst66 security verification you can make (or the best, for someone willing
/linux/Documentation/driver-api/usb/
H A Dcallbacks.rst18 Called to see if the driver is willing to manage a particular
H A Ddwc3.rst181 If you're willing to debug your own problem, you deserve a round of
/linux/tools/power/cpupower/
H A DREADME193 you are willing to wait for the next reboot) you need to issue the following
/linux/Documentation/doc-guide/
H A Dcontributing.rst170 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/Documentation/security/
H A Dlsm.rst28 remarks that described a security framework he would be willing to
/linux/drivers/net/ethernet/hisilicon/hns3/hns3pf/
H A Dhclge_dcb.c50 ets->willing = 1; in hclge_tm_info_to_ieee_ets()
/linux/Documentation/filesystems/
H A Dafs.rst95 R/O volume, but are willing to use a R/W volume instead (hash).
/linux/Documentation/process/
H A Dhowto.rst458 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
H A D3.Early-stage.rst92 problem; they may have ideas for a better solution, and may be willing
/linux/Documentation/networking/
H A Dudplite.rst133 is willing to accept. A value of 0 here indicates that the receiver
/linux/include/linux/qed/
H A Dqed_if.h70 bool willing; member
/linux/drivers/net/ethernet/broadcom/bnx2x/
H A Dbnx2x_dcb.c2496 info->willing = (bp->dcbx_remote_flags & DCBX_APP_REM_WILLING) ?: 0; in bnx2x_peer_appinfo()
2533 pg->willing = (bp->dcbx_remote_flags & DCBX_ETS_REM_WILLING) ?: 0; in bnx2x_cee_peer_getpg()
/linux/tools/memory-model/Documentation/
H A Dsimple.txt248 translation process, and have long been ready, willing, and able to do so.
/linux/tools/usb/usbip/
H A DCOPYING222 system; it is up to the author/donor to decide if he or she is willing

12