Home
last modified time | relevance | path

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

/linux/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()
173 struct fixed_mdio_bus *fmb in fixed_phy_del() local
228 struct fixed_mdio_bus *fmb = &platform_fmb; fixed_phy_register() local
317 struct fixed_mdio_bus *fmb = &platform_fmb; fixed_mdio_bus_init() local
354 struct fixed_mdio_bus *fmb = &platform_fmb; fixed_mdio_bus_exit() local
[all...]
/linux/arch/s390/pci/
H A Dpci_debug.c101 if (!zdev->fmb) { in pci_perf_show()
109 seq_printf(m, "Samples: %u\n", zdev->fmb->samples); in pci_perf_show()
110 seq_printf(m, "Last update TOD: %Lx\n", zdev->fmb->last_update); in pci_perf_show()
113 &zdev->fmb->ld_ops); in pci_perf_show()
115 switch (zdev->fmb->format) { in pci_perf_show()
117 if (!(zdev->fmb->fmt_ind & ZPCI_FMB_DMA_COUNTER_VALID)) in pci_perf_show()
120 &zdev->fmb->fmt0.dma_rbytes); in pci_perf_show()
124 &zdev->fmb->fmt1.rx_bytes); in pci_perf_show()
128 &zdev->fmb->fmt2.consumed_work_units); in pci_perf_show()
132 &zdev->fmb in pci_perf_show()
[all...]
H A Dpci.c177 if (zdev->fmb || sizeof(*zdev->fmb) < zdev->fmb_length) in zpci_fmb_enable_device()
180 zdev->fmb = kmem_cache_zalloc(zdev_fmb_cache, GFP_KERNEL); in zpci_fmb_enable_device()
181 if (!zdev->fmb) in zpci_fmb_enable_device()
183 WARN_ON((u64) zdev->fmb & 0xf); in zpci_fmb_enable_device()
198 fib.fmb_addr = virt_to_phys(zdev->fmb); in zpci_fmb_enable_device()
202 kmem_cache_free(zdev_fmb_cache, zdev->fmb); in zpci_fmb_enable_device()
203 zdev->fmb = NULL; in zpci_fmb_enable_device()
215 if (!zdev->fmb) in zpci_fmb_disable_device()
220 /* Function measurement is disabled if fmb addres in zpci_fmb_disable_device()
[all...]
/linux/arch/s390/include/asm/
H A Dpci.h181 struct zpci_fmb *fmb; member