]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/spdk/dpdk/drivers/net/qede/base/ecore_cxt.h
update source to Ceph Pacific 16.2.2
[ceph.git] / ceph / src / spdk / dpdk / drivers / net / qede / base / ecore_cxt.h
index f8c955cacbf24fe2277066baa5dd0caa07f3b427..55f08027df273192664bc2302b1053ec198ff8ab 100644 (file)
@@ -22,6 +22,18 @@ enum ecore_cxt_elem_type {
        ECORE_ELEM_TASK
 };
 
+enum ilt_clients {
+       ILT_CLI_CDUC,
+       ILT_CLI_CDUT,
+       ILT_CLI_QM,
+       ILT_CLI_TM,
+       ILT_CLI_SRC,
+       ILT_CLI_TSDM,
+       ILT_CLI_RGFS,
+       ILT_CLI_TGFS,
+       ILT_CLI_MAX
+};
+
 u32 ecore_cxt_get_proto_cid_count(struct ecore_hwfn *p_hwfn,
                                  enum protocol_type type,
                                  u32 *vf_cid);