Home
last modified time | relevance | path

Searched refs:read_ptr (Results 1 – 7 of 7) sorted by relevance

/f-stack/dpdk/drivers/net/sfc/
H A Dsfc_ef10.h66 unsigned int old_read_ptr, unsigned int read_ptr) in sfc_ef10_ev_qclear() argument
68 const unsigned int clear_ptr = read_ptr & SFC_EF10_EV_QCLEAR_MASK; in sfc_ef10_ev_qclear()
124 sfc_ef10_ev_qprime(volatile void *qprime, unsigned int read_ptr, in sfc_ef10_ev_qprime() argument
129 EFX_POPULATE_DWORD_1(dword, ERF_DZ_EVQ_RPTR, read_ptr & ptr_mask); in sfc_ef10_ev_qprime()
H A Dsfc_ev.h48 unsigned int read_ptr; member
H A Dsfc_rx.c60 if (rxq->evq->read_ptr_primed != rxq->evq->read_ptr) { in sfc_efx_rx_qprime()
61 rc = efx_ev_qprime(rxq->evq->common, rxq->evq->read_ptr); in sfc_efx_rx_qprime()
63 rxq->evq->read_ptr_primed = rxq->evq->read_ptr; in sfc_efx_rx_qprime()
830 rc = sa->priv.dp_rx->qstart(rxq_info->dp, evq->read_ptr, &pinfo); in sfc_rx_qstart()
850 sa->priv.dp_rx->qstop(rxq_info->dp, &rxq->evq->read_ptr); in sfc_rx_qstart()
887 sa->priv.dp_rx->qstop(rxq_info->dp, &rxq->evq->read_ptr); in sfc_rx_qstop()
H A Dsfc_ev.c578 efx_ev_qpoll(evq->common, &evq->read_ptr, evq->callbacks, evq); in sfc_ev_qpoll()
641 return efx_ev_qprime(evq->common, evq->read_ptr); in sfc_ev_qprime()
757 evq->read_ptr = 0; in sfc_ev_qstop()
H A Dsfc_tx.c498 rc = sa->priv.dp_tx->qstart(txq_info->dp, evq->read_ptr, desc_index); in sfc_tx_qstart()
543 sa->priv.dp_tx->qstop(txq_info->dp, &txq->evq->read_ptr); in sfc_tx_qstop()
/f-stack/freebsd/contrib/zstd/doc/educational_decoder/
H A Dzstd_decompress.c612 const u8 *const read_ptr = IO_get_read_ptr(in, block_len); in decompress_data() local
616 memcpy(write_ptr, read_ptr, block_len); in decompress_data()
625 const u8 *const read_ptr = IO_get_read_ptr(in, 1); in decompress_data() local
629 memset(write_ptr, read_ptr[0], block_len); in decompress_data()
772 const u8 *const read_ptr = IO_get_read_ptr(in, size); in decode_literals_simple() local
773 memcpy(*literals, read_ptr, size); in decode_literals_simple()
778 const u8 *const read_ptr = IO_get_read_ptr(in, 1); in decode_literals_simple() local
779 memset(*literals, read_ptr[0], size); in decode_literals_simple()
1276 const u8 *const read_ptr = in copy_literals() local
1279 memcpy(write_ptr, read_ptr, literal_length); in copy_literals()
/f-stack/freebsd/contrib/vchiq/interface/vchi/message_drivers/
H A Dmessage.h87 uint32_t read_ptr; // this module does the reading member