Home
last modified time | relevance | path

Searched refs:log_size (Results 1 – 13 of 13) sorted by relevance

/dpdk/drivers/vdpa/mlx5/
H A Dmlx5_vdpa_lm.c37 uint64_t log_size) in mlx5_vdpa_dirty_bitmap_set() argument
42 .dirty_bitmap_size = log_size, in mlx5_vdpa_dirty_bitmap_set()
48 log_size, &priv->lm_mr); in mlx5_vdpa_dirty_bitmap_set()
H A Dmlx5_vdpa.c160 uint64_t log_base, log_size; in mlx5_vdpa_features_set() local
174 ret = rte_vhost_get_log_base(vid, &log_base, &log_size); in mlx5_vdpa_features_set()
179 ret = mlx5_vdpa_dirty_bitmap_set(priv, log_base, log_size); in mlx5_vdpa_features_set()
H A Dmlx5_vdpa.h393 uint64_t log_size);
/dpdk/drivers/vdpa/ifc/base/
H A Difcvf.c289 ifcvf_enable_logging(struct ifcvf_hw *hw, u64 log_base, u64 log_size) in ifcvf_enable_logging() argument
302 (log_base + log_size) & IFCVF_32_BIT_MASK; in ifcvf_enable_logging()
305 ((log_base + log_size) >> 32) & IFCVF_32_BIT_MASK; in ifcvf_enable_logging()
H A Difcvf.h152 ifcvf_enable_logging(struct ifcvf_hw *hw, u64 log_base, u64 log_size);
/dpdk/drivers/vdpa/ifc/
H A Difcvf_vdpa.c311 uint64_t log_base = 0, log_size = 0; in vdpa_ifcvf_stop() local
327 rte_vhost_get_log_base(internal->vid, &log_base, &log_size); in vdpa_ifcvf_stop()
329 log_base, IFCVF_LOG_BASE, log_size); in vdpa_ifcvf_stop()
954 uint64_t log_base = 0, log_size = 0; in ifcvf_set_features() local
972 rte_vhost_get_log_base(vid, &log_base, &log_size); in ifcvf_set_features()
974 log_base, IFCVF_LOG_BASE, log_size); in ifcvf_set_features()
975 ifcvf_enable_logging(&internal->hw, IFCVF_LOG_BASE, log_size); in ifcvf_set_features()
/dpdk/drivers/net/tap/
H A Dtap_bpf.h82 __u32 log_size; member
/dpdk/lib/vhost/
H A Dvhost.c101 if (unlikely(dev->log_size <= ((addr + len - 1) / VHOST_LOG_PAGE / 8))) in __vhost_log_write()
221 if (unlikely(dev->log_size <= ((addr + len - 1) / VHOST_LOG_PAGE / 8))) in __vhost_log_cache_write()
1503 uint64_t *log_size) in rte_vhost_get_log_base() argument
1507 if (dev == NULL || log_base == NULL || log_size == NULL) in rte_vhost_get_log_base()
1511 *log_size = dev->log_size; in rte_vhost_get_log_base()
H A Drte_vhost.h965 rte_vhost_get_log_base(int vid, uint64_t *log_base, uint64_t *log_size);
H A Dvhost.h461 uint64_t log_size; member
H A Dvhost_user.c209 munmap((void *)(uintptr_t)dev->log_addr, dev->log_size); in vhost_backend_cleanup()
2261 munmap((void *)(uintptr_t)dev->log_addr, dev->log_size); in vhost_user_set_log_base()
2265 dev->log_size = size; in vhost_user_set_log_base()
/dpdk/drivers/net/ena/base/
H A Dena_com.c1160 u16 log_size) in ena_com_indirect_table_allocate() argument
1172 if ((get_resp.u.ind_table.min_size > log_size) || in ena_com_indirect_table_allocate()
1173 (get_resp.u.ind_table.max_size < log_size)) { in ena_com_indirect_table_allocate()
1175 1 << log_size, in ena_com_indirect_table_allocate()
1181 tbl_size = (1ULL << log_size) * in ena_com_indirect_table_allocate()
1192 tbl_size = (1ULL << log_size) * sizeof(u16); in ena_com_indirect_table_allocate()
1198 rss->tbl_log_size = log_size; in ena_com_indirect_table_allocate()
1203 tbl_size = (1ULL << log_size) * in ena_com_indirect_table_allocate()
H A Dena_com.h641 int ena_com_rss_init(struct ena_com_dev *ena_dev, u16 log_size);