Home
last modified time | relevance | path

Searched refs:pushed (Results 1 – 21 of 21) sorted by relevance

/dpdk/drivers/net/fm10k/base/
H A Dfm10k_mbx.c220 if (!mbx->pushed) in fm10k_mbx_pushed_tail_len()
308 len += mbx->pushed; in fm10k_mbx_validate_msg_size()
446 end = fm10k_fifo_tail_offset(fifo, mbx->pushed); in fm10k_mbx_read_copy()
489 len = fm10k_fifo_unused(fifo) - mbx->pushed; in fm10k_mbx_push_tail()
509 mbx->pushed += len; in fm10k_mbx_push_tail()
513 len && (mbx->pushed >= len); in fm10k_mbx_push_tail()
516 mbx->pushed -= len; in fm10k_mbx_push_tail()
1096 mbx->pushed = 0; in fm10k_mbx_reset_work()
1267 if (mbx->pushed) in fm10k_mbx_process_disconnect()
1938 mbx->head = fm10k_mbx_head_sub(mbx, mbx->pushed); in fm10k_sm_mbx_receive()
[all …]
H A Dfm10k_mbx.h270 u16 head, head_len, pushed; member
/dpdk/drivers/common/sfc_efx/base/
H A Drhead_tx.c100 __in unsigned int pushed) in rhead_tx_qpush() argument
102 _NOTE(ARGUNUSED(etp, added, pushed)) in rhead_tx_qpush()
H A Defx_tx.c59 __in unsigned int pushed);
467 __in unsigned int pushed) in efx_tx_qpush() argument
474 etxop->etxo_qpush(etp, added, pushed); in efx_tx_qpush()
851 __in unsigned int pushed) in siena_tx_qpush() argument
869 SIENA_TXQ_DESC_SIZE, wptr, pushed & etp->et_mask); in siena_tx_qpush()
H A Def10_tx.c345 __in unsigned int pushed) in ef10_tx_qpush() argument
355 id = pushed & etp->et_mask; in ef10_tx_qpush()
H A Def10_rx.c882 unsigned int pushed = *pushedp; in ef10_rx_qpush() local
888 if (pushed == wptr) in ef10_rx_qpush()
900 EF10_RXQ_DESC_SIZE, wptr, pushed & erp->er_mask); in ef10_rx_qpush()
H A Drhead_impl.h409 __in unsigned int pushed);
H A Defx_rx.c1648 unsigned int pushed = *pushedp; in siena_rx_qpush() local
1667 SIENA_RXQ_DESC_SIZE, wptr, pushed & erp->er_mask); in siena_rx_qpush()
H A Def10_impl.h881 __in unsigned int pushed);
H A Defx.h3290 __in unsigned int pushed);
/dpdk/drivers/net/sfc/
H A Dsfc_mae_counter.c391 unsigned int pushed; in sfc_mae_counter_poll_packets() local
407 pushed = sfc_rx_get_pushed(sa, counter_registry->rx_dp); in sfc_mae_counter_poll_packets()
408 pushed_diff = pushed - counter_registry->pushed_n_buffers; in sfc_mae_counter_poll_packets()
413 counter_registry->pushed_n_buffers = pushed; in sfc_mae_counter_poll_packets()
H A Dsfc_rx.h86 unsigned int pushed; member
H A Dsfc_tx.c849 unsigned int pushed = added; in sfc_efx_xmit_pkts() local
1007 if (likely(pushed != txq->added)) { in sfc_efx_xmit_pkts()
1008 efx_tx_qpush(txq->common, txq->added, pushed); in sfc_efx_xmit_pkts()
H A Dsfc_ef10_tx.c223 unsigned int pushed) in sfc_ef10_tx_qpush() argument
234 desc.eq_u64[0] = txq->txq_hw_ring[pushed & txq->ptr_mask].eq_u64[0]; in sfc_ef10_tx_qpush()
H A Dsfc_ef100_tx.c999 unsigned int pushed = txq->added - txq->completed; in sfc_ef100_tx_qdesc_status() local
1007 return (offset >= pushed || in sfc_ef100_tx_qdesc_status()
H A Dsfc_rx.c141 efx_rx_qpush(rxq->common, added, &rxq->pushed); in sfc_efx_rx_qrefill()
566 rxq->pending = rxq->completed = rxq->added = rxq->pushed = 0; in sfc_efx_rx_qstart()
/dpdk/doc/guides/contributing/
H A Dvulnerability.rst279 * The patches are pushed to the appropriate branches.
289 are pushed to the appropriate branches.
/dpdk/doc/guides/prog_guide/
H A Dhash_lib.rst160 If there is no space in the primary bucket, one of the entries on that bucket is pushed to its alte…
164 is stored in it. If not, same process is repeated (one of the entries gets pushed) until an empty e…
203 being pushed to their alternative location.
H A Dpacket_framework.rst494 On each pipeline iteration, the packets are pushed to the next pipeline stage: for the 4-stage pipe…
1190 …ut packet is reduced to opaque payload. Just before transmission, one or several headers are pushed
H A Drte_flow.rst3801 - Operations can be postponed and pushed to NIC in batches.
/dpdk/doc/guides/testpmd_app_ug/
H A Dtestpmd_funcs.rst3638 Queue #[...] operations pushed
3640 The usual error message is shown when operations cannot be pushed::