Lines Matching refs:sunqe
2 /* sunqe.c: Sparc QuadEthernet 10baseT SBUS card driver.
42 #include "sunqe.h"
44 #define DRV_NAME "sunqe"
85 static inline int qe_stop(struct sunqe *qep)
124 static void qe_init_rings(struct sunqe *qep)
141 static int qe_init(struct sunqe *qep, int from_irq)
259 static int qe_is_bolixed(struct sunqe *qep, u32 qe_status)
412 static void qe_rx(struct sunqe *qep)
462 static void qe_tx_reclaim(struct sunqe *qep);
478 struct sunqe *qep = qecp->qes[channel];
513 struct sunqe *qep = netdev_priv(dev);
523 struct sunqe *qep = netdev_priv(dev);
532 static void qe_tx_reclaim(struct sunqe *qep)
549 struct sunqe *qep = netdev_priv(dev);
575 struct sunqe *qep = netdev_priv(dev);
626 struct sunqe *qep = netdev_priv(dev);
684 struct sunqe *qep = netdev_priv(dev);
687 strlcpy(info->driver, "sunqe", sizeof(info->driver));
700 struct sunqe *qep = netdev_priv(dev);
837 struct sunqe *qe;
843 dev = alloc_etherdev(sizeof(struct sunqe));
938 struct sunqe *qp = platform_get_drvdata(op);