Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/wireless/ath/ath9k/
H 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()
H A Dhw.h943 struct ar9003_txs *ts_ring; member
/openbmc/linux/drivers/net/ethernet/renesas/
H A Drswitch.c297 gq->ts_ring, gq->ring_dma); in rswitch_gwca_ts_queue_free()
298 gq->ts_ring = NULL; in rswitch_gwca_ts_queue_free()
424 desc = &gq->ts_ring[index]; in rswitch_gwca_ts_queue_fill()
538 gq->ts_ring = dma_alloc_coherent(&priv->pdev->dev, in rswitch_gwca_ts_queue_alloc()
542 if (!gq->ts_ring) in rswitch_gwca_ts_queue_alloc()
546 desc = &gq->ts_ring[gq->ring_size]; in rswitch_gwca_ts_queue_alloc()
944 desc = &gq->ts_ring[gq->cur]; in rswitch_ts()
972 desc = &gq->ts_ring[gq->cur]; in rswitch_ts()
H A Drswitch.h941 struct rswitch_ts_desc *ts_ring; member