Home
last modified time | relevance | path

Searched refs:GUC_RELAY_MSG_MAX_LEN (Results 1 – 4 of 4) sorted by relevance

/linux-6.12.1/drivers/gpu/drm/xe/abi/
Dguc_actions_sriov_abi.h46 (GUC2PF_RELAY_FROM_VF_EVENT_MSG_MIN_LEN + GUC_RELAY_MSG_MAX_LEN)
52 #define GUC2PF_RELAY_FROM_VF_EVENT_MSG_NUM_RELAY_DATA GUC_RELAY_MSG_MAX_LEN
88 (PF2GUC_RELAY_TO_VF_REQUEST_MSG_MIN_LEN + GUC_RELAY_MSG_MAX_LEN)
94 #define PF2GUC_RELAY_TO_VF_REQUEST_MSG_NUM_RELAY_DATA GUC_RELAY_MSG_MAX_LEN
129 (GUC2VF_RELAY_FROM_PF_EVENT_MSG_MIN_LEN + GUC_RELAY_MSG_MAX_LEN)
133 #define GUC2VF_RELAY_FROM_PF_EVENT_MSG_NUM_RELAY_DATA GUC_RELAY_MSG_MAX_LEN
168 (VF2GUC_RELAY_TO_PF_REQUEST_MSG_MIN_LEN + GUC_RELAY_MSG_MAX_LEN)
172 #define VF2GUC_RELAY_TO_PF_REQUEST_MSG_NUM_RELAY_DATA GUC_RELAY_MSG_MAX_LEN
Dguc_relay_communication_abi.h95 #define GUC_RELAY_MSG_MAX_LEN \ macro
Dguc_relay_actions_abi.h172 ((GUC_RELAY_MSG_MAX_LEN - VF2PF_QUERY_RUNTIME_RESPONSE_MSG_MIN_LEN) / 2)
/linux-6.12.1/drivers/gpu/drm/xe/
Dxe_guc_relay.c214 relay_assert(relay, action_len <= GUC_RELAY_MSG_MAX_LEN); in __relay_get_transaction()
216 relay_assert(relay, resp_size <= GUC_RELAY_MSG_MAX_LEN); in __relay_get_transaction()
239 relay_assert(relay, txn->offset + GUC_RELAY_MSG_MAX_LEN <= ARRAY_SIZE(txn->request_buf)); in __relay_get_transaction()
240 relay_assert(relay, txn->offset + GUC_RELAY_MSG_MAX_LEN <= ARRAY_SIZE(txn->response_buf)); in __relay_get_transaction()
247 txn->response_len = resp_size ?: GUC_RELAY_MSG_MAX_LEN; in __relay_get_transaction()
291 relay_assert(relay, len <= GUC_RELAY_MSG_MAX_LEN); in relay_send_transaction()
485 relay_assert(relay, len <= GUC_RELAY_MSG_MAX_LEN); in relay_send_to()