Searched refs:qfe_slot (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-6.6/drivers/net/ethernet/sun/ |
H A D | sunhme.c | 2393 struct device_node *dp, int qfe_slot) in happy_meal_addr_init() 2417 if (qfe_slot != -1) { in happy_meal_addr_init() 2494 int qfe_slot = -1; in happy_meal_sbus_probe_one() local 2507 for (qfe_slot = 0; qfe_slot < 4; qfe_slot++) in happy_meal_sbus_probe_one() 2508 if (qp->happy_meals[qfe_slot] == NULL) in happy_meal_sbus_probe_one() 2510 if (qfe_slot == 4) in happy_meal_sbus_probe_one() 2523 happy_meal_addr_init(hp, dp, qfe_slot); in happy_meal_sbus_probe_one() 2529 hp->qfe_ent = qfe_slot; in happy_meal_sbus_probe_one() 2392 happy_meal_addr_init(struct happy_meal *hp, struct device_node *dp, int qfe_slot) happy_meal_addr_init() argument 2622 int qfe_slot = -1; happy_meal_pci_probe() local [all...] |
/kernel/linux/linux-5.10/drivers/net/ethernet/sun/ |
H A D | sunhme.c | 2595 int err, qfe_slot, skip = 0; in quattro_sbus_register_irqs() local 2597 for (qfe_slot = 0; qfe_slot < 4; qfe_slot++) { in quattro_sbus_register_irqs() 2598 if (!qp->happy_meals[qfe_slot]) in quattro_sbus_register_irqs() 2624 int qfe_slot, skip = 0; in quattro_sbus_free_irqs() local 2626 for (qfe_slot = 0; qfe_slot < 4; qfe_slot++) { in quattro_sbus_free_irqs() 2627 if (!qp->happy_meals[qfe_slot]) in quattro_sbus_free_irqs() 2687 int i, qfe_slot = -1; happy_meal_sbus_probe_one() local 2994 int i, qfe_slot = -1; happy_meal_pci_probe() local [all...] |
Completed in 9 milliseconds