/freebsd/sys/contrib/dev/iwlwifi/queue/ |
H A D | tx.c |
|
H A D | tx.h |
|
/freebsd/sys/contrib/dev/iwlwifi/pcie/ |
H A D | tx.c | 338 * iwl_txq_free_tfd - Free all chunks referenced by TFD [txq->q.read_ptr] in iwl_pcie_tx_start() 341 * @read_ptr: the TXQ read_ptr to free in iwl_pcie_tx_start() 347 int read_ptr) in iwl_pcie_tx_start() 352 int idx = iwl_txq_get_cmd_index(txq, read_ptr); in iwl_pcie_tx_start() 365 iwl_txq_get_tfd(trans, txq, read_ptr)); in iwl_trans_pcie_tx_reset() 368 txq, read_ptr); in iwl_trans_pcie_tx_reset() 398 while (txq->write_ptr != txq->read_ptr) { in iwl_pcie_tx_stop_fh() 400 txq_id, txq->read_ptr); in iwl_pcie_tx_stop_fh() 403 struct sk_buff *skb = txq->entries[txq->read_ptr] in iwl_pcie_tx_stop_fh() [all...] |
H A D | tx-gen2.c | 548 used = (q->write_ptr - q->read_ptr) & 687 int idx = iwl_txq_get_cmd_index(txq, txq->read_ptr); 805 if (txq->read_ptr == txq->write_ptr && txq->wd_timeout) 831 while (txq->write_ptr != txq->read_ptr) { 833 txq_id, txq->read_ptr); 836 int idx = iwl_txq_get_cmd_index(txq, txq->read_ptr); 844 txq->read_ptr = iwl_txq_inc_wrap(trans, txq->read_ptr); 1013 txq->read_ptr = wr_ptr; 1425 if (txq->read_ptr [all...] |
H A D | trans.c | 2489 while ((txq->read_ptr != READ_ONCE(txq->write_ptr) || in iwl_trans_pcie_wait_txqs_empty() 2514 if (txq->read_ptr != txq->write_ptr) { in iwl_trans_pcie_set_bits_mask() 2722 txq->read_ptr, txq->write_ptr, in iwl_dbgfs_rx_queue_read()
|
/freebsd/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/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/sys/dev/sfxge/ |
H A D | sfxge_ev.c | 695 efx_ev_qpoll(evq->common, &evq->read_ptr, &sfxge_ev_callbacks, evq); in sfxge_ev_qpoll() 704 if ((rc = efx_ev_qprime(evq->common, evq->read_ptr)) != 0) in sfxge_ev_qpoll() 728 evq->read_ptr = 0; in sfxge_ev_qstop() 773 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/sys/contrib/vchiq/interface/vchi/message_drivers/ |
H A D | message.h | 87 uint32_t read_ptr; // this module does the reading member
|
/freebsd/sys/contrib/dev/iwlwifi/ |
H A D | iwl-trans.h | 779 * @read_ptr: last used entry (index) host_r 825 int read_ptr; 991 int read_ptr; global() member
|