Home
last modified time | relevance | path

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

/dpdk/drivers/net/ice/
H A Dice_acl_filter.c149 if (pf->acl.slots) { in ice_deinit_acl()
150 rte_free(pf->acl.slots); in ice_deinit_acl()
151 pf->acl.slots = NULL; in ice_deinit_acl()
399 __rte_bitmap_scan_init(slots); in ice_acl_alloc_slot_id()
400 if (!rte_bitmap_scan(slots, &pos, &slab)) in ice_acl_alloc_slot_id()
405 rte_bitmap_clear(slots, pos); in ice_acl_alloc_slot_id()
474 rte_bitmap_set(pf->acl.slots, slot_id); in ice_acl_hw_rem_conf()
594 rte_bitmap_set(pf->acl.slots, slot_id); in ice_acl_destroy_filter()
967 struct rte_bitmap *slots; in ice_acl_bitmap_init() local
977 if (slots == NULL) { in ice_acl_bitmap_init()
[all …]
H A Dice_ethdev.h452 struct rte_bitmap *slots; member
/dpdk/drivers/net/virtio/
H A Dvirtio_rxtx_packed.h110 uint16_t slots, can_push = 0, use_indirect = 0; in virtqueue_enqueue_single_packed_vec() local
133 slots = use_indirect ? 1 : (txm->nb_segs + !can_push); in virtqueue_enqueue_single_packed_vec()
134 need = slots - vq->vq_free_cnt; in virtqueue_enqueue_single_packed_vec()
139 need = slots - vq->vq_free_cnt; in virtqueue_enqueue_single_packed_vec()
148 virtqueue_enqueue_xmit_packed(txvq, txm, slots, use_indirect, in virtqueue_enqueue_single_packed_vec()
H A Dvirtio_rxtx.c1789 int can_push = 0, use_indirect = 0, slots, need; in virtio_xmit_pkts_packed() local
1810 need = slots - vq->vq_free_cnt; in virtio_xmit_pkts_packed()
1815 need = slots - vq->vq_free_cnt; in virtio_xmit_pkts_packed()
1827 virtqueue_enqueue_xmit_packed(txvq, txm, slots, in virtio_xmit_pkts_packed()
1870 int can_push = 0, use_indirect = 0, slots, need; in virtio_xmit_pkts() local
1892 need = slots - vq->vq_free_cnt; in virtio_xmit_pkts()
1901 need = slots - vq->vq_free_cnt; in virtio_xmit_pkts()
1972 int slots; in virtio_xmit_pkts_inorder() local
2006 slots = txm->nb_segs + 1; in virtio_xmit_pkts_inorder()
2007 need = slots - vq->vq_free_cnt; in virtio_xmit_pkts_inorder()
[all …]
/dpdk/doc/guides/linux_gsg/
H A Dnic_perf_intel_platform.rst74 Use PCIe Gen3 slots, such as Gen3 ``x8`` or Gen3 ``x16`` because PCIe Gen2 slots don't provide enou…
83 When inserting NICs into PCI slots always check the caption, such as CPU0 or CPU1 to indicate which…
/dpdk/doc/guides/eventdevs/
H A Dcnxk.rst124 - ``TIM modify chunk slots``
126 The ``tim_chnk_slots`` devargs can be used to modify number of chunk slots.
/dpdk/drivers/event/opdl/
H A Dopdl_ring.c123 uint8_t slots[0] __rte_cache_aligned; member
145 return (void *)(uintptr_t)&t->slots[(n & t->mask) * t->slot_size]; in get_slot()
911 RTE_BUILD_BUG_ON((offsetof(struct opdl_ring, slots) & in opdl_ring_create()
/dpdk/doc/guides/prog_guide/
H A Dreorder_lib.rst60 The reorder buffer would try to move mbufs from at least the next 15 slots in
H A Dqos_framework.rst466 The output port is modeled as a conveyor belt of byte slots that need to be filled by the scheduler…
467 For 10 GbE, there are 1.25 billion byte slots that need to be filled by the port scheduler every se…
468 If the scheduler is not fast enough to fill the slots, provided that enough packets and credits exi…
469 then some slots will be left unused and bandwidth will be wasted.
H A Drte_flow.rst4397 initialization time to save high priority slots for later.
/dpdk/doc/guides/nics/
H A Dnfb.rst86 physical PCI-E slots at the same time (see the diagram below).
/dpdk/drivers/net/netvsc/
H A Dhn_rxtx.c1387 unsigned int slots = 1; /* for RNDIS header */ in hn_get_slots() local
1393 slots += (offs + size + rte_mem_page_size() - 1) / in hn_get_slots()
1398 return slots; in hn_get_slots()
/dpdk/doc/guides/rel_notes/
H A Drelease_16_11.rst44 the current version, even 64 bytes packets take two slots with Virtio PMD on guest