Home
last modified time | relevance | path

Searched refs:create_flags (Results 1 – 3 of 3) sorted by relevance

/dpdk/app/test/
H A Dtest_ring.c217 uint32_t create_flags; member
238 .create_flags = 0,
251 .create_flags = RING_F_SP_ENQ | RING_F_SC_DEQ,
264 .create_flags = 0,
303 .create_flags = 0,
316 .create_flags = RING_F_SP_ENQ | RING_F_SC_DEQ,
329 .create_flags = 0,
603 test_enqdeq_impl[test_idx].create_flags); in test_ring_burst_bulk_tests1()
698 test_enqdeq_impl[test_idx].create_flags); in test_ring_burst_bulk_tests2()
785 test_enqdeq_impl[test_idx].create_flags); in test_ring_burst_bulk_tests3()
[all …]
/dpdk/drivers/net/mlx5/linux/
H A Dmlx5_verbs.c248 .create_flags = (rxq_data->vlan_strip ? in mlx5_rxq_ibv_wq_create()
253 wq_attr.ibv.create_flags |= IBV_WQ_FLAGS_SCATTER_FCS; in mlx5_rxq_ibv_wq_create()
258 wq_attr.ibv.create_flags |= IBV_WQ_FLAG_RX_END_PADDING; in mlx5_rxq_ibv_wq_create()
261 wq_attr.ibv.create_flags |= IBV_WQ_FLAGS_PCI_WRITE_END_PADDING; in mlx5_rxq_ibv_wq_create()
560 qp_init_attr.create_flags = MLX5DV_QP_CREATE_TUNNEL_OFFLOADS; in mlx5_ibv_hrxq_new()
567 qp_init_attr.create_flags |= in mlx5_ibv_hrxq_new()
1113 qp_init_attr.create_flags |= in mlx5_rxq_ibv_obj_dummy_lb_create()
/dpdk/drivers/net/mlx4/
H A Dmlx4_rxq.c508 uint32_t create_flags = 0; in mlx4_rxq_attach() local
526 create_flags |= IBV_WQ_FLAGS_SCATTER_FCS; in mlx4_rxq_attach()
538 .create_flags = create_flags, in mlx4_rxq_attach()