Home
last modified time | relevance | path

Searched refs:phase (Results 1 – 19 of 19) sorted by relevance

/dpdk/drivers/net/ena/base/
H A Dena_eth_com.c16 expected_phase = io_cq->phase; in ena_com_get_next_rx_cdesc()
85 io_sq->phase ^= 1; in ena_com_write_bounce_buffer_to_dev()
221 io_sq->phase ^= 1; in ena_com_sq_update_tail()
299 meta_desc->len_ctrl |= ((u32)io_sq->phase << in ena_com_create_meta()
457 desc->len_ctrl |= ((u32)io_sq->phase << ENA_ETH_IO_TX_DESC_PHASE_SHIFT) & in ena_com_prepare_tx()
512 desc->len_ctrl |= ((u32)io_sq->phase << in ena_com_prepare_tx()
633 (io_sq->phase & ENA_ETH_IO_RX_DESC_PHASE_MASK); in ena_com_add_single_rx_desc()
H A Dena_com.h123 u8 phase; member
168 u8 phase; member
180 u8 phase; member
192 u8 phase; member
239 u8 phase; member
H A Dena_com.c99 sq->phase = 1; in ena_com_admin_init_sq()
121 cq->phase = 1; in ena_com_admin_init_cq()
259 admin_queue->sq.phase = !admin_queue->sq.phase; in __ena_com_submit_admin_cmd()
482 u8 phase; in ena_com_handle_admin_completion() local
485 phase = admin_queue->cq.phase; in ena_com_handle_admin_completion()
502 phase = !phase; in ena_com_handle_admin_completion()
509 admin_queue->cq.phase = phase; in ena_com_handle_admin_completion()
2091 u8 phase; in ena_com_aenq_intr_handler() local
2094 phase = aenq->phase; in ena_com_aenq_intr_handler()
2125 phase = !phase; in ena_com_aenq_intr_handler()
[all …]
H A Dena_eth_com.h221 io_cq->phase ^= 1; in ena_com_cq_inc_head()
232 expected_phase = io_cq->phase; in ena_com_tx_comp_req_id_get()
/dpdk/drivers/net/qede/base/
H A Decore_init_ops.c457 u32 phase, u32 phase_id) argument
462 if (!(GET_FIELD(data, INIT_IF_PHASE_OP_PHASE) == phase &&
472 int phase, int phase_id, int modes) argument
475 bool b_dmae = (phase != PHASE_ENGINE);
511 cmd_num += ecore_init_cmd_phase(&cmd->if_phase, phase,
523 if (phase == PHASE_ENGINE &&
H A Decore_init_ops.h33 int phase,
H A Decore_hw.c1016 const char *phase) in ecore_dmae_sanity() argument
1028 phase); in ecore_dmae_sanity()
1046 phase, (unsigned long)p_phys, p_virt, in ecore_dmae_sanity()
1056 phase, rc); in ecore_dmae_sanity()
1070 phase, in ecore_dmae_sanity()
H A Decore_hw.h305 const char *phase);
/dpdk/doc/guides/prog_guide/
H A Dpower_man.rst159 * Training phase. This phase is used to measure the optimal frequency
163 In this phase, the user must ensure that no traffic can enter the
166 Once the training phase is complete, the threshold numbers are
172 * Normal phase. Every 10ms the run-time counters are compared
H A Dtraffic_management.rst197 During this phase, some limited checks on the hierarchy specification can be
206 The hierarchy commit API is called during the port initialization phase (before
H A Dpacket_classif_access_ctrl.rst317 Build phase (rte_acl_build()) creates for a given set of rules internal structure for further run-t…
H A Dpacket_framework.rst1140 The presence of accelerators is usually detected during the initialization phase by inspecting the …
H A Drte_flow.rst3614 An application may provide some parameters at the initialization phase about
/dpdk/app/test-pmd/
H A Dtxonly.c267 uint64_t phase; in pkt_burst_prepare() local
279 phase = tx_pkt_times_inter * fs->tx_queue / in pkt_burst_prepare()
286 tx_pkt_times_inter + phase; in pkt_burst_prepare()
/dpdk/doc/guides/contributing/
H A Ddesign.rst135 application debug stage and are not relevant once debug phase is over. In this
137 statistics counters during the debug phase and at a later stage turn them off.
/dpdk/doc/guides/tools/
H A Dcomp_perf.rst15 data is compared against the original data (verification phase). After that,
/dpdk/doc/guides/sample_app_ug/
H A Dl2_forward_job_stats.rst213 * stats_read_pending and lock are used during job stats read phase.
H A Dl3_forward.rst50 During the initialization phase route rules for IPv4 and IPv6 are read from rule files.
/dpdk/doc/guides/rel_notes/
H A Drelease_21_05.rst21 * **Added phase-fair lock.**