Home
last modified time | relevance | path

Searched refs:slot (Results 1 – 25 of 31) sorted by relevance

12

/dpdk/drivers/net/memif/
H A Drte_eth_memif.c623 saved_slot = slot; in eth_memif_tx()
636 slot++; in eth_memif_tx()
645 slot = saved_slot; in eth_memif_tx()
671 slot++; in eth_memif_tx()
734 slot++; in memif_tx_one_zc()
791 slot += used_slots; in eth_memif_tx_zc()
799 slot += used_slots; in eth_memif_tx_zc()
807 slot += used_slots; in eth_memif_tx_zc()
815 slot += used_slots; in eth_memif_tx_zc()
823 slot += used_slots; in eth_memif_tx_zc()
[all …]
/dpdk/lib/acl/
H A Dacl_run.h203 acl_match_check(uint64_t transition, int slot, in acl_match_check() argument
220 resolve_single_priority(transition, slot, ctx, in acl_match_check()
223 resolve_priority(transition, slot, ctx, parms, in acl_match_check()
227 parms[slot].cmplt->count--; in acl_match_check()
230 transition = acl_start_next_trie(flows, parms, slot, ctx); in acl_match_check()
H A Dacl_run_sse.h99 acl_process_matches(xmm_t *indices, int slot, const struct rte_acl_ctx *ctx, in acl_process_matches() argument
111 transition1 = acl_match_check(transition1, slot, ctx, in acl_process_matches()
113 transition2 = acl_match_check(transition2, slot + 1, ctx, in acl_process_matches()
124 acl_match_check_x4(int slot, const struct rte_acl_ctx *ctx, struct parms *parms, in acl_match_check_x4() argument
137 acl_process_matches(indices1, slot, ctx, parms, flows); in acl_match_check_x4()
138 acl_process_matches(indices2, slot + 2, ctx, parms, flows); in acl_match_check_x4()
H A Dacl_run_avx2.h91 struct parms *parms, struct acl_flow_data *flows, uint32_t slot, in acl_process_matches_avx2x8() argument
115 tr[i] = acl_match_check(tr[i], slot + i, in acl_process_matches_avx2x8()
117 tr[i + 4] = acl_match_check(tr[i + 4], slot + i + 4, in acl_process_matches_avx2x8()
135 struct acl_flow_data *flows, uint32_t slot, in acl_match_check_avx2x8() argument
148 acl_process_matches_avx2x8(ctx, parms, flows, slot, in acl_match_check_avx2x8()
H A Dacl_run_neon.h81 acl_match_check_x4(int slot, const struct rte_acl_ctx *ctx, struct parms *parms, in acl_match_check_x4() argument
85 transitions[0] = acl_match_check(transitions[0], slot, ctx, in acl_match_check_x4()
87 transitions[1] = acl_match_check(transitions[1], slot + 1, ctx, in acl_match_check_x4()
89 transitions[2] = acl_match_check(transitions[2], slot + 2, ctx, in acl_match_check_x4()
91 transitions[3] = acl_match_check(transitions[3], slot + 3, ctx, in acl_match_check_x4()
H A Dacl_run_altivec.h87 acl_match_check_x4(int slot, const struct rte_acl_ctx *ctx, struct parms *parms, in acl_match_check_x4() argument
91 transitions[0] = acl_match_check(transitions[0], slot, ctx, in acl_match_check_x4()
93 transitions[1] = acl_match_check(transitions[1], slot + 1, ctx, in acl_match_check_x4()
95 transitions[2] = acl_match_check(transitions[2], slot + 2, ctx, in acl_match_check_x4()
97 transitions[3] = acl_match_check(transitions[3], slot + 3, ctx, in acl_match_check_x4()
/dpdk/drivers/event/dlb2/pf/base/
H A Ddlb2_resource.c1483 int slot, in dlb2_port_slot_state_transition() argument
1609 int *slot) in dlb2_port_find_slot() argument
1618 *slot = i; in dlb2_port_find_slot()
1636 *slot = i; in dlb2_port_find_slot_queue()
1652 int slot, i; in dlb2_ldb_queue_disable_mapped_cqs() local
1675 int slot, i; in dlb2_ldb_queue_enable_mapped_cqs() local
1694 int slot) in dlb2_ldb_port_clear_queue_if_status() argument
2306 int slot) in dlb2_domain_finish_unmap_port_slot() argument
3618 int slot = -1; in dlb2_ldb_queue_attach_to_sn_group() local
5084 *slot = i; in dlb2_port_find_slot_with_pending_map_queue()
[all …]
H A Ddlb2_hw_types.h228 dlb2_sn_group_free_slot(struct dlb2_sn_group *group, int slot) in dlb2_sn_group_free_slot() argument
230 group->slot_use_bitmap &= ~(1 << slot); in dlb2_sn_group_free_slot()
/dpdk/drivers/net/nfp/nfpcore/
H A Dnfp_cpp_pcie_ops.c69 #define NFP_PCIE_CFG_BAR_PCIETOCPPEXPBAR(bar, slot) \ argument
70 (NFP_PCIE_BAR(0) + ((bar) * 8 + (slot)) * 4)
72 #define NFP_PCIE_CPP_BAR_PCIETOCPPEXPBAR(bar, slot) \ argument
73 (((bar) * 8 + (slot)) * 4)
249 int base, slot; in nfp_bar_write() local
252 slot = bar->index & 7; in nfp_bar_write()
258 NFP_PCIE_CFG_BAR_PCIETOCPPEXPBAR(base, slot); in nfp_bar_write()
/dpdk/doc/guides/nics/
H A Dbuild_and_test.rst124 DEVICE1, DEVICE2 are specified via PCI "domain:bus:slot.func" syntax or
125 "bus:slot.func" syntax.
H A Dnfb.rst88 bus (note that a single PCI-E 3.0 x16 slot provides only 125 Gbps theoretical
91 Although each slot may be connected to a different CPU and therefore to a different
H A Dliquidio.rst32 lspci -s <slot> -vvv
H A Dbnx2x.rst130 lspci -s <slot> -vvv
H A Dqede.rst199 lspci -s <slot> -vvv
/dpdk/app/test-eventdev/
H A Dtest_pipeline_queue.c654 uint8_t slot; in pipeline_queue_eventdev_setup() local
657 slot = queue % (nb_stages + 1); in pipeline_queue_eventdev_setup()
658 if (slot == nb_stages) { in pipeline_queue_eventdev_setup()
666 q_conf.schedule_type = opt->sched_type_list[slot]; in pipeline_queue_eventdev_setup()
/dpdk/drivers/common/cnxk/
H A Droc_cpt.h169 int __roc_api roc_cpt_inline_ipsec_cfg(struct dev *dev, uint8_t slot,
H A Droc_cpt.c234 req->slot = lf_id; in cpt_lf_outb_cfg()
/dpdk/drivers/net/bnxt/tf_core/
H A Dtf_core.c28 unsigned int domain, bus, slot, device; in tf_open_session() local
51 &slot, in tf_open_session()
63 &slot, in tf_open_session()
99 unsigned int domain, bus, slot, device; in tf_attach_session() local
109 &slot, in tf_attach_session()
122 &slot, in tf_attach_session()
/dpdk/examples/eventdev_pipeline/
H A Dpipeline_worker_tx.c521 uint8_t slot; in setup_eventdev_worker_tx_enq() local
524 slot = i % nb_slots; in setup_eventdev_worker_tx_enq()
525 wkr_q_conf.schedule_type = slot == cdata.num_stages ? in setup_eventdev_worker_tx_enq()
/dpdk/doc/guides/eventdevs/
H A Docteontx.rst49 of SSO group and work-slot PCIe VF devices. On EAL initialization,
/dpdk/doc/guides/howto/
H A Dpvp_reference_benchmark.rst257 <address type='pci' domain='0x0000' bus='0x00' slot='0x10' function='0x0'/>
264 <address type='pci' domain='0x0000' bus='0x00' slot='0x11' function='0x0'/>
/dpdk/doc/guides/tools/
H A Ddevbind.rst31 For each device, it displays the PCI domain, bus, slot and function,
/dpdk/doc/guides/linux_gsg/
H A Dnic_perf_intel_platform.rst76 You can use ``lspci`` to check the speed of a PCI slot using something like the following::
/dpdk/drivers/net/ionic/
H A Dionic_if.h2089 u8 slot; member
2104 u8 slot; member
/dpdk/doc/guides/rel_notes/
H A Drelease_16_11.rst43 will take exactly one slot in the enqueue virtqueue. Without this feature, as in

12