Home
last modified time | relevance | path

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

/dpdk/drivers/net/bnxt/tf_core/
H A Dtf_device_p4.c466 .tf_dev_alloc_ident = NULL,
522 .tf_dev_alloc_ident = tf_ident_alloc,
H A Dtf_device_p58.c774 .tf_dev_alloc_ident = NULL,
830 .tf_dev_alloc_ident = tf_ident_alloc,
H A Dtf_device.h221 int (*tf_dev_alloc_ident)(struct tf *tfp, member
H A Dtf_core.c454 if (dev->ops->tf_dev_alloc_ident == NULL) { in tf_alloc_identifier()
466 rc = dev->ops->tf_dev_alloc_ident(tfp, &aparms); in tf_alloc_identifier()