Searched refs:ts_ring (Results 1 – 6 of 6) sorted by relevance
| /linux/drivers/net/vmxnet3/ |
| H A D | vmxnet3_drv.c | 539 if (tq->ts_ring.base) { in vmxnet3_tq_destroy() 542 tq->ts_ring.base, tq->ts_ring.basePA); in vmxnet3_tq_destroy() 543 tq->ts_ring.base = NULL; in vmxnet3_tq_destroy() 582 if (tq->ts_ring.base) in vmxnet3_tq_init() 583 memset(tq->ts_ring.base, 0, in vmxnet3_tq_init() 625 tq->ts_ring.base = dma_alloc_coherent(&adapter->pdev->dev, in vmxnet3_tq_create() 627 &tq->ts_ring.basePA, GFP_KERNEL); in vmxnet3_tq_create() 628 if (!tq->ts_ring.base) { in vmxnet3_tq_create() 633 tq->ts_ring.base = NULL; in vmxnet3_tq_create() 925 ctx->ts_txd = (struct Vmxnet3_TxTSDesc *)((u8 *)tq->ts_ring.base + in vmxnet3_map_pkt() [all …]
|
| H A D | vmxnet3_int.h | 263 struct vmxnet3_tx_ts_ring ts_ring; member 333 struct vmxnet3_rx_ts_ring ts_ring; member
|
| /linux/drivers/net/wireless/ath/ath9k/ |
| H A D | ar9003_mac.c | 361 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 D | hw.h | 943 struct ar9003_txs *ts_ring; member
|
| /linux/drivers/net/ethernet/renesas/ |
| H A D | rswitch_main.c | 333 gq->ts_ring, gq->ring_dma); in rswitch_gwca_ts_queue_free() 334 gq->ts_ring = NULL; in rswitch_gwca_ts_queue_free() 460 desc = &gq->ts_ring[index]; in rswitch_gwca_ts_queue_fill() 574 gq->ts_ring = dma_alloc_coherent(&priv->pdev->dev, in rswitch_gwca_ts_queue_alloc() 578 if (!gq->ts_ring) in rswitch_gwca_ts_queue_alloc() 582 desc = &gq->ts_ring[gq->ring_size]; in rswitch_gwca_ts_queue_alloc() 1048 desc = &gq->ts_ring[gq->cur]; in rswitch_ts() 1076 desc = &gq->ts_ring[gq->cur]; in rswitch_ts()
|
| H A D | rswitch.h | 966 struct rswitch_ts_desc *ts_ring; member
|