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

/linux-master/drivers/net/phy/
H A Dfixed_phy.c50 struct fixed_mdio_bus *fmb = &platform_fmb; local
57 list_for_each_entry(fp, &fmb->phys, node) {
75 struct fixed_mdio_bus *fmb = bus->priv; local
78 list_for_each_entry(fp, &fmb->phys, node) {
115 struct fixed_mdio_bus *fmb = &platform_fmb; local
121 list_for_each_entry(fp, &fmb->phys, node) {
138 struct fixed_mdio_bus *fmb = &platform_fmb; local
150 fmb->mii_bus->irq[phy_addr] = irq;
158 list_add_tail(&fp->node, &fmb->phys);
174 struct fixed_mdio_bus *fmb local
231 struct fixed_mdio_bus *fmb = &platform_fmb; local
337 struct fixed_mdio_bus *fmb = &platform_fmb; local
374 struct fixed_mdio_bus *fmb = &platform_fmb; local
[all...]
/linux-master/arch/s390/pci/
H A Dpci_debug.c95 if (!zdev->fmb) {
103 seq_printf(m, "Samples: %u\n", zdev->fmb->samples);
104 seq_printf(m, "Last update TOD: %Lx\n", zdev->fmb->last_update);
107 &zdev->fmb->ld_ops);
109 switch (zdev->fmb->format) {
111 if (!(zdev->fmb->fmt_ind & ZPCI_FMB_DMA_COUNTER_VALID))
114 &zdev->fmb->fmt0.dma_rbytes);
118 &zdev->fmb->fmt1.rx_bytes);
122 &zdev->fmb->fmt2.consumed_work_units);
126 &zdev->fmb
[all...]
H A Dpci.c165 if (zdev->fmb || sizeof(*zdev->fmb) < zdev->fmb_length)
168 zdev->fmb = kmem_cache_zalloc(zdev_fmb_cache, GFP_KERNEL);
169 if (!zdev->fmb)
171 WARN_ON((u64) zdev->fmb & 0xf);
184 fib.fmb_addr = virt_to_phys(zdev->fmb);
188 kmem_cache_free(zdev_fmb_cache, zdev->fmb);
189 zdev->fmb = NULL;
201 if (!zdev->fmb)
206 /* Function measurement is disabled if fmb addres
[all...]
/linux-master/arch/s390/include/asm/
H A Dpci.h174 struct zpci_fmb *fmb; member in struct:zpci_dev

Completed in 473 milliseconds