Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/bnxt/tf_core/
H A Dtf_device_p4.c146 .tf_dev_alloc_ident = NULL,
183 .tf_dev_alloc_ident = tf_ident_alloc,
H A Dtf_device.h179 int (*tf_dev_alloc_ident)(struct tf *tfp, member
H A Dtf_core.c453 if (dev->ops->tf_dev_alloc_ident == NULL) { in tf_alloc_identifier()
465 rc = dev->ops->tf_dev_alloc_ident(tfp, &aparms); in tf_alloc_identifier()