| /freebsd-13.1/sys/contrib/dev/iwlwifi/pcie/ |
| H A D | tx.c | 118 txq->write_ptr | (txq_id << 8)); in iwl_pcie_txq_inc_wr_ptr() 382 txq->write_ptr = 0; in iwl_trans_pcie_tx_reset() 689 txq->write_ptr, txq->read_ptr); in iwl_pcie_cmdq_reclaim() 699 idx, txq->write_ptr, r); in iwl_pcie_cmdq_reclaim() 801 (ssn != txq->write_ptr); in iwl_trans_pcie_txq_enable() 809 txq->write_ptr = (ssn & 0xff); in iwl_trans_pcie_txq_enable() 1111 txq->write_ptr); in iwl_pcie_enqueue_hcmd() 1135 txq->write_ptr); in iwl_pcie_enqueue_hcmd() 1162 txq->write_ptr = iwl_txq_inc_wrap(trans, txq->write_ptr); in iwl_pcie_enqueue_hcmd() 1198 txq->write_ptr)) { in iwl_pcie_hcmd_complete() [all …]
|
| H A D | tx-gen2.c | 116 idx = iwl_txq_get_cmd_index(txq, txq->write_ptr); in iwl_pcie_gen2_enqueue_hcmd() 117 tfd = iwl_txq_get_tfd(trans, txq, txq->write_ptr); in iwl_pcie_gen2_enqueue_hcmd() 146 INDEX_TO_SEQ(txq->write_ptr)); in iwl_pcie_gen2_enqueue_hcmd() 193 cmd_size, txq->write_ptr, idx, trans->txqs.cmd.q_id); in iwl_pcie_gen2_enqueue_hcmd() 246 if (txq->read_ptr == txq->write_ptr && txq->wd_timeout) in iwl_pcie_gen2_enqueue_hcmd() 251 txq->write_ptr = iwl_txq_inc_wrap(trans, txq->write_ptr); in iwl_pcie_gen2_enqueue_hcmd()
|
| H A D | trans.c | 2353 txq->write_ptr | (i << 8)); in iwl_trans_pcie_block_txq_ptrs() 2403 wr_ptr = READ_ONCE(txq->write_ptr); in iwl_trans_pcie_wait_txq_empty() 2409 u8 write_ptr = READ_ONCE(txq->write_ptr); in iwl_trans_pcie_wait_txq_empty() local 2418 wr_ptr, write_ptr)) in iwl_trans_pcie_wait_txq_empty() 2420 wr_ptr = write_ptr; in iwl_trans_pcie_wait_txq_empty() 2636 txq->read_ptr, txq->write_ptr, in iwl_dbgfs_tx_queue_seq_show() 2967 size = write_ptr; in iwl_dbgfs_monitor_data_read() 2976 write_ptr > data->prev_wr_ptr) in iwl_dbgfs_monitor_data_read() 2984 size = write_ptr; in iwl_dbgfs_monitor_data_read() 3201 write_ptr = MON_BUFF_WRPTR; in iwl_trans_pcie_dump_pointers() [all …]
|
| /freebsd-13.1/sys/contrib/dev/iwlwifi/queue/ |
| H A D | tx.c | 702 used = (q->write_ptr - q->read_ptr) & in iwl_txq_space() 793 txq->write_ptr = iwl_txq_inc_wrap(trans, txq->write_ptr); in iwl_txq_gen2_tx() 921 q->write_ptr = 0; in iwl_queue_init() 990 txq->read_ptr, txq->write_ptr); in iwl_txq_log_scd_error() 1003 txq->read_ptr, txq->write_ptr, in iwl_txq_log_scd_error() 1183 txq->write_ptr = wr_ptr; in iwl_txq_alloc_response() 1426 int write_ptr = txq->write_ptr; in iwl_txq_gen1_update_byte_cnt_tbl() local 1591 txq->write_ptr, txq->read_ptr); in iwl_txq_reclaim() 1683 txq->write_ptr = ptr; in iwl_txq_set_q_ptrs() 1684 txq->read_ptr = txq->write_ptr; in iwl_txq_set_q_ptrs() [all …]
|
| H A D | tx.h | 96 int w = iwl_txq_get_cmd_index(q, q->write_ptr); in iwl_txq_used()
|
| /freebsd-13.1/sys/dev/bhnd/nvram/ |
| H A D | bhnd_nvram_iovar.h | 73 bhnd_nvram_iop_write_ptr *write_ptr; /**< write_ptr() implementation */ member 100 .write_ptr = bhnd_nvram_ ## _n ## _write_ptr, \
|
| H A D | bhnd_nvram_io.c | 156 return (io->iops->write_ptr(io, offset, ptr, nbytes, navail)); in bhnd_nvram_io_write_ptr()
|
| /freebsd-13.1/sys/contrib/dev/iwlwifi/cfg/ |
| H A D | 22000.c | 194 .write_ptr = { \ 210 .write_ptr = { \ 229 .write_ptr = { \ 271 .write_ptr = { \ 290 .write_ptr = { \ 304 .write_ptr = { \
|
| H A D | 9000.c | 101 .write_ptr = { \ 111 .write_ptr = { \
|
| /freebsd-13.1/sys/contrib/zstd/doc/educational_decoder/ |
| H A D | zstd_decompress.c | 613 u8 *const write_ptr = IO_get_write_ptr(out, block_len); in decompress_data() local 616 memcpy(write_ptr, read_ptr, block_len); in decompress_data() 626 u8 *const write_ptr = IO_get_write_ptr(out, block_len); in decompress_data() local 629 memset(write_ptr, read_ptr[0], block_len); in decompress_data() 1275 u8 *const write_ptr = IO_get_write_ptr(out, literal_length); in copy_literals() local 1279 memcpy(write_ptr, read_ptr, literal_length); in copy_literals() 1335 u8 *write_ptr = IO_get_write_ptr(out, match_length); in execute_match_copy() local 1352 memcpy(write_ptr, ctx->dict_content + dict_offset, dict_copy); in execute_match_copy() 1353 write_ptr += dict_copy; in execute_match_copy() 1365 *write_ptr = *(write_ptr - offset); in execute_match_copy() [all …]
|
| /freebsd-13.1/contrib/libarchive/libarchive/ |
| H A D | archive_read_support_format_rar5.c | 767 if(rar->cstate.write_ptr > flt->block_start && in apply_filters() 768 rar->cstate.write_ptr >= flt->block_start + in apply_filters() 856 rar->cstate.solid_offset += rar->cstate.write_ptr; in reset_file_context() 861 rar->cstate.write_ptr = 0; in reset_file_context() 2451 rar->cstate.write_ptr = 0; in init_unpack() 2980 const uint64_t write_ptr = rar->cstate.write_ptr + in copy_string() local 3001 rar->cstate.write_ptr += len; in copy_string() 3056 rar->cstate.write_ptr++; in do_uncompress_block() 3756 rar->cstate.write_ptr) { in do_uncompress_file() 3795 rar->cstate.write_ptr); in do_uncompress_file() [all …]
|
| /freebsd-13.1/sys/contrib/vchiq/interface/vchi/message_drivers/ |
| H A D | message.h | 86 uint32_t write_ptr; // hardware causes this to advance member
|
| /freebsd-13.1/sys/contrib/dev/iwlwifi/fw/ |
| H A D | error-dump.h | 451 __le32 write_ptr; member
|
| H A D | dbg.c | 1688 data->write_ptr = iwl_get_mon_reg(fwrt, alloc_id, in iwl_dump_ini_mon_fill_header() 1689 &addrs->write_ptr); in iwl_dump_ini_mon_fill_header() 1691 u32 wrt_ptr = le32_to_cpu(data->write_ptr); in iwl_dump_ini_mon_fill_header() 1693 data->write_ptr = cpu_to_le32(wrt_ptr >> 2); in iwl_dump_ini_mon_fill_header()
|
| /freebsd-13.1/sys/contrib/dev/iwlwifi/ |
| H A D | iwl-config.h | 297 struct iwl_fw_mon_reg write_ptr; member
|
| H A D | iwl-trans.h | 928 int write_ptr; member
|