Home
last modified time | relevance | path

Searched refs:src_ring (Results 1 – 10 of 10) sorted by relevance

/linux/drivers/net/wireless/ath/ath10k/
H A Dce.c228 (ctrl1_addr & ~(ctrl_regs->src_ring->mask)) | in ath10k_ce_src_ring_byte_swap_set()
229 ath10k_set_ring_byte(n, ctrl_regs->src_ring)); in ath10k_ce_src_ring_byte_swap_set()
432 struct ath10k_ce_ring *src_ring = ce_state->src_ring; in _ath10k_ce_send_nolock() local
434 unsigned int nentries_mask = src_ring->nentries_mask; in _ath10k_ce_send_nolock()
435 unsigned int sw_index = src_ring->sw_index; in _ath10k_ce_send_nolock()
436 unsigned int write_index = src_ring->write_index; in _ath10k_ce_send_nolock()
451 desc = CE_SRC_RING_TO_DESC(src_ring->base_addr_owner_space, in _ath10k_ce_send_nolock()
467 src_ring->per_transfer_context[write_index] = per_transfer_context; in _ath10k_ce_send_nolock()
476 src_ring->write_index = write_index; in _ath10k_ce_send_nolock()
489 struct ath10k_ce_ring *src_ring = ce_state->src_ring; in _ath10k_ce_send_nolock_64() local
[all …]
H A Dce.h128 struct ath10k_ce_ring *src_ring; member
321 struct ath10k_ce_ring *src_ring,
H A Dhw.c235 .src_ring = &wcn3990_src_ring,
373 .src_ring = &qcax_src_ring,
H A Dpci.c1359 struct ath10k_ce_ring *src_ring = ce_pipe->src_ring; in ath10k_pci_hif_tx_sg() local
1367 nentries_mask = src_ring->nentries_mask; in ath10k_pci_hif_tx_sg()
1368 sw_index = src_ring->sw_index; in ath10k_pci_hif_tx_sg()
1369 write_index = src_ring->write_index; in ath10k_pci_hif_tx_sg()
2018 ce_ring = ce_pipe->src_ring; in ath10k_pci_tx_pipe_cleanup()
H A Dhw.h292 const struct ath10k_hw_ce_regs_addr_map *src_ring; member
/linux/drivers/net/wireless/ath/ath12k/
H A Dce.c206 sw_index = pipe->src_ring->sw_index; in ath12k_ce_completed_send_next()
207 nentries_mask = pipe->src_ring->nentries_mask; in ath12k_ce_completed_send_next()
209 srng = &ab->hal.srng_list[pipe->src_ring->hal_ring_id]; in ath12k_ce_completed_send_next()
221 skb = pipe->src_ring->skb[sw_index]; in ath12k_ce_completed_send_next()
223 pipe->src_ring->skb[sw_index] = NULL; in ath12k_ce_completed_send_next()
226 pipe->src_ring->sw_index = sw_index; in ath12k_ce_completed_send_next()
384 pipe->src_ring = ring; in ath12k_ce_alloc_pipe()
443 write_index = pipe->src_ring->write_index; in ath12k_ce_send()
445 sw_index = pipe->src_ring->sw_index; in ath12k_ce_send()
450 num_used = pipe->src_ring->nentries - sw_index + in ath12k_ce_send()
[all …]
/linux/drivers/net/wireless/ath/ath11k/
H A Dce.c469 sw_index = pipe->src_ring->sw_index; in ath11k_ce_completed_send_next()
470 nentries_mask = pipe->src_ring->nentries_mask; in ath11k_ce_completed_send_next()
472 srng = &ab->hal.srng_list[pipe->src_ring->hal_ring_id]; in ath11k_ce_completed_send_next()
484 skb = pipe->src_ring->skb[sw_index]; in ath11k_ce_completed_send_next()
486 pipe->src_ring->skb[sw_index] = NULL; in ath11k_ce_completed_send_next()
489 pipe->src_ring->sw_index = sw_index; in ath11k_ce_completed_send_next()
666 pipe->src_ring = ring; in ath11k_ce_alloc_pipe()
728 write_index = pipe->src_ring->write_index; in ath11k_ce_send()
730 sw_index = pipe->src_ring->sw_index; in ath11k_ce_send()
735 num_used = pipe->src_ring->nentries - sw_index + in ath11k_ce_send()
[all …]
H A Dce.h179 struct ath11k_ce_ring *src_ring; member
H A Ddebugfs.c84 entry->hp = srng->u.src_ring.hp; in ath11k_debugfs_add_dbring_entry()
85 entry->tp = *srng->u.src_ring.tp_addr; in ath11k_debugfs_add_dbring_entry()
/linux/drivers/net/ethernet/broadcom/bnxt/
H A Dbnxt.c16123 struct bnxt_ring_struct *dst_ring, *src_ring; in bnxt_copy_rx_ring() local
16128 src_ring = &src->rx_ring_struct; in bnxt_copy_rx_ring()
16129 src_rmem = &src_ring->ring_mem; in bnxt_copy_rx_ring()
16151 src_ring = &src->rx_agg_ring_struct; in bnxt_copy_rx_ring()
16152 src_rmem = &src_ring->ring_mem; in bnxt_copy_rx_ring()