Lines Matching defs:msg
39 #define HFI_HEADER_ID(msg) ((msg) & 0xff) argument
41 #define HFI_HEADER_SIZE(msg) (((msg) >> 8) & 0xff) argument
42 #define HFI_HEADER_TYPE(msg) (((msg) >> 16) & 0xf) argument
43 #define HFI_HEADER_SEQNUM(msg) (((msg) >> 20) & 0xfff) argument
84 decode_F2H_MSG_ACK(struct a6xx_hfi_msg_response *msg) in decode_F2H_MSG_ACK()
103 decode_F2H_MSG_ERROR(struct a6xx_hfi_msg_error *msg) in decode_F2H_MSG_ERROR()
119 decode_H2F_MSG_INIT(struct a6xx_hfi_msg_gmu_init_cmd *msg) in decode_H2F_MSG_INIT()
135 decode_H2F_MSG_FW_VERSION(struct a6xx_hfi_msg_fw_version *msg) in decode_H2F_MSG_FW_VERSION()
175 struct a6xx_hfi_msg_perf_table_v1 *msg = _msg; in decode_H2F_MSG_PERF_TABLE() local
203 struct a6xx_hfi_msg_perf_table *msg = _msg; in decode_H2F_MSG_PERF_TABLE() local
251 decode_H2F_MSG_BW_TABLE(struct a6xx_hfi_msg_bw_table *msg) in decode_H2F_MSG_BW_TABLE()
285 decode_H2F_MSG_TEST(struct a6xx_hfi_msg_test *msg) in decode_H2F_MSG_TEST()
296 decode_H2F_MSG_START(struct a6xx_hfi_msg_start *msg) in decode_H2F_MSG_START()
308 decode_H2F_MSG_CORE_FW_START(struct a6xx_hfi_msg_core_fw_start *msg) in decode_H2F_MSG_CORE_FW_START()
323 decode_H2F_MSG_GX_BW_PERF_VOTE(struct a6xx_hfi_gx_bw_perf_vote_cmd *msg) in decode_H2F_MSG_GX_BW_PERF_VOTE()
339 decode_H2F_MSG_PREPARE_SLUMBER(struct a6xx_hfi_prep_slumber_cmd *msg) in decode_H2F_MSG_PREPARE_SLUMBER()