Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/regex/mlx5/
H A Dmlx5_regex_control.c67 mlx5_release_dbr(&priv->dbrpgs, cq->dbr_umem, cq->dbr_offset); in regex_ctrl_destroy_cq()
108 cq->dbr_umem = mlx5_os_get_umem_id(dbr_page->umem); in regex_ctrl_create_cq()
131 attr.db_umem_id = cq->dbr_umem; in regex_ctrl_create_cq()
149 mlx5_release_dbr(&priv->dbrpgs, cq->dbr_umem, cq->dbr_offset); in regex_ctrl_create_cq()
211 sq->dbr_umem = mlx5_os_get_umem_id(dbr_page->umem); in regex_ctrl_create_sq()
240 wq_attr->dbr_umem_id = sq->dbr_umem; in regex_ctrl_create_sq()
269 mlx5_release_dbr(&priv->dbrpgs, sq->dbr_umem, sq->dbr_offset); in regex_ctrl_create_sq()
309 mlx5_release_dbr(&priv->dbrpgs, sq->dbr_umem, sq->dbr_offset); in regex_ctrl_destroy_sq()
H A Dmlx5_regex.h22 uint32_t dbr_umem; /* Door bell record umem id. */ member
35 uint32_t dbr_umem; /* Door bell record umem id. */ member