#include "mt7915.h"
#include "../dma.h"
#include "mac.h"
static int
mt7915_init_tx_queues(struct mt7915_phy *phy, int idx, int n_desc, int ring_base)
{ … }
static int mt7915_poll_tx(struct napi_struct *napi, int budget)
{ … }
static void mt7915_dma_config(struct mt7915_dev *dev)
{ … }
static void __mt7915_dma_prefetch(struct mt7915_dev *dev, u32 ofs)
{ … }
void mt7915_dma_prefetch(struct mt7915_dev *dev)
{ … }
static void mt7915_dma_disable(struct mt7915_dev *dev, bool rst)
{ … }
int mt7915_dma_start(struct mt7915_dev *dev, bool reset, bool wed_reset)
{ … }
static int mt7915_dma_enable(struct mt7915_dev *dev, bool reset)
{ … }
int mt7915_dma_init(struct mt7915_dev *dev, struct mt7915_phy *phy2)
{ … }
int mt7915_dma_reset(struct mt7915_dev *dev, bool force)
{ … }
void mt7915_dma_cleanup(struct mt7915_dev *dev)
{ … }