Searched refs:log_size (Results 1 – 13 of 13) sorted by relevance
| /dpdk/drivers/vdpa/mlx5/ |
| H A D | mlx5_vdpa_lm.c | 37 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 D | mlx5_vdpa.c | 160 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 D | mlx5_vdpa.h | 393 uint64_t log_size);
|
| /dpdk/drivers/vdpa/ifc/base/ |
| H A D | ifcvf.c | 289 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 D | ifcvf.h | 152 ifcvf_enable_logging(struct ifcvf_hw *hw, u64 log_base, u64 log_size);
|
| /dpdk/drivers/vdpa/ifc/ |
| H A D | ifcvf_vdpa.c | 311 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 D | tap_bpf.h | 82 __u32 log_size; member
|
| /dpdk/lib/vhost/ |
| H A D | vhost.c | 101 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 D | rte_vhost.h | 965 rte_vhost_get_log_base(int vid, uint64_t *log_base, uint64_t *log_size);
|
| H A D | vhost.h | 461 uint64_t log_size; member
|
| H A D | vhost_user.c | 209 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 D | ena_com.c | 1160 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 D | ena_com.h | 641 int ena_com_rss_init(struct ena_com_dev *ena_dev, u16 log_size);
|