Lines Matching refs:sunqe
85 static inline int qe_stop(struct sunqe *qep) in qe_stop()
124 static void qe_init_rings(struct sunqe *qep) in qe_init_rings()
141 static int qe_init(struct sunqe *qep, int from_irq) in qe_init()
259 static int qe_is_bolixed(struct sunqe *qep, u32 qe_status) in qe_is_bolixed()
412 static void qe_rx(struct sunqe *qep) in qe_rx()
462 static void qe_tx_reclaim(struct sunqe *qep);
478 struct sunqe *qep = qecp->qes[channel]; in qec_interrupt()
513 struct sunqe *qep = netdev_priv(dev); in qe_open()
523 struct sunqe *qep = netdev_priv(dev); in qe_close()
532 static void qe_tx_reclaim(struct sunqe *qep) in qe_tx_reclaim()
549 struct sunqe *qep = netdev_priv(dev); in qe_tx_timeout()
575 struct sunqe *qep = netdev_priv(dev); in qe_start_xmit()
626 struct sunqe *qep = netdev_priv(dev); in qe_set_multicast()
684 struct sunqe *qep = netdev_priv(dev); in qe_get_drvinfo()
700 struct sunqe *qep = netdev_priv(dev); in qe_get_link()
837 struct sunqe *qe; in qec_ether_init()
843 dev = alloc_etherdev(sizeof(struct sunqe)); in qec_ether_init()
938 struct sunqe *qp = platform_get_drvdata(op); in qec_sbus_remove()