Searched refs:ulp_ctxt (Results 1 – 4 of 4) sorted by relevance
| /dpdk/drivers/net/bnxt/tf_ulp/ |
| H A D | ulp_port_db.h | 101 int32_t ulp_port_db_deinit(struct bnxt_ulp_context *ulp_ctxt); 138 ulp_port_db_function_id_get(struct bnxt_ulp_context *ulp_ctxt, 153 ulp_port_db_svif_get(struct bnxt_ulp_context *ulp_ctxt, 167 ulp_port_db_spif_get(struct bnxt_ulp_context *ulp_ctxt, 182 ulp_port_db_parif_get(struct bnxt_ulp_context *ulp_ctxt, 195 ulp_port_db_default_vnic_get(struct bnxt_ulp_context *ulp_ctxt, 209 ulp_port_db_vport_get(struct bnxt_ulp_context *ulp_ctxt, 249 ulp_port_db_port_type_get(struct bnxt_ulp_context *ulp_ctxt, 275 ulp_port_db_port_func_id_get(struct bnxt_ulp_context *ulp_ctxt, 314 ulp_port_db_parent_vnic_get(struct bnxt_ulp_context *ulp_ctxt, [all …]
|
| H A D | ulp_port_db.c | 51 bnxt_ulp_cntxt_ptr2_port_db_set(ulp_ctxt, port_db); in ulp_port_db_init() 80 ulp_port_db_deinit(ulp_ctxt); in ulp_port_db_init() 96 port_db = bnxt_ulp_cntxt_ptr2_port_db_get(ulp_ctxt); in ulp_port_db_deinit() 103 bnxt_ulp_cntxt_ptr2_port_db_set(ulp_ctxt, NULL); in ulp_port_db_deinit() 132 port_db = bnxt_ulp_cntxt_ptr2_port_db_get(ulp_ctxt); in ulp_port_db_dev_port_intf_update() 225 port_db = bnxt_ulp_cntxt_ptr2_port_db_get(ulp_ctxt); in ulp_port_db_dev_port_to_ulp_index() 254 port_db = bnxt_ulp_cntxt_ptr2_port_db_get(ulp_ctxt); in ulp_port_db_function_id_get() 287 port_db = bnxt_ulp_cntxt_ptr2_port_db_get(ulp_ctxt); in ulp_port_db_svif_get() 327 port_db = bnxt_ulp_cntxt_ptr2_port_db_get(ulp_ctxt); in ulp_port_db_spif_get() 367 port_db = bnxt_ulp_cntxt_ptr2_port_db_get(ulp_ctxt); in ulp_port_db_parif_get() [all …]
|
| H A D | ulp_flow_db.h | 106 int32_t ulp_flow_db_init(struct bnxt_ulp_context *ulp_ctxt); 117 int32_t ulp_flow_db_deinit(struct bnxt_ulp_context *ulp_ctxt); 130 ulp_flow_db_fid_alloc(struct bnxt_ulp_context *ulp_ctxt, 147 ulp_flow_db_resource_add(struct bnxt_ulp_context *ulp_ctxt, 165 ulp_flow_db_resource_del(struct bnxt_ulp_context *ulp_ctxt, 180 ulp_flow_db_fid_free(struct bnxt_ulp_context *ulp_ctxt, 196 ulp_flow_db_resource_get(struct bnxt_ulp_context *ulp_ctxt, 275 ulp_flow_db_pc_db_parent_flow_set(struct bnxt_ulp_context *ulp_ctxt, 291 ulp_flow_db_pc_db_child_flow_set(struct bnxt_ulp_context *ulp_ctxt, 306 ulp_flow_db_parent_flow_idx_get(struct bnxt_ulp_context *ulp_ctxt, [all …]
|
| H A D | ulp_flow_db.c | 398 ulp_flow_db_init(struct bnxt_ulp_context *ulp_ctxt) in ulp_flow_db_init() argument 407 if (bnxt_ulp_cntxt_dev_id_get(ulp_ctxt, &dev_id)) { in ulp_flow_db_init() 427 bnxt_ulp_cntxt_ptr2_flow_db_set(ulp_ctxt, flow_db); in ulp_flow_db_init() 430 if (bnxt_ulp_cntxt_mem_type_get(ulp_ctxt, &mtype)) in ulp_flow_db_init() 477 ulp_flow_db_deinit(ulp_ctxt); in ulp_flow_db_init() 491 ulp_flow_db_deinit(struct bnxt_ulp_context *ulp_ctxt) in ulp_flow_db_deinit() argument 500 bnxt_ulp_cntxt_ptr2_flow_db_set(ulp_ctxt, NULL); in ulp_flow_db_deinit() 655 ulp_fc_mgr_cntr_set(ulp_ctxt, params->direction, in ulp_flow_db_resource_add() 658 if (!ulp_fc_mgr_thread_isstarted(ulp_ctxt)) in ulp_flow_db_resource_add() 659 ulp_fc_mgr_thread_start(ulp_ctxt); in ulp_flow_db_resource_add() [all …]
|