Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/net/ethernet/sun/
H A Dsunhme.c2681 static int happy_meal_sbus_probe_one(struct platform_device *op, int is_qfe) in happy_meal_sbus_probe_one() argument
2696 if (is_qfe) { in happy_meal_sbus_probe_one()
3276 int is_qfe; in hme_sbus_probe() local
3281 is_qfe = (match->data != NULL); in hme_sbus_probe()
3283 if (!is_qfe && model && !strcmp(model, "SUNW,sbus-qfe")) in hme_sbus_probe()
3284 is_qfe = 1; in hme_sbus_probe()
3286 return happy_meal_sbus_probe_one(op, is_qfe); in hme_sbus_probe()