Home
last modified time | relevance | path

Searched refs:sw_index (Results 1 – 9 of 9) sorted by relevance

/linux/drivers/net/wireless/ath/ath10k/
H A Dce.c434 unsigned int sw_index = src_ring->sw_index; in _ath10k_ce_send_nolock()
445 write_index, sw_index - 1) <= 0)) { in _ath10k_ce_send_nolock()
491 unsigned int sw_index; in _ath10k_ce_send_nolock_64()
506 sw_index = ath10k_ce_src_ring_read_index_from_ddr(ar, ce_state->id); in _ath10k_ce_send_nolock_64()
508 sw_index = src_ring->sw_index; in _ath10k_ce_send_nolock_64()
511 write_index, sw_index - 1) <= 0)) { in _ath10k_ce_send_nolock_64()
587 if (WARN_ON_ONCE(src_ring->write_index == src_ring->sw_index)) in __ath10k_ce_send_revert()
630 pipe->src_ring->sw_index in ath10k_ce_num_free_src_entries()
435 unsigned int sw_index = src_ring->sw_index; _ath10k_ce_send_nolock() local
492 unsigned int sw_index; _ath10k_ce_send_nolock_64() local
645 unsigned int sw_index = dest_ring->sw_index; __ath10k_ce_rx_num_free_bufs() local
661 unsigned int sw_index = dest_ring->sw_index; __ath10k_ce_rx_post_buf() local
692 unsigned int sw_index = dest_ring->sw_index; __ath10k_ce_rx_post_buf_64() local
763 unsigned int sw_index = dest_ring->sw_index; _ath10k_ce_completed_recv_next_nolock() local
813 unsigned int sw_index = dest_ring->sw_index; _ath10k_ce_completed_recv_next_nolock_64() local
890 unsigned int sw_index; _ath10k_ce_revoke_recv_next() local
943 unsigned int sw_index; _ath10k_ce_revoke_recv_next_64() local
1012 unsigned int sw_index = src_ring->sw_index; _ath10k_ce_completed_send_next_nolock() local
1065 unsigned int sw_index = src_ring->sw_index; _ath10k_ce_completed_send_next_nolock_64() local
1121 ath10k_ce_extract_desc_data(struct ath10k * ar,struct ath10k_ce_ring * src_ring,u32 sw_index,dma_addr_t * bufferp,u32 * nbytesp,u32 * transfer_idp) ath10k_ce_extract_desc_data() argument
1138 ath10k_ce_extract_desc_data_64(struct ath10k * ar,struct ath10k_ce_ring * src_ring,u32 sw_index,dma_addr_t * bufferp,u32 * nbytesp,u32 * transfer_idp) ath10k_ce_extract_desc_data_64() argument
1163 unsigned int sw_index; ath10k_ce_cancel_send_next() local
[all...]
H A Dce.h76 unsigned int sw_index; member
322 u32 sw_index, dma_addr_t *bufferp,
H A Dpci.c1360 unsigned int sw_index; in ath10k_pci_hif_tx_sg()
1367 sw_index = src_ring->sw_index; in ath10k_pci_hif_tx_sg()
1371 write_index, sw_index - 1) < n_items)) { in ath10k_pci_hif_tx_sg()
1361 unsigned int sw_index; ath10k_pci_hif_tx_sg() local
/linux/drivers/net/wireless/ath/ath12k/
H A Dce.c115 unsigned int sw_index; in ath12k_ce_completed_recv_next() local
121 sw_index = pipe->dest_ring->sw_index; in ath12k_ce_completed_recv_next()
138 *skb = pipe->dest_ring->skb[sw_index]; in ath12k_ce_completed_recv_next()
139 pipe->dest_ring->skb[sw_index] = NULL; in ath12k_ce_completed_recv_next()
141 sw_index = CE_RING_IDX_INCR(nentries_mask, sw_index); in ath12k_ce_completed_recv_next()
142 pipe->dest_ring->sw_index = sw_index; in ath12k_ce_completed_recv_next()
200 unsigned int sw_index; in ath12k_ce_completed_send_next() local
206 sw_index = pipe->src_ring->sw_index; 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()
[all …]
/linux/drivers/net/wireless/ath/ath11k/
H A Dce.c376 unsigned int sw_index; in ath11k_ce_completed_recv_next()
383 sw_index = pipe->dest_ring->sw_index; in ath11k_ce_completed_recv_next()
400 *skb = pipe->dest_ring->skb[sw_index]; in ath11k_ce_completed_recv_next()
401 pipe->dest_ring->skb[sw_index] = NULL; in ath11k_ce_completed_recv_next()
403 sw_index = CE_RING_IDX_INCR(nentries_mask, sw_index); in ath11k_ce_completed_recv_next()
404 pipe->dest_ring->sw_index = sw_index; in ath11k_ce_completed_recv_next()
461 unsigned int sw_index; in ath11k_ce_completed_send_next()
377 unsigned int sw_index; ath11k_ce_completed_recv_next() local
462 unsigned int sw_index; ath11k_ce_completed_send_next() local
716 unsigned int write_index, sw_index; ath11k_ce_send() local
[all...]
H A Dce.h139 * write index >= read index >= sw_index
141 unsigned int sw_index; member
/linux/drivers/infiniband/hw/hfi1/
H A Dpio.h68 u8 sw_index; /* software index number */ member
H A Dfile_ops.c978 hfi1_cdbg(PROC, "allocated send context %u(%u)", uctxt->sc->sw_index, in allocate_ctxt()
/linux/net/dsa/
H A Ddsa.c180 struct dsa_switch *dsa_switch_find(int tree_index, int sw_index) in dsa_switch_find() argument
190 if (dp->ds->index != sw_index) in dsa_switch_find()