{ .compatible = "xlnx,ten-gig-eth-mac", .data = &axienet_10g_config}, {}, };MODULE_DEVICE_TABLE(of, axienet_of_match);/** * axienet_probe - Axi Ethernet probe function. * @pdev: Pointer to platform device structure. @@ -2041,6 +2051,14 @@ static int axienet_probe(struct pl...
524 + if ((lp->axienet_config->mactype == XAXIENET_1G) && 525 + !lp->eth_hasnobuf) { 525 526 axienet_status = axienet_ior(lp, XAE_IP_OFFSET); 526 527 if (axienet_status & XAE_INT_RXRJECT_MASK) 527 528 axienet_iow(lp, XAE_IS_OFFSET, XAE_INT_RXRJECT_MASK); ...