Lines Matching refs:fmb
89 if (!zdev->fmb) {
97 seq_printf(m, "Samples: %u\n", zdev->fmb->samples);
98 seq_printf(m, "Last update TOD: %Lx\n", zdev->fmb->last_update);
101 &zdev->fmb->ld_ops);
103 switch (zdev->fmb->format) {
105 if (!(zdev->fmb->fmt_ind & ZPCI_FMB_DMA_COUNTER_VALID))
108 &zdev->fmb->fmt0.dma_rbytes);
112 &zdev->fmb->fmt1.rx_bytes);
116 &zdev->fmb->fmt2.consumed_work_units);
120 &zdev->fmb->fmt3.tx_bytes);