linux/drivers/net/wireless/mediatek/mt76/mt7615/dma.c

// SPDX-License-Identifier: ISC
/* Copyright (C) 2019 MediaTek Inc.
 *
 * Author: Ryder Lee <[email protected]>
 *         Roy Luo <[email protected]>
 *         Lorenzo Bianconi <[email protected]>
 *         Felix Fietkau <[email protected]>
 */

#include "mt7615.h"
#include "../dma.h"
#include "mac.h"

static int
mt7622_init_tx_queues_multi(struct mt7615_dev *dev)
{}

static int
mt7615_init_tx_queues(struct mt7615_dev *dev)
{}

static int mt7615_poll_tx(struct napi_struct *napi, int budget)
{}

static int mt7615_poll_rx(struct napi_struct *napi, int budget)
{}

int mt7615_wait_pdma_busy(struct mt7615_dev *dev)
{}

static void mt7622_dma_sched_init(struct mt7615_dev *dev)
{}

static void mt7663_dma_sched_init(struct mt7615_dev *dev)
{}

void mt7615_dma_start(struct mt7615_dev *dev)
{}

int mt7615_dma_init(struct mt7615_dev *dev)
{}

void mt7615_dma_cleanup(struct mt7615_dev *dev)
{}