Lines Matching refs:fmb
101 if (!zdev->fmb) {
109 seq_printf(m, "Samples: %u\n", zdev->fmb->samples);
110 seq_printf(m, "Last update TOD: %Lx\n", zdev->fmb->last_update);
113 &zdev->fmb->ld_ops);
115 switch (zdev->fmb->format) {
117 if (!(zdev->fmb->fmt_ind & ZPCI_FMB_DMA_COUNTER_VALID))
120 &zdev->fmb->fmt0.dma_rbytes);
124 &zdev->fmb->fmt1.rx_bytes);
128 &zdev->fmb->fmt2.consumed_work_units);
132 &zdev->fmb->fmt3.tx_bytes);