Searched refs:write_index (Results 1 – 8 of 8) sorted by relevance
| /freebsd/sys/contrib/dev/athk/ath10k/ |
| H A D | ce.c | 436 unsigned int write_index = src_ring->write_index; in _ath10k_ce_send_nolock() local 446 write_index, sw_index - 1) <= 0)) { in _ath10k_ce_send_nolock() 452 write_index); in _ath10k_ce_send_nolock() 467 src_ring->per_transfer_context[write_index] = per_transfer_context; in _ath10k_ce_send_nolock() 470 write_index = CE_RING_IDX_INCR(nentries_mask, write_index); in _ath10k_ce_send_nolock() 474 ath10k_ce_src_ring_write_index_set(ar, ctrl_addr, write_index); in _ath10k_ce_send_nolock() 476 src_ring->write_index = write_index; in _ath10k_ce_send_nolock() 493 unsigned int write_index = src_ring->write_index; in _ath10k_ce_send_nolock_64() local 512 write_index, sw_index - 1) <= 0)) { in _ath10k_ce_send_nolock_64() 518 write_index); in _ath10k_ce_send_nolock_64() [all …]
|
| H A D | ce.h | 78 unsigned int write_index; member
|
| H A D | pci.c | 1422 unsigned int write_index; in ath10k_pci_hif_tx_sg() local 1429 write_index = src_ring->write_index; in ath10k_pci_hif_tx_sg() 1432 write_index, sw_index - 1) < n_items)) { in ath10k_pci_hif_tx_sg()
|
| /freebsd/contrib/llvm-project/libc/src/__support/ |
| H A D | high_precision_decimal.h | 209 uint32_t write_index = 0; in right_shift() local 238 this->digits[write_index] = static_cast<uint8_t>(write_digit); in right_shift() 241 ++write_index; in right_shift() 249 if (write_index < MAX_NUM_DIGITS) { in right_shift() 250 this->digits[write_index] = static_cast<uint8_t>(write_digit); in right_shift() 251 ++write_index; in right_shift() 257 this->num_digits = write_index; in right_shift() 268 uint32_t write_index = this->num_digits + new_digits; in left_shift() local 282 --write_index; in left_shift() 283 if (write_index < MAX_NUM_DIGITS) { in left_shift() [all …]
|
| /freebsd/sys/contrib/dev/athk/ath12k/ |
| H A D | ce.c | 17 unsigned int write_index; in ath12k_ce_rx_buf_enqueue_pipe() local 24 write_index = ring->write_index; in ath12k_ce_rx_buf_enqueue_pipe() 45 ring->skb[write_index] = skb; in ath12k_ce_rx_buf_enqueue_pipe() 46 write_index = CE_RING_IDX_INCR(nentries_mask, write_index); in ath12k_ce_rx_buf_enqueue_pipe() 47 ring->write_index = write_index; in ath12k_ce_rx_buf_enqueue_pipe() 431 unsigned int write_index, sw_index; in ath12k_ce_send() local 443 write_index = pipe->src_ring->write_index; in ath12k_ce_send() 447 if (write_index >= sw_index) in ath12k_ce_send() 448 num_used = write_index - sw_index; in ath12k_ce_send() 451 write_index; in ath12k_ce_send() [all …]
|
| H A D | ce.h | 128 unsigned int write_index; member
|
| /freebsd/sys/contrib/dev/athk/ath11k/ |
| H A D | ce.c | 279 unsigned int write_index; in ath11k_ce_rx_buf_enqueue_pipe() local 286 write_index = ring->write_index; in ath11k_ce_rx_buf_enqueue_pipe() 307 ring->skb[write_index] = skb; in ath11k_ce_rx_buf_enqueue_pipe() 308 write_index = CE_RING_IDX_INCR(nentries_mask, write_index); in ath11k_ce_rx_buf_enqueue_pipe() 309 ring->write_index = write_index; in ath11k_ce_rx_buf_enqueue_pipe() 716 unsigned int write_index, sw_index; in ath11k_ce_send() local 728 write_index = pipe->src_ring->write_index; in ath11k_ce_send() 732 if (write_index >= sw_index) in ath11k_ce_send() 733 num_used = write_index - sw_index; in ath11k_ce_send() 736 write_index; in ath11k_ce_send() [all …]
|
| H A D | ce.h | 143 unsigned int write_index; member
|