Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/regex/mlx5/
H A Dmlx5_regex_control.c108 cq->dbr_umem = mlx5_os_get_umem_id(dbr_page->umem); in regex_ctrl_create_cq()
132 attr.q_umem_id = mlx5_os_get_umem_id(cq->cqe_umem); in regex_ctrl_create_cq()
211 sq->dbr_umem = mlx5_os_get_umem_id(dbr_page->umem); in regex_ctrl_create_sq()
243 wq_attr->wq_umem_id = mlx5_os_get_umem_id(sq->wqe_umem); in regex_ctrl_create_sq()
H A Dmlx5_rxp.c419 umem_id = mlx5_os_get_umem_id(priv->db[db_to_use].umem.umem); in mlnx_set_database()
/f-stack/dpdk/drivers/net/mlx5/
H A Dmlx5_devx.c167 mlx5_os_get_umem_id(dbr_page->umem), in mlx5_rxq_release_devx_rq_resources()
194 mlx5_os_get_umem_id(dbr_page->umem), in mlx5_rxq_release_devx_cq_resources()
303 mlx5_os_get_umem_id(rxq_ctrl->rq_dbrec_page->umem); in mlx5_devx_wq_attr_fill()
305 wq_attr->wq_umem_id = mlx5_os_get_umem_id(rxq_ctrl->wq_umem); in mlx5_devx_wq_attr_fill()
523 cq_attr.q_umem_id = mlx5_os_get_umem_id(rxq_ctrl->cq_umem); in mlx5_rxq_create_devx_cq_resources()
528 cq_attr.db_umem_id = mlx5_os_get_umem_id(dbr_page->umem); in mlx5_rxq_create_devx_cq_resources()
1139 mlx5_os_get_umem_id in mlx5_txq_release_devx_sq_resources()
1163 mlx5_os_get_umem_id in mlx5_txq_release_devx_cq_resources()
1272 cq_attr.q_umem_id = mlx5_os_get_umem_id(txq_obj->cq_umem); in mlx5_txq_create_devx_cq_resources()
1383 mlx5_os_get_umem_id(txq_obj->sq_dbrec_page->umem); in mlx5_txq_create_devx_sq_resources()
[all …]
H A Dmlx5_txpp.c279 cq_attr.q_umem_id = mlx5_os_get_umem_id(wq->cq_umem); in mlx5_txpp_create_rearm_queue()
282 cq_attr.db_umem_id = mlx5_os_get_umem_id(wq->cq_umem); in mlx5_txpp_create_rearm_queue()
335 sq_attr.wq_attr.dbr_umem_id = mlx5_os_get_umem_id(wq->sq_umem); in mlx5_txpp_create_rearm_queue()
337 sq_attr.wq_attr.wq_umem_id = mlx5_os_get_umem_id(wq->sq_umem); in mlx5_txpp_create_rearm_queue()
519 cq_attr.q_umem_id = mlx5_os_get_umem_id(wq->cq_umem); in mlx5_txpp_create_clock_queue()
522 cq_attr.db_umem_id = mlx5_os_get_umem_id(wq->cq_umem); in mlx5_txpp_create_clock_queue()
587 sq_attr.wq_attr.dbr_umem_id = mlx5_os_get_umem_id(wq->sq_umem); in mlx5_txpp_create_clock_queue()
589 sq_attr.wq_attr.wq_umem_id = mlx5_os_get_umem_id(wq->sq_umem); in mlx5_txpp_create_clock_queue()
H A Dmlx5_flow_age.c82 attr.q_umem_id = mlx5_os_get_umem_id(cq->umem_obj); in mlx5_aso_cq_create()
154 mkey_attr.umem_id = mlx5_os_get_umem_id(mr->umem); in mlx5_aso_devx_reg_mr()
302 wq_attr->wq_umem_id = mlx5_os_get_umem_id(sq->wqe_umem); in mlx5_aso_sq_create()
H A Dmlx5_flow.c6447 mkey_attr.umem_id = mlx5_os_get_umem_id(mem_mng->umem); in mlx5_flow_create_counter_stat_mem_mng()
/f-stack/dpdk/drivers/common/mlx5/linux/
H A Dmlx5_common_os.h87 mlx5_os_get_umem_id(void *umem) in mlx5_os_get_umem_id() function
/f-stack/dpdk/drivers/common/mlx5/
H A Dmlx5_common.c226 if (mlx5_os_get_umem_id(page->umem) == umem_id) in mlx5_release_dbr()