Home
last modified time | relevance | path

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

/dpdk/drivers/net/bnxt/tf_core/
H A Dtf_device_p4.c425 uint32_t *em_caps) in tf_dev_p4_map_hcapi_caps() argument
432 *em_caps = 0; in tf_dev_p4_map_hcapi_caps()
447 *em_caps |= tf_hcapi_res_map_p4[i].type_caps; in tf_dev_p4_map_hcapi_caps()
H A Dtf_em_common.h68 struct tf_em_caps em_caps[TF_DIR_MAX]; member
H A Dtf_device_p58.c612 uint32_t *em_caps) in tf_dev_p58_map_hcapi_caps() argument
619 *em_caps = 0; in tf_dev_p58_map_hcapi_caps()
634 *em_caps |= tf_hcapi_res_map_p58[i].type_caps; in tf_dev_p58_map_hcapi_caps()
H A Dtf_em_common.c538 tbl_scope_cb->em_caps[TF_DIR_RX].max_entries_supported) { in tf_em_validate_num_entries()
543 tbl_scope_cb->em_caps[TF_DIR_RX].max_entries_supported); in tf_em_validate_num_entries()
595 tbl_scope_cb->em_caps[TF_DIR_TX].max_entries_supported) { in tf_em_validate_num_entries()
600 tbl_scope_cb->em_caps[TF_DIR_TX].max_entries_supported); in tf_em_validate_num_entries()
H A Dtf_msg.h457 struct tf_em_caps *em_caps);
H A Dtf_device.h1083 uint32_t *em_caps);
H A Dtf_msg.c1298 struct tf_em_caps *em_caps) in tf_msg_em_qcaps() argument
1347 em_caps->supported = tfp_le_to_cpu_32(resp.supported); in tf_msg_em_qcaps()
1348 em_caps->max_entries_supported = in tf_msg_em_qcaps()
1350 em_caps->key_entry_size = tfp_le_to_cpu_16(resp.key_entry_size); in tf_msg_em_qcaps()
1351 em_caps->record_entry_size = in tf_msg_em_qcaps()
1353 em_caps->efc_entry_size = tfp_le_to_cpu_16(resp.efc_entry_size); in tf_msg_em_qcaps()
H A Dtf_em_host.c435 &tbl_scope_cb->em_caps[dir]); in tf_em_ext_alloc()