Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/drivers/net/phy/
H A Dfixed_phy.c50 struct fixed_mdio_bus *fmb = &platform_fmb; in fixed_phy_change_carrier() local
57 list_for_each_entry(fp, &fmb->phys, node) { in fixed_phy_change_carrier()
75 struct fixed_mdio_bus *fmb = bus->priv; in fixed_mdio_read() local
78 list_for_each_entry(fp, &fmb->phys, node) { in fixed_mdio_read()
115 struct fixed_mdio_bus *fmb = &platform_fmb; in fixed_phy_set_link_update() local
121 list_for_each_entry(fp, &fmb->phys, node) { in fixed_phy_set_link_update()
138 struct fixed_mdio_bus *fmb = &platform_fmb; in fixed_phy_add_gpiod() local
150 fmb->mii_bus->irq[phy_addr] = irq; in fixed_phy_add_gpiod()
158 list_add_tail(&fp->node, &fmb->phys); in fixed_phy_add_gpiod()
174 struct fixed_mdio_bus *fmb in fixed_phy_del() local
231 struct fixed_mdio_bus *fmb = &platform_fmb; __fixed_phy_register() local
337 struct fixed_mdio_bus *fmb = &platform_fmb; fixed_mdio_bus_init() local
374 struct fixed_mdio_bus *fmb = &platform_fmb; fixed_mdio_bus_exit() local
[all...]
/kernel/linux/linux-5.10/drivers/net/phy/
H A Dfixed_phy.c50 struct fixed_mdio_bus *fmb = &platform_fmb; in fixed_phy_change_carrier() local
57 list_for_each_entry(fp, &fmb->phys, node) { in fixed_phy_change_carrier()
75 struct fixed_mdio_bus *fmb = bus->priv; in fixed_mdio_read() local
78 list_for_each_entry(fp, &fmb->phys, node) { in fixed_mdio_read()
115 struct fixed_mdio_bus *fmb = &platform_fmb; in fixed_phy_set_link_update() local
121 list_for_each_entry(fp, &fmb->phys, node) { in fixed_phy_set_link_update()
138 struct fixed_mdio_bus *fmb = &platform_fmb; in fixed_phy_add_gpiod() local
150 fmb->mii_bus->irq[phy_addr] = irq; in fixed_phy_add_gpiod()
158 list_add_tail(&fp->node, &fmb->phys); in fixed_phy_add_gpiod()
174 struct fixed_mdio_bus *fmb in fixed_phy_del() local
231 struct fixed_mdio_bus *fmb = &platform_fmb; __fixed_phy_register() local
337 struct fixed_mdio_bus *fmb = &platform_fmb; fixed_mdio_bus_init() local
373 struct fixed_mdio_bus *fmb = &platform_fmb; fixed_mdio_bus_exit() local
[all...]
/kernel/linux/linux-5.10/arch/s390/pci/
H A Dpci_debug.c89 if (!zdev->fmb) { in pci_perf_show()
97 seq_printf(m, "Samples: %u\n", zdev->fmb->samples); in pci_perf_show()
98 seq_printf(m, "Last update TOD: %Lx\n", zdev->fmb->last_update); in pci_perf_show()
101 &zdev->fmb->ld_ops); in pci_perf_show()
103 switch (zdev->fmb->format) { in pci_perf_show()
105 if (!(zdev->fmb->fmt_ind & ZPCI_FMB_DMA_COUNTER_VALID)) in pci_perf_show()
108 &zdev->fmb->fmt0.dma_rbytes); in pci_perf_show()
112 &zdev->fmb->fmt1.rx_bytes); in pci_perf_show()
116 &zdev->fmb->fmt2.consumed_work_units); in pci_perf_show()
120 &zdev->fmb in pci_perf_show()
[all...]
H A Dpci.c146 if (zdev->fmb || sizeof(*zdev->fmb) < zdev->fmb_length) in zpci_fmb_enable_device()
149 zdev->fmb = kmem_cache_zalloc(zdev_fmb_cache, GFP_KERNEL); in zpci_fmb_enable_device()
150 if (!zdev->fmb) in zpci_fmb_enable_device()
152 WARN_ON((u64) zdev->fmb & 0xf); in zpci_fmb_enable_device()
159 fib.fmb_addr = virt_to_phys(zdev->fmb); in zpci_fmb_enable_device()
162 kmem_cache_free(zdev_fmb_cache, zdev->fmb); in zpci_fmb_enable_device()
163 zdev->fmb = NULL; in zpci_fmb_enable_device()
175 if (!zdev->fmb) in zpci_fmb_disable_device()
178 /* Function measurement is disabled if fmb addres in zpci_fmb_disable_device()
[all...]
/kernel/linux/linux-6.6/arch/s390/pci/
H A Dpci_debug.c89 if (!zdev->fmb) { in pci_perf_show()
97 seq_printf(m, "Samples: %u\n", zdev->fmb->samples); in pci_perf_show()
98 seq_printf(m, "Last update TOD: %Lx\n", zdev->fmb->last_update); in pci_perf_show()
101 &zdev->fmb->ld_ops); in pci_perf_show()
103 switch (zdev->fmb->format) { in pci_perf_show()
105 if (!(zdev->fmb->fmt_ind & ZPCI_FMB_DMA_COUNTER_VALID)) in pci_perf_show()
108 &zdev->fmb->fmt0.dma_rbytes); in pci_perf_show()
112 &zdev->fmb->fmt1.rx_bytes); in pci_perf_show()
116 &zdev->fmb->fmt2.consumed_work_units); in pci_perf_show()
120 &zdev->fmb in pci_perf_show()
[all...]
H A Dpci.c159 if (zdev->fmb || sizeof(*zdev->fmb) < zdev->fmb_length) in zpci_fmb_enable_device()
162 zdev->fmb = kmem_cache_zalloc(zdev_fmb_cache, GFP_KERNEL); in zpci_fmb_enable_device()
163 if (!zdev->fmb) in zpci_fmb_enable_device()
165 WARN_ON((u64) zdev->fmb & 0xf); in zpci_fmb_enable_device()
172 fib.fmb_addr = virt_to_phys(zdev->fmb); in zpci_fmb_enable_device()
176 kmem_cache_free(zdev_fmb_cache, zdev->fmb); in zpci_fmb_enable_device()
177 zdev->fmb = NULL; in zpci_fmb_enable_device()
189 if (!zdev->fmb) in zpci_fmb_disable_device()
194 /* Function measurement is disabled if fmb addres in zpci_fmb_disable_device()
[all...]
/kernel/linux/linux-5.10/arch/s390/include/asm/
H A Dpci.h175 struct zpci_fmb *fmb; member
/kernel/linux/linux-6.6/arch/s390/include/asm/
H A Dpci.h180 struct zpci_fmb *fmb; member

Completed in 6 milliseconds