| /dpdk/drivers/net/fm10k/base/ |
| H A D | fm10k_mbx.c | 220 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 D | fm10k_mbx.h | 270 u16 head, head_len, pushed; member
|
| /dpdk/drivers/common/sfc_efx/base/ |
| H A D | rhead_tx.c | 100 __in unsigned int pushed) in rhead_tx_qpush() argument 102 _NOTE(ARGUNUSED(etp, added, pushed)) in rhead_tx_qpush()
|
| H A D | efx_tx.c | 59 __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 D | ef10_tx.c | 345 __in unsigned int pushed) in ef10_tx_qpush() argument 355 id = pushed & etp->et_mask; in ef10_tx_qpush()
|
| H A D | ef10_rx.c | 882 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 D | rhead_impl.h | 409 __in unsigned int pushed);
|
| H A D | efx_rx.c | 1648 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 D | ef10_impl.h | 881 __in unsigned int pushed);
|
| H A D | efx.h | 3290 __in unsigned int pushed);
|
| /dpdk/drivers/net/sfc/ |
| H A D | sfc_mae_counter.c | 391 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 D | sfc_rx.h | 86 unsigned int pushed; member
|
| H A D | sfc_tx.c | 849 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 D | sfc_ef10_tx.c | 223 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 D | sfc_ef100_tx.c | 999 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 D | sfc_rx.c | 141 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 D | vulnerability.rst | 279 * The patches are pushed to the appropriate branches. 289 are pushed to the appropriate branches.
|
| /dpdk/doc/guides/prog_guide/ |
| H A D | hash_lib.rst | 160 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 D | packet_framework.rst | 494 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 D | rte_flow.rst | 3801 - Operations can be postponed and pushed to NIC in batches.
|
| /dpdk/doc/guides/testpmd_app_ug/ |
| H A D | testpmd_funcs.rst | 3638 Queue #[...] operations pushed 3640 The usual error message is shown when operations cannot be pushed::
|