| /freebsd-14.2/sys/contrib/dev/iwlwifi/queue/ |
| H A D | tx.c | 822 txq_id, txq->read_ptr); in iwl_txq_gen2_unmap() 832 txq->read_ptr = iwl_txq_inc_wrap(trans, txq->read_ptr); in iwl_txq_gen2_unmap() 929 q->read_ptr = 0; in iwl_queue_init() 1205 txq->read_ptr = wr_ptr; in iwl_txq_alloc_response() 1497 int read_ptr = txq->read_ptr; in iwl_txq_gen1_inval_byte_cnt_tbl() local 1531 int rd_ptr = txq->read_ptr; in iwl_txq_free_tfd() 1597 read_ptr = iwl_txq_get_cmd_index(txq, txq->read_ptr); in iwl_txq_reclaim() 1607 if (read_ptr == tfd_num) in iwl_txq_reclaim() 1634 read_ptr != tfd_num; in iwl_txq_reclaim() 1635 txq->read_ptr = iwl_txq_inc_wrap(trans, txq->read_ptr), in iwl_txq_reclaim() [all …]
|
| H A D | tx.h | 95 int r = iwl_txq_get_cmd_index(q, q->read_ptr); in iwl_txq_used()
|
| /freebsd-14.2/sys/contrib/dev/iwlwifi/pcie/ |
| H A D | tx.c | 218 while (txq->write_ptr != txq->read_ptr) { in iwl_pcie_txq_unmap() 220 txq_id, txq->read_ptr); in iwl_pcie_txq_unmap() 231 txq->read_ptr = iwl_txq_inc_wrap(trans, txq->read_ptr); in iwl_pcie_txq_unmap() 233 if (txq->read_ptr == txq->write_ptr && in iwl_pcie_txq_unmap() 381 txq->read_ptr = 0; in iwl_trans_pcie_tx_reset() 681 r = iwl_txq_get_cmd_index(txq, txq->read_ptr); in iwl_pcie_cmdq_reclaim() 689 txq->write_ptr, txq->read_ptr); in iwl_pcie_cmdq_reclaim() 695 txq->read_ptr = iwl_txq_inc_wrap(trans, txq->read_ptr); in iwl_pcie_cmdq_reclaim() 704 if (txq->read_ptr == txq->write_ptr) in iwl_pcie_cmdq_reclaim() 785 ssn = txq->read_ptr; in iwl_trans_pcie_txq_enable() [all …]
|
| H A D | tx-gen2.c | 246 if (txq->read_ptr == txq->write_ptr && txq->wd_timeout) in iwl_pcie_gen2_enqueue_hcmd()
|
| H A D | trans.c | 2446 while ((txq->read_ptr != READ_ONCE(txq->write_ptr) || in iwl_trans_pcie_wait_txq_empty() 2471 if (txq->read_ptr != txq->write_ptr) { in iwl_trans_pcie_wait_txq_empty() 2677 txq->read_ptr, txq->write_ptr, in iwl_dbgfs_tx_queue_seq_show()
|
| /freebsd-14.2/sys/dev/bhnd/nvram/ |
| H A D | bhnd_nvram_iovar.h | 68 bhnd_nvram_iop_read_ptr *read_ptr; /**< read_ptr() implementation */ member 97 .read_ptr = bhnd_nvram_ ## _n ## _read_ptr, \
|
| H A D | bhnd_nvram_io.c | 96 return (io->iops->read_ptr(io, offset, ptr, nbytes, navail)); in bhnd_nvram_io_read_ptr()
|
| /freebsd-14.2/sys/contrib/zstd/doc/educational_decoder/ |
| H A D | zstd_decompress.c | 612 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()
|
| /freebsd-14.2/sys/dev/sfxge/ |
| H A D | sfxge_ev.c | 696 efx_ev_qpoll(evq->common, &evq->read_ptr, &sfxge_ev_callbacks, evq); in sfxge_ev_qpoll() 705 if ((rc = efx_ev_qprime(evq->common, evq->read_ptr)) != 0) in sfxge_ev_qpoll() 729 evq->read_ptr = 0; in sfxge_ev_qstop() 774 if ((rc = efx_ev_qprime(evq->common, evq->read_ptr)) != 0) in sfxge_ev_qstart()
|
| H A D | sfxge_intr.c | 108 if (efx_ev_qpending(evq->common, evq->read_ptr)) in sfxge_intr_line_filter() 110 efx_ev_qprime(evq->common, evq->read_ptr); in sfxge_intr_line_filter()
|
| H A D | sfxge.h | 166 unsigned int read_ptr; member
|
| /freebsd-14.2/sys/contrib/vchiq/interface/vchi/message_drivers/ |
| H A D | message.h | 87 uint32_t read_ptr; // this module does the reading member
|
| /freebsd-14.2/sys/contrib/dev/iwlwifi/ |
| H A D | iwl-trans.h | 991 int read_ptr; member
|