Home
last modified time | relevance | path

Searched refs:mb_param (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/common_modules/tzdriver/core/
H A Dtz_update_crl.c32 char *mb_param = NULL; in send_crl_to_tee() local
45 mb_param = mailbox_copy_alloc(crl_buffer, crl_len); in send_crl_to_tee()
46 if (!mb_param) { in send_crl_to_tee()
52 mb_pack->operation.params[0].memref.buffer = (unsigned int )mailbox_virt_to_phys((uintptr_t)mb_param); in send_crl_to_tee()
54 (unsigned int)((uint64_t)mailbox_virt_to_phys((uintptr_t)mb_param) >> ADDR_TRANS_NUM); in send_crl_to_tee()
73 if (mb_param) in send_crl_to_tee()
74 mailbox_free(mb_param); in send_crl_to_tee()
H A Dsession_manager.c269 char *mb_param = NULL; in tc_ns_need_load_image() local
280 mb_param = mailbox_copy_alloc(uuid, uuid_len); in tc_ns_need_load_image()
281 if (!mb_param) { in tc_ns_need_load_image()
288 mailbox_virt_to_phys((uintptr_t)mb_param); in tc_ns_need_load_image()
290 (uint64_t)mailbox_virt_to_phys((uintptr_t)mb_param) >> ADDR_TRANS_NUM; in tc_ns_need_load_image()
306 ret = *(int *)mb_param; in tc_ns_need_load_image()
309 if (mb_param) in tc_ns_need_load_image()
310 mailbox_free(mb_param); in tc_ns_need_load_image()
/kernel/linux/linux-5.10/drivers/net/ethernet/qlogic/qed/
H A Dqed_mcp.c3994 u32 mb_param = 0, resp, param; in qed_mcp_nvm_get_cfg() local
3997 QED_MFW_SET_FIELD(mb_param, DRV_MB_PARAM_NVM_CFG_OPTION_ID, option_id); in qed_mcp_nvm_get_cfg()
3999 QED_MFW_SET_FIELD(mb_param, in qed_mcp_nvm_get_cfg()
4002 QED_MFW_SET_FIELD(mb_param, in qed_mcp_nvm_get_cfg()
4005 QED_MFW_SET_FIELD(mb_param, in qed_mcp_nvm_get_cfg()
4007 QED_MFW_SET_FIELD(mb_param, in qed_mcp_nvm_get_cfg()
4014 mb_param, &resp, &param, p_len, (u32 *)p_buf); in qed_mcp_nvm_get_cfg()
4023 u32 mb_param = 0, resp, param; in qed_mcp_nvm_set_cfg() local
4025 QED_MFW_SET_FIELD(mb_param, DRV_MB_PARAM_NVM_CFG_OPTION_ID, option_id); in qed_mcp_nvm_set_cfg()
4027 QED_MFW_SET_FIELD(mb_param, in qed_mcp_nvm_set_cfg()
[all...]
/kernel/linux/linux-6.6/drivers/net/ethernet/qlogic/qed/
H A Dqed_mcp.c4042 u32 mb_param = 0, resp, param; in qed_mcp_nvm_get_cfg() local
4045 QED_MFW_SET_FIELD(mb_param, DRV_MB_PARAM_NVM_CFG_OPTION_ID, option_id); in qed_mcp_nvm_get_cfg()
4047 QED_MFW_SET_FIELD(mb_param, in qed_mcp_nvm_get_cfg()
4050 QED_MFW_SET_FIELD(mb_param, in qed_mcp_nvm_get_cfg()
4053 QED_MFW_SET_FIELD(mb_param, in qed_mcp_nvm_get_cfg()
4055 QED_MFW_SET_FIELD(mb_param, in qed_mcp_nvm_get_cfg()
4062 mb_param, &resp, &param, p_len, in qed_mcp_nvm_get_cfg()
4072 u32 mb_param = 0, resp, param; in qed_mcp_nvm_set_cfg() local
4074 QED_MFW_SET_FIELD(mb_param, DRV_MB_PARAM_NVM_CFG_OPTION_ID, option_id); in qed_mcp_nvm_set_cfg()
4076 QED_MFW_SET_FIELD(mb_param, in qed_mcp_nvm_set_cfg()
[all...]

Completed in 14 milliseconds