Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/net/ethernet/sun/
Dsunqe.c85 static inline int qe_stop(struct sunqe *qep) in qe_stop() argument
87 void __iomem *cregs = qep->qcregs; in qe_stop()
88 void __iomem *mregs = qep->mregs; in qe_stop()
124 static void qe_init_rings(struct sunqe *qep) in qe_init_rings() argument
126 struct qe_init_block *qb = qep->qe_block; in qe_init_rings()
127 struct sunqe_buffers *qbufs = qep->buffers; in qe_init_rings()
128 __u32 qbufs_dvma = (__u32)qep->buffers_dvma; in qe_init_rings()
131 qep->rx_new = qep->rx_old = qep->tx_new = qep->tx_old = 0; in qe_init_rings()
141 static int qe_init(struct sunqe *qep, int from_irq) in qe_init() argument
143 struct sunqec *qecp = qep->parent; in qe_init()
[all …]