Searched refs:ulp_ctxt (Results 1 – 4 of 4) sorted by relevance
| /f-stack/dpdk/drivers/net/bnxt/tf_ulp/ |
| H A D | ulp_port_db.h | 98 int32_t ulp_port_db_deinit(struct bnxt_ulp_context *ulp_ctxt); 135 ulp_port_db_function_id_get(struct bnxt_ulp_context *ulp_ctxt, 150 ulp_port_db_svif_get(struct bnxt_ulp_context *ulp_ctxt, 164 ulp_port_db_spif_get(struct bnxt_ulp_context *ulp_ctxt, 179 ulp_port_db_parif_get(struct bnxt_ulp_context *ulp_ctxt, 192 ulp_port_db_default_vnic_get(struct bnxt_ulp_context *ulp_ctxt, 206 ulp_port_db_vport_get(struct bnxt_ulp_context *ulp_ctxt, 219 ulp_port_db_phy_port_vport_get(struct bnxt_ulp_context *ulp_ctxt, 233 ulp_port_db_phy_port_svif_get(struct bnxt_ulp_context *ulp_ctxt, 246 ulp_port_db_port_type_get(struct bnxt_ulp_context *ulp_ctxt, [all …]
|
| H A D | ulp_port_db.c | 49 bnxt_ulp_cntxt_ptr2_port_db_set(ulp_ctxt, port_db); in ulp_port_db_init() 78 ulp_port_db_deinit(ulp_ctxt); in ulp_port_db_init() 94 port_db = bnxt_ulp_cntxt_ptr2_port_db_get(ulp_ctxt); in ulp_port_db_deinit() 101 bnxt_ulp_cntxt_ptr2_port_db_set(ulp_ctxt, NULL); in ulp_port_db_deinit() 130 port_db = bnxt_ulp_cntxt_ptr2_port_db_get(ulp_ctxt); in ulp_port_db_dev_port_intf_update() 217 port_db = bnxt_ulp_cntxt_ptr2_port_db_get(ulp_ctxt); in ulp_port_db_dev_port_to_ulp_index() 246 port_db = bnxt_ulp_cntxt_ptr2_port_db_get(ulp_ctxt); in ulp_port_db_function_id_get() 279 port_db = bnxt_ulp_cntxt_ptr2_port_db_get(ulp_ctxt); in ulp_port_db_svif_get() 319 port_db = bnxt_ulp_cntxt_ptr2_port_db_get(ulp_ctxt); in ulp_port_db_spif_get() 359 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 | 102 int32_t ulp_flow_db_init(struct bnxt_ulp_context *ulp_ctxt); 113 int32_t ulp_flow_db_deinit(struct bnxt_ulp_context *ulp_ctxt); 126 ulp_flow_db_fid_alloc(struct bnxt_ulp_context *ulp_ctxt, 143 ulp_flow_db_resource_add(struct bnxt_ulp_context *ulp_ctxt, 161 ulp_flow_db_resource_del(struct bnxt_ulp_context *ulp_ctxt, 176 ulp_flow_db_fid_free(struct bnxt_ulp_context *ulp_ctxt, 192 ulp_flow_db_resource_get(struct bnxt_ulp_context *ulp_ctxt, 268 ulp_flow_db_parent_flow_alloc(struct bnxt_ulp_context *ulp_ctxt, 280 ulp_flow_db_parent_flow_free(struct bnxt_ulp_context *ulp_ctxt, 309 ulp_flow_db_parent_flow_idx_get(struct bnxt_ulp_context *ulp_ctxt, [all …]
|
| H A D | ulp_flow_db.c | 386 flow_db = bnxt_ulp_cntxt_ptr2_flow_db_get(ulp_ctxt); in ulp_flow_db_parent_arg_validation() 422 flow_db = bnxt_ulp_cntxt_ptr2_flow_db_get(ulp_ctxt); in ulp_flow_db_parent_tun_idx_set() 483 ulp_flow_db_init(struct bnxt_ulp_context *ulp_ctxt) in ulp_flow_db_init() argument 492 if (bnxt_ulp_cntxt_dev_id_get(ulp_ctxt, &dev_id)) { in ulp_flow_db_init() 512 bnxt_ulp_cntxt_ptr2_flow_db_set(ulp_ctxt, flow_db); in ulp_flow_db_init() 515 bnxt_ulp_cntxt_mem_type_get(ulp_ctxt, &mtype); in ulp_flow_db_init() 560 ulp_flow_db_deinit(ulp_ctxt); in ulp_flow_db_init() 583 bnxt_ulp_cntxt_ptr2_flow_db_set(ulp_ctxt, NULL); in ulp_flow_db_deinit() 729 ulp_fc_mgr_cntr_set(ulp_ctxt, params->direction, in ulp_flow_db_resource_add() 732 if (!ulp_fc_mgr_thread_isstarted(ulp_ctxt)) in ulp_flow_db_resource_add() [all …]
|