Home
last modified time | relevance | path

Searched refs:ts_ring (Results 1 – 4 of 4) sorted by relevance

/linux-6.3-rc2/drivers/net/wireless/ath/ath9k/
A Dar9003_mac.c361 ads = &ah->ts_ring[ah->ts_tail]; in ar9003_hw_proc_txdesc()
596 memset((void *) ah->ts_ring, 0, in ath9k_hw_reset_txstatus_ring()
602 ah->ts_ring, ah->ts_size); in ath9k_hw_reset_txstatus_ring()
616 ah->ts_ring = ts_start; in ath9k_hw_setup_statusring()
A Dhw.h943 struct ar9003_txs *ts_ring; member
/linux-6.3-rc2/drivers/net/ethernet/renesas/
A Drswitch.c301 gq->ts_ring, gq->ring_dma); in rswitch_gwca_ts_queue_free()
302 gq->ts_ring = NULL; in rswitch_gwca_ts_queue_free()
355 gq->ts_ring = dma_alloc_coherent(&priv->pdev->dev, in rswitch_gwca_ts_queue_alloc()
358 return !gq->ts_ring ? -ENOMEM : 0; in rswitch_gwca_ts_queue_alloc()
431 desc = &gq->ts_ring[index]; in rswitch_gwca_ts_queue_fill()
913 desc = &gq->ts_ring[gq->cur]; in rswitch_ts()
936 desc = &gq->ts_ring[gq->cur]; in rswitch_ts()
A Drswitch.h928 struct rswitch_ts_desc *ts_ring; member

Completed in 21 milliseconds