Searched refs:vu8 (Results 1 – 11 of 11) sorted by relevance
120 ctx->val.vu8 = arg->invalid_dl_val; in nfp_devlink_param_u8_get()127 ctx->val.vu8 = arg->hi_to_dl[value]; in nfp_devlink_param_u8_get()159 arg->hwinfo_name, arg->dl_to_hi[ctx->val.vu8]); in nfp_devlink_param_u8_set()183 if (val.vu8 > arg->max_dl_val) { in nfp_devlink_param_u8_validate()188 if (val.vu8 == arg->invalid_dl_val) { in nfp_devlink_param_u8_validate()
46 ctx->val.vu8 = (reg_val >> 18) & 0x1; in otx2_cpt_dl_t106_mode_get()67 reg_val |= ((u64)ctx->val.vu8 & 0x1) << 18; in otx2_cpt_dl_t106_mode_set()
77 pfvf->flow_cfg->ucast_flt_cnt = ctx->val.vu8; in otx2_dl_ucast_flt_cnt_set()94 ctx->val.vu8 = pfvf->flow_cfg ? pfvf->flow_cfg->ucast_flt_cnt : 0; in otx2_dl_ucast_flt_cnt_get()
30 ctx->val.vu8 = ipc_devlink->param.erase_full_flash; in ipc_devlink_get_param()43 ipc_devlink->param.erase_full_flash = ctx->val.vu8; in ipc_devlink_set_param()
41 err = mv88e6xxx_atu_get_hash(chip, &ctx->val.vu8); in mv88e6xxx_devlink_param_get()63 err = mv88e6xxx_atu_set_hash(chip, ctx->val.vu8); in mv88e6xxx_devlink_param_set()
625 err = ice_get_tx_topo_user_sel(pf, &ctx->val.vu8); in ice_devlink_tx_sched_layers_get()648 err = ice_update_tx_topo_user_sel(pf, ctx->val.vu8); in ice_devlink_tx_sched_layers_set()677 if (val.vu8 != ICE_SCHED_5_LAYERS && val.vu8 != ICE_SCHED_9_LAYERS) { in ice_devlink_tx_sched_layers_validate()
1329 ctx->val.vu8 = (u8)percent; in rvu_af_dl_npc_mcam_high_zone_percent_get()1343 percent = ctx->val.vu8; in rvu_af_dl_npc_mcam_high_zone_percent_set()1362 if (val.vu8 < 12 || val.vu8 > 100) { in rvu_af_dl_npc_mcam_high_zone_percent_validate()
702 val32 = (u32)src->vu8; in bnxt_copy_to_nvm_data()722 dst->vu8 = (u8)val32; in bnxt_copy_from_nvm_data()769 *nvm_cfg_ver |= ver.vu8; in bnxt_hwrm_get_nvm_cfg_ver()
224 if (nla_put_u8(msg, nla_type, val.vu8)) in devlink_nl_param_value_put()521 value->vu8 = nla_get_u8(param_data); in devlink_param_value_get_from_info()
1264 if (value.vu8 == DEVLINK_PARAM_FW_LOAD_POLICY_VALUE_FLASH) in mlxsw_core_fw_rev_validate()1312 if (val.vu8 != DEVLINK_PARAM_FW_LOAD_POLICY_VALUE_DRIVER && in mlxsw_core_devlink_param_fw_load_policy_validate()1313 val.vu8 != DEVLINK_PARAM_FW_LOAD_POLICY_VALUE_FLASH) { in mlxsw_core_devlink_param_fw_load_policy_validate()1337 value.vu8 = DEVLINK_PARAM_FW_LOAD_POLICY_VALUE_DRIVER; in mlxsw_core_fw_params_register()
438 u8 vu8; member