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

/linux-master/drivers/net/ethernet/sun/
H A Dsunhme.c2488 static int happy_meal_sbus_probe_one(struct platform_device *op, int is_qfe) argument
2503 if (is_qfe) {
2808 int is_qfe; local
2813 is_qfe = (match->data != NULL);
2815 if (!is_qfe && model && !strcmp(model, "SUNW,sbus-qfe"))
2816 is_qfe = 1;
2818 return happy_meal_sbus_probe_one(op, is_qfe);

Completed in 218 milliseconds