Searched refs:sunqe (Results 1 - 2 of 2) sorted by relevance

/linux-4.4.14/drivers/net/ethernet/sun/
H A Dsunqe.c0 /* sunqe.c: Sparc QuadEthernet 10baseT SBUS card driver.
41 #include "sunqe.h"
43 #define DRV_NAME "sunqe"
84 static inline int qe_stop(struct sunqe *qep) qe_stop()
123 static void qe_init_rings(struct sunqe *qep) qe_init_rings()
140 static int qe_init(struct sunqe *qep, int from_irq) qe_init()
257 static int qe_is_bolixed(struct sunqe *qep, u32 qe_status) qe_is_bolixed()
410 static void qe_rx(struct sunqe *qep) qe_rx()
460 static void qe_tx_reclaim(struct sunqe *qep);
476 struct sunqe *qep = qecp->qes[channel]; qec_interrupt()
511 struct sunqe *qep = netdev_priv(dev); qe_open()
521 struct sunqe *qep = netdev_priv(dev); qe_close()
530 static void qe_tx_reclaim(struct sunqe *qep) qe_tx_reclaim()
547 struct sunqe *qep = netdev_priv(dev); qe_tx_timeout()
573 struct sunqe *qep = netdev_priv(dev); qe_start_xmit()
624 struct sunqe *qep = netdev_priv(dev); qe_set_multicast()
682 struct sunqe *qep = netdev_priv(dev); qe_get_drvinfo()
685 strlcpy(info->driver, "sunqe", sizeof(info->driver)); qe_get_drvinfo()
698 struct sunqe *qep = netdev_priv(dev); qe_get_link()
836 struct sunqe *qe; qec_ether_init()
842 dev = alloc_etherdev(sizeof(struct sunqe)); qec_ether_init()
937 struct sunqe *qp = platform_get_drvdata(op); qec_sbus_remove()
H A Dsunqe.h1 /* $Id: sunqe.h,v 1.13 2000/02/09 11:15:42 davem Exp $
2 * sunqe.h: Definitions for the Sun QuadEthernet driver.
311 struct sunqe;
315 struct sunqe *qes[4]; /* Each child MACE */
333 struct sunqe { struct

Completed in 121 milliseconds