Home
last modified time | relevance | path

Searched refs:tfp_cpu_to_be_64 (Results 1 – 2 of 2) sorted by relevance

/dpdk/drivers/net/bnxt/tf_ulp/
H A Dulp_mapper.c654 tfp_cpu_to_be_64(val64)); in ulp_mapper_fdb_opc_alloc_rid()
840 id = (uint64_t)tfp_cpu_to_be_64(iparms.id); in ulp_mapper_ident_process()
1499 val_int = tfp_cpu_to_be_64(val_int); in ulp_mapper_field_opc_process()
1507 val_int = tfp_cpu_to_be_64(val_int); in ulp_mapper_field_opc_process()
1514 val_int = tfp_cpu_to_be_64(val_int); in ulp_mapper_field_opc_process()
1521 val_int = tfp_cpu_to_be_64(val_int); in ulp_mapper_field_opc_process()
1528 val_int = tfp_cpu_to_be_64(val_int); in ulp_mapper_field_opc_process()
1535 val_int = tfp_cpu_to_be_64(val_int); in ulp_mapper_field_opc_process()
2607 regval = tfp_cpu_to_be_64(regval); in ulp_mapper_index_tbl_process()
3001 tfp_cpu_to_be_64(gen_tbl_miss)); in ulp_mapper_gen_tbl_process()
[all …]
/dpdk/drivers/net/bnxt/tf_core/
H A Dtfp.h214 #define tfp_cpu_to_be_64(val) rte_cpu_to_be_64(val) macro