greth_interrupt
err = request_irq(greth->irq, greth_interrupt, 0, "eth", (void *) dev);
static irqreturn_t greth_interrupt(int irq, void *dev_id);