Home
last modified time | relevance | path

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

/dpdk/drivers/net/bnxt/tf_core/
H A Dtf_device.c94 struct tf_ident_cfg_parms ident_cfg; in tf_dev_bind_p4() local
116 ident_cfg.num_elements = TF_IDENT_TYPE_MAX; in tf_dev_bind_p4()
117 ident_cfg.cfg = tf_ident_p4; in tf_dev_bind_p4()
118 ident_cfg.shadow_copy = shadow_copy; in tf_dev_bind_p4()
119 ident_cfg.resources = resources; in tf_dev_bind_p4()
120 rc = tf_ident_bind(tfp, &ident_cfg); in tf_dev_bind_p4()
381 struct tf_ident_cfg_parms ident_cfg; in tf_dev_bind_p58() local
402 ident_cfg.cfg = tf_ident_p58; in tf_dev_bind_p58()
403 ident_cfg.shadow_copy = shadow_copy; in tf_dev_bind_p58()
404 ident_cfg.resources = resources; in tf_dev_bind_p58()
[all …]