瀏覽代碼

Merge "ipa-kernel-tests: Add ULSO to EP config"

qctecmdr 4 年之前
父節點
當前提交
5f833251e9
共有 1 個文件被更改,包括 6 次插入0 次删除
  1. 6 0
      kernel-tests/TestsUtils.h

+ 6 - 0
kernel-tests/TestsUtils.h

@@ -705,6 +705,11 @@ struct ipa_ep_cfg_holb {
 	uint8_t scaled_time;
 };
 
+struct ipa_ep_cfg_ulso {
+	int ipid_min_max_idx;
+	bool is_ulso_pipe;
+};
+
 /*
  * This struct is a mirroring of the ipa struct
  * the test module expect to get from user-space the
@@ -725,6 +730,7 @@ struct test_ipa_ep_cfg {
 	struct ipa_ep_cfg_metadata_mask metadata_mask;
 	struct ipa_ep_cfg_metadata meta;
 	struct ipa_ep_cfg_seq seq;
+	struct ipa_ep_cfg_ulso ulso;
 };
 
 /*! @brief Struct for the IPAv3.0 UL packet status header */