Home
last modified time | relevance | path

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

/dpdk/drivers/net/bnxt/tf_core/
H A Dtf_device_p4.c185 uint16_t *max_types) in tf_dev_p4_get_max_types() argument
187 if (max_types == NULL || tfp == NULL) in tf_dev_p4_get_max_types()
190 *max_types = CFA_RESOURCE_TYPE_P4_LAST + 1; in tf_dev_p4_get_max_types()
H A Dtf_device_p58.c296 uint16_t *max_types) in tf_dev_p58_get_max_types() argument
298 if (max_types == NULL || tfp == NULL) in tf_dev_p58_get_max_types()
301 *max_types = CFA_RESOURCE_TYPE_P58_LAST + 1; in tf_dev_p58_get_max_types()
H A Dtf_rm.c512 uint16_t max_types, hcapi_items, *req_cnt; in tf_rm_create_db() local
536 rc = dev->ops->tf_dev_get_max_types(tfp, &max_types); in tf_rm_create_db()
539 cparms.nitems = max_types; in tf_rm_create_db()
552 max_types, in tf_rm_create_db()
H A Dtf_device.h139 uint16_t *max_types);
H A Dtf_core.c1840 uint16_t max_types; in tf_query_sram_resources() local
1869 rc = dev.ops->tf_dev_get_max_types(tfp, &max_types); in tf_query_sram_resources()
1878 cparms.nitems = max_types; in tf_query_sram_resources()
1892 max_types, in tf_query_sram_resources()