Home
last modified time | relevance | path

Searched refs:x_pkt (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/gpu/drm/amd/amdgpu/
H A Dmes_v11_0.c155 static const char *mes_v11_0_get_op_string(union MESAPI__MISC *x_pkt) in mes_v11_0_get_op_string() argument
159 if (x_pkt->header.opcode < ARRAY_SIZE(mes_v11_0_opcodes)) in mes_v11_0_get_op_string()
160 op_str = mes_v11_0_opcodes[x_pkt->header.opcode]; in mes_v11_0_get_op_string()
165 static const char *mes_v11_0_get_misc_op_string(union MESAPI__MISC *x_pkt) in mes_v11_0_get_misc_op_string() argument
169 if ((x_pkt->header.opcode == MES_SCH_API_MISC) && in mes_v11_0_get_misc_op_string()
170 (x_pkt->opcode < ARRAY_SIZE(mes_v11_0_misc_opcodes))) in mes_v11_0_get_misc_op_string()
171 op_str = mes_v11_0_misc_opcodes[x_pkt->opcode]; in mes_v11_0_get_misc_op_string()
185 union MESAPI__MISC *x_pkt = pkt; in mes_v11_0_submit_pkt_and_poll_completion() local
194 if (x_pkt->header.opcode >= MES_SCH_API_MAX) in mes_v11_0_submit_pkt_and_poll_completion()
244 op_str = mes_v11_0_get_op_string(x_pkt); in mes_v11_0_submit_pkt_and_poll_completion()
[all …]
H A Dmes_v12_1.c134 static const char *mes_v12_1_get_op_string(union MESAPI__MISC *x_pkt) in mes_v12_1_get_op_string() argument
138 if (x_pkt->header.opcode < ARRAY_SIZE(mes_v12_1_opcodes)) in mes_v12_1_get_op_string()
139 op_str = mes_v12_1_opcodes[x_pkt->header.opcode]; in mes_v12_1_get_op_string()
144 static const char *mes_v12_1_get_misc_op_string(union MESAPI__MISC *x_pkt) in mes_v12_1_get_misc_op_string() argument
148 if ((x_pkt->header.opcode == MES_SCH_API_MISC) && in mes_v12_1_get_misc_op_string()
149 (x_pkt->opcode < ARRAY_SIZE(mes_v12_1_misc_opcodes))) in mes_v12_1_get_misc_op_string()
150 op_str = mes_v12_1_misc_opcodes[x_pkt->opcode]; in mes_v12_1_get_misc_op_string()
165 union MESAPI__MISC *x_pkt = pkt; in mes_v12_1_submit_pkt_and_poll_completion() local
174 if (x_pkt->header.opcode >= MES_SCH_API_MAX) in mes_v12_1_submit_pkt_and_poll_completion()
224 op_str = mes_v12_1_get_op_string(x_pkt); in mes_v12_1_submit_pkt_and_poll_completion()
[all …]
H A Dmes_v12_0.c131 static const char *mes_v12_0_get_op_string(union MESAPI__MISC *x_pkt) in mes_v12_0_get_op_string() argument
135 if (x_pkt->header.opcode < ARRAY_SIZE(mes_v12_0_opcodes)) in mes_v12_0_get_op_string()
136 op_str = mes_v12_0_opcodes[x_pkt->header.opcode]; in mes_v12_0_get_op_string()
141 static const char *mes_v12_0_get_misc_op_string(union MESAPI__MISC *x_pkt) in mes_v12_0_get_misc_op_string() argument
145 if ((x_pkt->header.opcode == MES_SCH_API_MISC) && in mes_v12_0_get_misc_op_string()
146 (x_pkt->opcode < ARRAY_SIZE(mes_v12_0_misc_opcodes))) in mes_v12_0_get_misc_op_string()
147 op_str = mes_v12_0_misc_opcodes[x_pkt->opcode]; in mes_v12_0_get_misc_op_string()
162 union MESAPI__MISC *x_pkt = pkt; in mes_v12_0_submit_pkt_and_poll_completion() local
171 if (x_pkt->header.opcode >= MES_SCH_API_MAX) in mes_v12_0_submit_pkt_and_poll_completion()
221 op_str = mes_v12_0_get_op_string(x_pkt); in mes_v12_0_submit_pkt_and_poll_completion()
[all …]