Searched refs:qep (Results 1 – 1 of 1) sorted by relevance
84 static inline int qe_stop(struct sunqe *qep) in qe_stop() argument86 void __iomem *cregs = qep->qcregs; in qe_stop()87 void __iomem *mregs = qep->mregs; in qe_stop()123 static void qe_init_rings(struct sunqe *qep) in qe_init_rings() argument125 struct qe_init_block *qb = qep->qe_block; in qe_init_rings()126 struct sunqe_buffers *qbufs = qep->buffers; in qe_init_rings()127 __u32 qbufs_dvma = qep->buffers_dvma; in qe_init_rings()130 qep->rx_new = qep->rx_old = qep->tx_new = qep->tx_old = 0; in qe_init_rings()140 static int qe_init(struct sunqe *qep, int from_irq) in qe_init() argument142 struct sunqec *qecp = qep->parent; in qe_init()[all …]