Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/bnxt/tf_core/
H A Dtf_device.c43 struct tf_ident_cfg_parms ident_cfg; in tf_dev_bind_p4() local
55 ident_cfg.num_elements = TF_IDENT_TYPE_MAX; in tf_dev_bind_p4()
56 ident_cfg.cfg = tf_ident_p4; in tf_dev_bind_p4()
57 ident_cfg.shadow_copy = shadow_copy; in tf_dev_bind_p4()
58 ident_cfg.resources = resources; in tf_dev_bind_p4()
59 rc = tf_ident_bind(tfp, &ident_cfg); in tf_dev_bind_p4()