Home
last modified time | relevance | path

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

/dpdk/drivers/net/bnxt/tf_core/
H A Dtf_device_p4.c469 .tf_dev_get_ident_resc_info = NULL,
525 .tf_dev_get_ident_resc_info = tf_ident_get_resc_info,
H A Dtf_device_p58.c777 .tf_dev_get_ident_resc_info = NULL,
833 .tf_dev_get_ident_resc_info = tf_ident_get_resc_info,
H A Dtf_device.h278 int (*tf_dev_get_ident_resc_info)(struct tf *tfp, member
H A Dtf_core.c1743 if (dev->ops->tf_dev_get_ident_resc_info == NULL) { in tf_get_session_info()
1751 rc = dev->ops->tf_dev_get_ident_resc_info(tfp, parms->session_info.ident); in tf_get_session_info()