Home
last modified time | relevance | path

Searched refs:claim_zero (Results 1 – 22 of 22) sorted by relevance

/f-stack/dpdk/drivers/net/mlx5/linux/
H A Dmlx5_verbs.c335 claim_zero(mlx5_glue->destroy_wq(rxq_obj->wq)); in mlx5_rxq_ibv_wq_create()
448 claim_zero(mlx5_glue->destroy_wq(tmpl->wq)); in mlx5_rxq_ibv_obj_new()
470 claim_zero(mlx5_glue->destroy_wq(rxq_obj->wq)); in mlx5_rxq_ibv_obj_release()
473 claim_zero(mlx5_glue->destroy_comp_channel in mlx5_rxq_ibv_obj_release()
662 claim_zero(mlx5_glue->destroy_qp(qp)); in mlx5_ibv_hrxq_new()
676 claim_zero(mlx5_glue->destroy_qp(hrxq->qp)); in mlx5_ibv_qp_destroy()
692 claim_zero(mlx5_glue->destroy_wq(rxq->wq)); in mlx5_rxq_ibv_obj_drop_release()
820 claim_zero(mlx5_glue->destroy_qp(hrxq->qp)); in mlx5_ibv_drop_action_create()
844 claim_zero(mlx5_glue->destroy_qp(hrxq->qp)); in mlx5_ibv_drop_action_destroy()
1065 claim_zero(mlx5_glue->destroy_qp(txq_obj->qp)); in mlx5_txq_ibv_obj_release()
[all …]
H A Dmlx5_socket.c208 claim_zero(close(server_socket)); in mlx5_pmd_socket_init()
222 claim_zero(close(server_socket)); in RTE_FINI()
225 claim_zero(remove(path)); in RTE_FINI()
H A Dmlx5_os.c1445 claim_zero(mlx5_mac_addr_add(eth_dev, &mac, 0, 0)); in mlx5_dev_spawn()
1595 claim_zero(rte_eth_switch_domain_free(priv->domain_id)); in mlx5_dev_spawn()
2184 claim_zero(rte_eth_dev_release_port(list[i].eth_dev)); in mlx5_os_pci_probe()
/f-stack/dpdk/drivers/vdpa/mlx5/
H A Dmlx5_vdpa_steer.c22 claim_zero(mlx5_glue->dv_destroy_flow in mlx5_vdpa_rss_flows_destroy()
27 claim_zero(mlx5_glue->destroy_flow_action in mlx5_vdpa_rss_flows_destroy()
32 claim_zero(mlx5_devx_cmd_destroy in mlx5_vdpa_rss_flows_destroy()
37 claim_zero(mlx5_glue->dv_destroy_flow_matcher in mlx5_vdpa_rss_flows_destroy()
49 claim_zero(mlx5_glue->dr_destroy_flow_tbl(priv->steer.tbl)); in mlx5_vdpa_steer_unset()
53 claim_zero(mlx5_glue->dr_destroy_domain(priv->steer.domain)); in mlx5_vdpa_steer_unset()
57 claim_zero(mlx5_devx_cmd_destroy(priv->steer.rqt)); in mlx5_vdpa_steer_unset()
250 claim_zero(mlx5_devx_cmd_destroy(priv->steer.rqt)); in mlx5_vdpa_steer_update()
H A Dmlx5_vdpa_virtq.c80 claim_zero(mlx5_devx_cmd_destroy(virtq->virtq)); in mlx5_vdpa_virtq_unset()
85 claim_zero(mlx5_glue->devx_umem_dereg in mlx5_vdpa_virtq_unset()
107 claim_zero(mlx5_devx_cmd_destroy(virtq->counters)); in mlx5_vdpa_virtqs_release()
116 claim_zero(mlx5_devx_cmd_destroy(priv->tiss[i])); in mlx5_vdpa_virtqs_release()
121 claim_zero(mlx5_devx_cmd_destroy(priv->td)); in mlx5_vdpa_virtqs_release()
125 claim_zero(munmap(priv->virtq_db_addr, priv->var->length)); in mlx5_vdpa_virtqs_release()
334 claim_zero(rte_vhost_enable_guest_notification(priv->vid, index, 1)); in mlx5_vdpa_virtq_setup()
H A Dmlx5_vdpa_mem.c26 claim_zero(mlx5_devx_cmd_destroy(entry->mkey)); in mlx5_vdpa_mem_dereg()
28 claim_zero(mlx5_glue->devx_umem_dereg(entry->umem)); in mlx5_vdpa_mem_dereg()
35 claim_zero(mlx5_glue->dereg_mr(priv->null_mr)); in mlx5_vdpa_mem_dereg()
H A Dmlx5_vdpa_event.c101 claim_zero(mlx5_devx_cmd_destroy(cq->cq)); in mlx5_vdpa_cq_destroy()
103 claim_zero(mlx5_glue->devx_umem_dereg(cq->umem_obj)); in mlx5_vdpa_cq_destroy()
595 claim_zero(mlx5_devx_cmd_destroy(eqp->sw_qp)); in mlx5_vdpa_event_qp_destroy()
597 claim_zero(mlx5_glue->devx_umem_dereg(eqp->umem_obj)); in mlx5_vdpa_event_qp_destroy()
601 claim_zero(mlx5_devx_cmd_destroy(eqp->fw_qp)); in mlx5_vdpa_event_qp_destroy()
H A Dmlx5_vdpa.c293 claim_zero(mlx5_glue->dealloc_pd(priv->pd)); in mlx5_vdpa_dev_close()
/f-stack/dpdk/drivers/net/mlx4/
H A Dmlx4_rxq.c264 claim_zero(mlx4_glue->destroy_qp(rss->qp)); in mlx4_rss_attach()
268 claim_zero(mlx4_glue->destroy_rwq_ind_table(rss->ind)); in mlx4_rss_attach()
302 claim_zero(mlx4_glue->destroy_qp(rss->qp)); in mlx4_rss_detach()
304 claim_zero(mlx4_glue->destroy_rwq_ind_table(rss->ind)); in mlx4_rss_detach()
405 claim_zero(mlx4_glue->destroy_wq(wq)); in mlx4_rss_init()
409 claim_zero(mlx4_glue->destroy_cq(cq)); in mlx4_rss_init()
628 claim_zero(mlx4_glue->destroy_wq(wq)); in mlx4_rxq_attach()
630 claim_zero(mlx4_glue->destroy_cq(cq)); in mlx4_rxq_attach()
660 claim_zero(mlx4_glue->destroy_wq(rxq->wq)); in mlx4_rxq_detach()
662 claim_zero(mlx4_glue->destroy_cq(rxq->cq)); in mlx4_rxq_detach()
[all …]
H A Dmlx4_utils.h57 #define claim_zero(...) MLX4_ASSERT((__VA_ARGS__) == 0) macro
73 #define claim_zero(...) (__VA_ARGS__) macro
H A Dmlx4.c398 claim_zero(mlx4_glue->dealloc_pd(priv->pd)); in mlx4_dev_close()
399 claim_zero(mlx4_glue->close_device(priv->ctx)); in mlx4_dev_close()
679 claim_zero(mlx4_glue->destroy_qp(qp)); in mlx4_hw_rss_sup()
682 claim_zero(mlx4_glue->destroy_rwq_ind_table(ind)); in mlx4_hw_rss_sup()
684 claim_zero(mlx4_glue->destroy_wq(wq)); in mlx4_hw_rss_sup()
686 claim_zero(mlx4_glue->destroy_cq(cq)); in mlx4_hw_rss_sup()
916 claim_zero(mlx4_glue->close_device(ctx)); in mlx4_pci_probe()
1100 claim_zero(mlx4_glue->dealloc_pd(pd)); in mlx4_pci_probe()
1102 claim_zero(mlx4_glue->close_device(ctx)); in mlx4_pci_probe()
1118 claim_zero(mlx4_glue->close_device(attr_ctx)); in mlx4_pci_probe()
H A Dmlx4_flow.c985 claim_zero(mlx4_glue->destroy_qp(drop->qp)); in mlx4_drop_get()
987 claim_zero(mlx4_glue->destroy_cq(drop->cq)); in mlx4_drop_get()
1007 claim_zero(mlx4_glue->destroy_qp(drop->qp)); in mlx4_drop_put()
1008 claim_zero(mlx4_glue->destroy_cq(drop->cq)); in mlx4_drop_put()
1040 claim_zero(mlx4_glue->destroy_flow(flow->ibv_flow)); in mlx4_flow_toggle()
1053 claim_zero(mlx4_glue->destroy_flow(flow->ibv_flow)); in mlx4_flow_toggle()
1083 claim_zero(mlx4_glue->destroy_flow(flow->ibv_flow)); in mlx4_flow_toggle()
1507 claim_zero(mlx4_flow_destroy(ETH_DEV(priv), flow, in mlx4_flow_internal()
1546 claim_zero(mlx4_flow_destroy(ETH_DEV(priv), flow, in mlx4_flow_sync()
H A Dmlx4_txq.c521 claim_zero(mlx4_glue->destroy_qp(txq->qp)); in mlx4_tx_queue_release()
523 claim_zero(mlx4_glue->destroy_cq(txq->cq)); in mlx4_tx_queue_release()
H A Dmlx4_mr.c473 claim_zero(mlx4_glue->dereg_mr(mr->ibv_mr)); in mr_free()
/f-stack/dpdk/drivers/net/mlx5/
H A Dmlx5_devx.c166 claim_zero(mlx5_release_dbr(&rxq_ctrl->priv->dbrpgs, in mlx5_rxq_release_devx_rq_resources()
193 claim_zero(mlx5_release_dbr(&rxq_ctrl->priv->dbrpgs, in mlx5_rxq_release_devx_cq_resources()
213 claim_zero(mlx5_devx_cmd_destroy(rxq_obj->rq)); in mlx5_rxq_devx_obj_release()
216 claim_zero(mlx5_devx_cmd_destroy(rxq_obj->rq)); in mlx5_rxq_devx_obj_release()
217 claim_zero(mlx5_devx_cmd_destroy(rxq_obj->devx_cq)); in mlx5_rxq_devx_obj_release()
685 claim_zero(mlx5_devx_cmd_destroy(tmpl->rq)); in mlx5_rxq_devx_obj_new()
687 claim_zero(mlx5_devx_cmd_destroy(tmpl->devx_cq)); in mlx5_rxq_devx_obj_new()
824 claim_zero(mlx5_devx_cmd_destroy(ind_tbl->rqt)); in mlx5_devx_ind_table_destroy()
956 claim_zero(mlx5_devx_cmd_destroy(hrxq->tir)); in mlx5_devx_hrxq_new()
970 claim_zero(mlx5_devx_cmd_destroy(hrxq->tir)); in mlx5_devx_tir_destroy()
[all …]
H A Dmlx5.c411 claim_zero(mlx5_devx_cmd_destroy in mlx5_flow_aso_age_mng_close()
415 claim_zero in mlx5_flow_aso_age_mng_close()
482 claim_zero(mlx5_devx_cmd_destroy(mng->dm)); in mlx5_flow_destroy_counter_stat_mem_mng()
516 claim_zero(mlx5_devx_cmd_destroy in mlx5_flow_counters_mng_close()
523 claim_zero in mlx5_flow_counters_mng_close()
528 claim_zero(mlx5_devx_cmd_destroy in mlx5_flow_counters_mng_close()
1025 claim_zero(mlx5_devx_cmd_destroy(sh->tis)); in mlx5_alloc_shared_dev_ctx()
1027 claim_zero(mlx5_devx_cmd_destroy(sh->td)); in mlx5_alloc_shared_dev_ctx()
1033 claim_zero(mlx5_glue->dealloc_pd(sh->pd)); in mlx5_alloc_shared_dev_ctx()
1101 claim_zero(mlx5_glue->dealloc_pd(sh->pd)); in mlx5_free_shared_dev_ctx()
[all …]
H A Dmlx5_flow_age.c24 claim_zero(mlx5_devx_cmd_destroy(cq->cq)); in mlx5_aso_cq_destroy()
26 claim_zero(mlx5_glue->devx_umem_dereg(cq->umem_obj)); in mlx5_aso_cq_destroy()
110 claim_zero(mlx5_devx_cmd_destroy(mr->mkey)); in mlx5_aso_devx_dereg_mr()
112 claim_zero(mlx5_glue->devx_umem_dereg(mr->umem)); in mlx5_aso_devx_dereg_mr()
171 claim_zero(mlx5_glue->devx_umem_dereg(mr->umem)); in mlx5_aso_devx_reg_mr()
H A Dmlx5_flow_dv.c8776 claim_zero(mlx5_glue->destroy_flow_action in flow_dv_sample_create_cb()
9450 claim_zero(mlx5_devx_cmd_destroy(obj)); in flow_dv_age_pool_create()
9460 claim_zero(mlx5_devx_cmd_destroy(obj)); in flow_dv_age_pool_create()
11095 claim_zero(mlx5_glue->destroy_flow_action in flow_dv_sample_remove_cb()
11099 claim_zero(mlx5_glue->destroy_flow_action in flow_dv_sample_remove_cb()
11152 claim_zero(mlx5_glue->destroy_flow_action in flow_dv_dest_array_remove_cb()
11965 claim_zero(mlx5_flow_os_destroy_flow in flow_dv_destroy_mtr_tbl()
11968 claim_zero(mlx5_flow_os_destroy_flow in flow_dv_destroy_mtr_tbl()
11971 claim_zero(mlx5_flow_os_destroy_flow in flow_dv_destroy_mtr_tbl()
12202 claim_zero(mlx5_flow_os_destroy_flow in flow_dv_destroy_domain_policer_rule()
[all …]
H A Dmlx5_flow_verbs.c89 claim_zero(mlx5_glue->destroy_flow(flow)); in mlx5_flow_discover_priorities()
225 claim_zero(mlx5_glue->destroy_counters(counter->dcs_when_free)); in flow_verbs_counter_create()
355 claim_zero(mlx5_glue->destroy_counter_set in flow_verbs_counter_release()
358 claim_zero(mlx5_glue->destroy_counters in flow_verbs_counter_release()
1884 claim_zero(mlx5_glue->destroy_flow(handle->drv_flow)); in flow_verbs_remove()
H A Dmlx5_txpp.c124 claim_zero(mlx5_devx_cmd_destroy(wq->sq)); in mlx5_txpp_destroy_send_queue()
126 claim_zero(mlx5_glue->devx_umem_dereg(wq->sq_umem)); in mlx5_txpp_destroy_send_queue()
130 claim_zero(mlx5_devx_cmd_destroy(wq->cq)); in mlx5_txpp_destroy_send_queue()
132 claim_zero(mlx5_glue->devx_umem_dereg(wq->cq_umem)); in mlx5_txpp_destroy_send_queue()
/f-stack/dpdk/drivers/common/mlx5/linux/
H A Dmlx5_common_verbs.c68 claim_zero(mlx5_glue->dereg_mr(pmd_mr->obj)); in mlx5_common_verbs_dereg_mr()
/f-stack/dpdk/drivers/common/mlx5/
H A Dmlx5_common.h97 #define claim_zero(...) MLX5_ASSERT((__VA_ARGS__) == 0) macro
104 #define claim_zero(...) (__VA_ARGS__) macro