Lines Matching refs:ret
546 int ret; in bigmac_timer() local
548 ret = try_next_permutation(bp, tregs); in bigmac_timer()
549 if (ret == -1) { in bigmac_timer()
552 ret = bigmac_init_hw(bp, true); in bigmac_timer()
553 if (ret) { in bigmac_timer()
916 int ret; in bigmac_open() local
918 ret = request_irq(dev->irq, bigmac_interrupt, IRQF_SHARED, dev->name, bp); in bigmac_open()
919 if (ret) { in bigmac_open()
921 return ret; in bigmac_open()
924 ret = bigmac_init_hw(bp, false); in bigmac_open()
925 if (ret) in bigmac_open()
927 return ret; in bigmac_open()