Home
last modified time | relevance | path

Searched refs:QAIC_MANAGE_MAX_MSG_LENGTH (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/accel/qaic/
H A Dqaic_control.c648 if (size_add(msg_hdr_len, sizeof(*out_trans)) > QAIC_MANAGE_MAX_MSG_LENGTH) in encode_activate()
732 if (size_add(msg_hdr_len, in_trans->hdr.len) > QAIC_MANAGE_MAX_MSG_LENGTH) in encode_status()
841 if (user_msg->len + len > QAIC_MANAGE_MAX_MSG_LENGTH) in decode_passthrough()
863 if (user_msg->len + len > QAIC_MANAGE_MAX_MSG_LENGTH) in decode_activate()
939 if (user_msg->len + len > QAIC_MANAGE_MAX_MSG_LENGTH) in decode_status()
970 msg_hdr_len > QAIC_MANAGE_MAX_MSG_LENGTH) in decode_message()
1058 out_buf = kmalloc(QAIC_MANAGE_MAX_MSG_LENGTH, GFP_KERNEL); in msg_xfer()
1065 QAIC_MANAGE_MAX_MSG_LENGTH, MHI_EOT); in msg_xfer()
1252 if (user_msg->len > QAIC_MANAGE_MAX_MSG_LENGTH || in qaic_manage()
1253 user_msg->count > QAIC_MANAGE_MAX_MSG_LENGTH / sizeof(struct qaic_manage_trans_hdr)) in qaic_manage()
[all …]
/linux/include/uapi/drm/
H A Dqaic_accel.h17 #define QAIC_MANAGE_MAX_MSG_LENGTH SZ_4K macro