| /f-stack/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
|
| /f-stack/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_rx.c | 748 unsigned int pushed = *pushedp; in ef10_rx_qpush() local 754 if (pushed == wptr) in ef10_rx_qpush() 766 EF10_RXQ_DESC_SIZE, wptr, pushed & erp->er_mask); in ef10_rx_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 | rhead_impl.h | 407 __in unsigned int pushed);
|
| H A D | efx_rx.c | 1607 unsigned int pushed = *pushedp; in siena_rx_qpush() local 1626 SIENA_RXQ_DESC_SIZE, wptr, pushed & erp->er_mask); in siena_rx_qpush()
|
| H A D | ef10_impl.h | 880 __in unsigned int pushed);
|
| H A D | efx.h | 3191 __in unsigned int pushed);
|
| /f-stack/app/redis-5.0.5/src/ |
| H A D | t_list.c | 198 int j, pushed = 0; in pushGenericCommand() local 214 pushed++; in pushGenericCommand() 217 if (pushed) { in pushGenericCommand() 223 server.dirty += pushed; in pushGenericCommand() 235 int j, pushed = 0; in pushxGenericCommand() local 243 pushed++; in pushxGenericCommand() 248 if (pushed) { in pushxGenericCommand() 253 server.dirty += pushed; in pushxGenericCommand()
|
| /f-stack/dpdk/drivers/net/sfc/ |
| H A D | sfc_rx.h | 86 unsigned int pushed; member
|
| H A D | sfc_tx.c | 753 unsigned int pushed = added; in sfc_efx_xmit_pkts() local 911 if (likely(pushed != txq->added)) in sfc_efx_xmit_pkts() 912 efx_tx_qpush(txq->common, txq->added, pushed); in sfc_efx_xmit_pkts()
|
| H A D | sfc_ef100_tx.c | 923 unsigned int pushed = txq->added - txq->completed; in sfc_ef100_tx_qdesc_status() local 931 return (offset >= pushed || in sfc_ef100_tx_qdesc_status()
|
| 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_rx.c | 130 efx_rx_qpush(rxq->common, added, &rxq->pushed); in sfc_efx_rx_qrefill() 549 rxq->pending = rxq->completed = rxq->added = rxq->pushed = 0; in sfc_efx_rx_qstart()
|
| /f-stack/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.
|
| /f-stack/freebsd/contrib/device-tree/Bindings/dma/ti/ |
| H A D | k3-udma.yaml | 26 is indirectly controlled by the order in which blocks are pushed into the DMA
|
| /f-stack/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
|
| /f-stack/freebsd/contrib/device-tree/Bindings/soc/ti/ |
| H A D | keystone-navigator-qmss.txt | 67 queues looking for descriptors that have been pushed
|
| /f-stack/freebsd/contrib/zstd/doc/ |
| H A D | zstd_compression_format.md | 936 the existing values are pushed back from the first `Repeated_Offset` through to
|