Searched refs:relay_assert (Results 1 – 1 of 1) sorted by relevance
| /linux/drivers/gpu/drm/xe/ |
| H A D | xe_guc_relay.c | 68 #define relay_assert(relay, condition) xe_gt_assert(relay_to_gt(relay), condition) macro 223 relay_assert(relay, action_len >= GUC_RELAY_MSG_MIN_LEN); in __relay_get_transaction() 224 relay_assert(relay, action_len <= GUC_RELAY_MSG_MAX_LEN); in __relay_get_transaction() 225 relay_assert(relay, !(!!resp ^ !!resp_size)); in __relay_get_transaction() 226 relay_assert(relay, resp_size <= GUC_RELAY_MSG_MAX_LEN); in __relay_get_transaction() 227 relay_assert(relay, resp_size == 0 || resp_size >= GUC_RELAY_MSG_MIN_LEN); in __relay_get_transaction() 248 relay_assert(relay, txn->offset); in __relay_get_transaction() 249 relay_assert(relay, txn->offset + GUC_RELAY_MSG_MAX_LEN <= ARRAY_SIZE(txn->request_buf)); in __relay_get_transaction() 250 relay_assert(relay, txn->offset + GUC_RELAY_MSG_MAX_LEN <= ARRAY_SIZE(txn->response_buf)); in __relay_get_transaction() 283 relay_assert(relay, list_empty(&txn->link)); in relay_release_transaction() [all …]
|