Searched refs:shared_buf (Results 1 - 12 of 12) sorted by relevance

/linux-master/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_psp_ta.c45 uint8_t *shared_buf,
50 memset(mem_context->shared_buf, 0, mem_context->shared_mem_size);
51 memcpy((void *)mem_context->shared_buf, shared_buf, shared_buf_len);
192 if (!context->mem_context.shared_buf) {
236 if (ret && context->mem_context.shared_buf)
284 if (context->mem_context.shared_buf)
296 uint8_t *shared_buf = NULL; local
327 shared_buf = kzalloc(shared_buf_len, GFP_KERNEL);
328 if (!shared_buf)
44 prep_ta_mem_context(struct ta_mem_context *mem_context, uint8_t *shared_buf, uint32_t shared_buf_len) argument
[all...]
H A Damdgpu_rap.c79 adev->psp.rap_context.context.mem_context.shared_buf;
H A Damdgpu_securedisplay.c83 *cmd = (struct ta_securedisplay_cmd *)psp->securedisplay_context.context.mem_context.shared_buf;
H A Damdgpu_psp.c264 &mem_ctx->shared_buf);
1164 &mem_ctx->shared_buf);
1262 if (!psp->xgmi_context.context.mem_context.shared_buf) {
1277 xgmi_cmd = (struct ta_xgmi_shared_memory *)(psp->xgmi_context.context.mem_context.shared_buf);
1294 xgmi_cmd = (struct ta_xgmi_shared_memory *)psp->xgmi_context.context.mem_context.shared_buf;
1314 xgmi_cmd = (struct ta_xgmi_shared_memory *)psp->xgmi_context.context.mem_context.shared_buf;
1400 xgmi_cmd = (struct ta_xgmi_shared_memory *)psp->xgmi_context.context.mem_context.shared_buf;
1515 xgmi_cmd = (struct ta_xgmi_shared_memory *)psp->xgmi_context.context.mem_context.shared_buf;
1537 (struct ta_ras_shared_memory *)psp->ras_context.context.mem_context.shared_buf;
1567 ras_cmd = (struct ta_ras_shared_memory *)psp->ras_context.context.mem_context.shared_buf;
[all...]
H A Damdgpu_psp.h171 void *shared_buf; member in struct:ta_mem_context
/linux-master/drivers/net/ethernet/netronome/nfp/
H A Dnfp_abi.h80 * @shared_buf: shared buffer id
84 __le32 shared_buf; member in struct:nfp_shared_buf_pool_id
H A Dnfp_shared_buf.c31 .shared_buf = cpu_to_le32(sb),
62 .shared_buf = cpu_to_le32(sb),
/linux-master/drivers/gpu/drm/amd/display/modules/hdcp/
H A Dhdcp_psp.c57 dtm_cmd = (struct ta_dtm_shared_memory *)psp->dtm_context.context.mem_context.shared_buf;
93 dtm_cmd = (struct ta_dtm_shared_memory *)psp->dtm_context.context.mem_context.shared_buf;
136 dtm_cmd = (struct ta_dtm_shared_memory *)psp->dtm_context.context.mem_context.shared_buf;
183 dtm_cmd = (struct ta_dtm_shared_memory *)psp->dtm_context.context.mem_context.shared_buf;
263 hdcp_cmd = (struct ta_hdcp_shared_memory *)psp->hdcp_context.context.mem_context.shared_buf;
298 hdcp_cmd = (struct ta_hdcp_shared_memory *)psp->hdcp_context.context.mem_context.shared_buf;
330 hdcp_cmd = (struct ta_hdcp_shared_memory *)psp->hdcp_context.context.mem_context.shared_buf;
372 hdcp_cmd = (struct ta_hdcp_shared_memory *)psp->hdcp_context.context.mem_context.shared_buf;
398 hdcp_cmd = (struct ta_hdcp_shared_memory *)psp->hdcp_context.context.mem_context.shared_buf;
441 hdcp_cmd = (struct ta_hdcp_shared_memory *)psp->hdcp_context.context.mem_context.shared_buf;
[all...]
/linux-master/drivers/gpu/drm/amd/display/amdgpu_dm/
H A Damdgpu_dm_hdcp.c88 hdcp_cmd = (struct ta_hdcp_shared_memory *)psp->hdcp_context.context.mem_context.shared_buf;
113 hdcp_cmd = (struct ta_hdcp_shared_memory *)psp->hdcp_context.context.mem_context.shared_buf;
479 dtm_cmd = (struct ta_dtm_shared_memory *)psp->dtm_context.context.mem_context.shared_buf;
/linux-master/drivers/net/ethernet/hisilicon/hns3/hns3pf/
H A Dhclge_cmd.h88 __le16 shared_buf; member in struct:hclge_rx_priv_buff_cmd
H A Dhclge_debugfs.c1286 le16_to_cpu(rx_buf_cmd->shared_buf));
H A Dhclge_main.c1963 u32 shared_buf, aligned_mps; local
1984 shared_buf = rounddown(rx_all - rx_priv, HCLGE_BUF_SIZE_UNIT);
1985 buf_alloc->s_buf.buf_size = shared_buf;
1987 buf_alloc->s_buf.self.high = shared_buf - hdev->dv_buf_size;
1998 hi_thrd = shared_buf - hdev->dv_buf_size;
2252 req->shared_buf =

Completed in 197 milliseconds