Home
last modified time | relevance | path

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

/dpdk/drivers/net/mlx4/
H A Dmlx4_txq.c91 txq->msq.uar_mmap_offset); in txq_uar_init_secondary()
252 sq->uar_mmap_offset = dqp->uar_mmap_offset; in mlx4_txq_fill_dv_obj_info()
254 sq->uar_mmap_offset = -1; /* Make mmap() fail. */ in mlx4_txq_fill_dv_obj_info()
495 dv_qp.uar_mmap_offset = -1; /* Make mmap() fail. */ in mlx4_tx_queue_setup()
H A Dmlx4_prm.h81 off_t uar_mmap_offset; /* UAR mmap offset for non-primary process. */ member
/dpdk/drivers/net/mlx5/linux/
H A Dmlx5_verbs.c918 off_t uar_mmap_offset = txq_ctrl->uar_mmap_offset; in mlx5_txq_ibv_uar_init() local
930 txq->db_nc = mlx5_db_map_type_get(uar_mmap_offset, page_size); in mlx5_txq_ibv_uar_init()
934 lock_idx = (uar_mmap_offset / page_size) & MLX5_UAR_PAGE_NUM_MASK; in mlx5_txq_ibv_uar_init()
1064 txq_ctrl->uar_mmap_offset = qp.uar_mmap_offset; in mlx5_txq_ibv_obj_new()
1066 dev->data->port_id, txq_ctrl->uar_mmap_offset); in mlx5_txq_ibv_obj_new()
/dpdk/drivers/common/mlx5/
H A Dmlx5_common.h385 mlx5_db_map_type_get(off_t uar_mmap_offset, size_t page_size) in mlx5_db_map_type_get() argument
387 off_t cmd = uar_mmap_offset / page_size; in mlx5_db_map_type_get()
H A Dmlx5_common.c1358 off_t uar_mmap_offset; in mlx5_devx_uar_prepare() local
1375 uar_mmap_offset = mlx5_os_get_devx_uar_mmap_offset(uar_obj); in mlx5_devx_uar_prepare()
1377 uar->dbnc = mlx5_db_map_type_get(uar_mmap_offset, page_size); in mlx5_devx_uar_prepare()
/dpdk/drivers/net/mlx5/
H A Dmlx5_txq.c540 fd, txq_ctrl->uar_mmap_offset); in txq_uar_init_secondary()
H A Dmlx5_devx.c1374 txq_ctrl->uar_mmap_offset = in mlx5_txq_devx_obj_new()
H A Dmlx5_tx.h183 off_t uar_mmap_offset; /* UAR mmap offset for non-primary process. */ member