Home
last modified time | relevance | path

Searched refs:write_ptr (Results 1 – 20 of 20) sorted by relevance

/freebsd/crypto/openssl/crypto/cmp/
H A Dcmp_status.c180 char *write_ptr = buf; in snprint_PKIStatusInfo_parts() local
190 write_ptr += printed_chars; \ in snprint_PKIStatusInfo_parts()
193 printed_chars = BIO_snprintf(write_ptr, bufsize, "%s", status_string); in snprint_PKIStatusInfo_parts()
201 printed_chars = BIO_snprintf(write_ptr, bufsize, "; PKIFailureInfo: "); in snprint_PKIStatusInfo_parts()
207 printed_chars = BIO_snprintf(write_ptr, bufsize, "%s%s", in snprint_PKIStatusInfo_parts()
218 printed_chars = BIO_snprintf(write_ptr, bufsize, "; <no failure info>"); in snprint_PKIStatusInfo_parts()
225 printed_chars = BIO_snprintf(write_ptr, bufsize, "; StatusString%s: ", in snprint_PKIStatusInfo_parts()
230 printed_chars = BIO_snprintf(write_ptr, bufsize, "\"%.*s\"%s", in snprint_PKIStatusInfo_parts()
/freebsd/sys/contrib/dev/iwlwifi/pcie/
H A Dtx.c122 IWL_DEBUG_TX(trans, "Q:%d WR: 0x%x\n", txq_id, txq->write_ptr); in iwl_pcie_txq_check_wrptrs()
125 txq->write_ptr | (txq_id << 8)); in iwl_pcie_txq_check_wrptrs()
174 tfd = (u8 *)txq->tfds + trans_pcie->txqs.tfd.size * txq->write_ptr; in iwl_pcie_txq_build_tfd()
398 while (txq->write_ptr != txq->read_ptr) { in iwl_pcie_tx_stop_fh()
415 if (txq->read_ptr == txq->write_ptr && in iwl_pcie_tx_stop_fh()
567 txq->write_ptr = 0; in iwl_pcie_tx_init()
688 txq->read_ptr, txq->write_ptr); in iwl_pcie_cmdq_reclaim()
701 txq->read_ptr, txq->write_ptr, in iwl_pcie_cmdq_reclaim()
716 if (txq->read_ptr == txq->write_ptr) { in iwl_pcie_txq_set_ratid_map()
903 q->write_ptr
[all...]
H A Dtx-gen2.c306 int idx = iwl_txq_get_cmd_index(txq, txq->write_ptr);
394 int idx = iwl_txq_get_cmd_index(txq, txq->write_ptr);
488 int idx = iwl_txq_get_cmd_index(txq, txq->write_ptr);
548 used = (q->write_ptr - q->read_ptr) &
565 int idx = iwl_txq_get_cmd_index(txq, txq->write_ptr);
717 IWL_DEBUG_TX(trans, "Q:%d WR: 0x%x\n", txq->id, txq->write_ptr);
723 iwl_write32(trans, HBUS_TARG_WRPTR, txq->write_ptr | (txq->id << 16));
768 idx = iwl_txq_get_cmd_index(txq, txq->write_ptr);
805 if (txq->read_ptr == txq->write_ptr && txq->wd_timeout)
809 txq->write_ptr
[all...]
H A Dtrans.c2487 wr_ptr = READ_ONCE(txq->write_ptr); in iwl_trans_pcie_wait_txqs_empty()
2489 while ((txq->read_ptr != READ_ONCE(txq->write_ptr) || in iwl_trans_pcie_wait_txqs_empty()
2493 u8 write_ptr = READ_ONCE(txq->write_ptr); in iwl_trans_pcie_wait_txqs_empty()
2500 if (WARN_ONCE(wr_ptr != write_ptr && !overflow_tx, in iwl_trans_pcie_wait_txqs_empty()
2502 wr_ptr, write_ptr)) in iwl_trans_pcie_wait_txqs_empty()
2504 wr_ptr = 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()
3006 u32 write_ptr_addr, wrap_cnt_addr, write_ptr, wrap_cn in iwl_dbgfs_monitor_data_read()
2450 u8 write_ptr = READ_ONCE(txq->write_ptr); iwl_trans_pcie_wait_txq_empty() local
2963 u32 write_ptr_addr, wrap_cnt_addr, write_ptr, wrap_cnt; iwl_dbgfs_monitor_data_read() local
3229 u32 base, base_high, write_ptr, write_ptr_val, wrap_cnt; iwl_trans_pcie_dump_pointers() local
[all...]
/freebsd/sys/contrib/dev/iwlwifi/queue/
H A Dtx.c
H A Dtx.h
/freebsd/sys/contrib/dev/iwlwifi/cfg/
H A Dsc.c101 .write_ptr = { \
117 .write_ptr = { \
131 .write_ptr = { \
H A Dbz.c92 .write_ptr = { \
108 .write_ptr = { \
122 .write_ptr = { \
H A D9000.c101 .write_ptr = { \
111 .write_ptr = { \
H A Dax210.c107 .write_ptr = { \
127 .write_ptr = { \
H A D22000.c95 .write_ptr = { \
112 .write_ptr = { \
/freebsd/sys/dev/bhnd/nvram/
H A Dbhnd_nvram_iovar.h72 bhnd_nvram_iop_write_ptr *write_ptr; /**< write_ptr() implementation */ member
99 .write_ptr = bhnd_nvram_ ## _n ## _write_ptr, \
H A Dbhnd_nvram_io.c154 return (io->iops->write_ptr(io, offset, ptr, nbytes, navail)); in bhnd_nvram_io_write_ptr()
/freebsd/sys/contrib/zstd/doc/educational_decoder/
H A Dzstd_decompress.c613 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/contrib/libarchive/libarchive/
H A Darchive_read_support_format_rar5.c228 int64_t write_ptr; /* This amount of data has been unpacked member
783 if(rar->cstate.write_ptr > flt->block_start && in apply_filters()
784 rar->cstate.write_ptr >= flt->block_start + in apply_filters()
872 rar->cstate.solid_offset += rar->cstate.write_ptr; in reset_file_context()
877 rar->cstate.write_ptr = 0; in reset_file_context()
2500 rar->cstate.write_ptr = 0; in init_unpack()
2918 const int64_t block_start = (ssize_t) start + rar->cstate.write_ptr; in is_valid_filter_block_start()
2982 filt->block_start = rar->cstate.write_ptr + block_start; in parse_filter()
3031 const uint64_t write_ptr = rar->cstate.write_ptr + in copy_string() local
3046 const ssize_t write_idx = (write_ptr + i) & cmask; in copy_string()
[all …]
/freebsd/sys/contrib/vchiq/interface/vchi/message_drivers/
H A Dmessage.h86 uint32_t write_ptr; // hardware causes this to advance member
/freebsd/sys/contrib/dev/iwlwifi/fw/
H A Derror-dump.h459 * @write_ptr: write pointer position in the buffer
467 __le32 write_ptr;
466 __le32 write_ptr; global() member
H A Ddbg.c1772 data->write_ptr = iwl_get_mon_reg(fwrt, alloc_id, in iwl_dump_ini_special_mem_fill_header()
1773 &addrs->write_ptr); in iwl_dump_ini_special_mem_fill_header()
1775 u32 wrt_ptr = le32_to_cpu(data->write_ptr);
1777 data->write_ptr = cpu_to_le32(wrt_ptr >> 2); in iwl_dump_ini_imr_fill_header()
/freebsd/sys/contrib/dev/iwlwifi/
H A Diwl-config.h329 * @write_ptr: write pointer register
334 struct iwl_fw_mon_reg write_ptr;
335 struct iwl_fw_mon_reg write_ptr; global() member
H A Diwl-trans.h778 * @write_ptr: 1-st empty entry (index) host_w
824 int write_ptr;
990 int write_ptr; global() member