Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/gpu/drm/xe/abi/
Dguc_relay_actions_abi.h161 #define VF2PF_QUERY_RUNTIME_REQUEST_MSG_LEN 2u macro
/linux-6.12.1/drivers/gpu/drm/xe/
Dxe_gt_sriov_pf_service.c425 if (unlikely(msg_len > VF2PF_QUERY_RUNTIME_REQUEST_MSG_LEN)) in pf_process_runtime_query_msg()
427 if (unlikely(msg_len < VF2PF_QUERY_RUNTIME_REQUEST_MSG_LEN)) in pf_process_runtime_query_msg()
Dxe_gt_sriov_vf.c736 u32 request[VF2PF_QUERY_RUNTIME_REQUEST_MSG_LEN]; in vf_query_runtime_info()