Lines Matching refs:pma
1666 struct qib_pma_counters pma;
1690 qib_snapshot_pmacounters(ibp, &pma);
1692 p->port_unicast_xmit_packets = cpu_to_be64(pma.n_unicast_xmit
1694 p->port_unicast_rcv_packets = cpu_to_be64(pma.n_unicast_rcv
1696 p->port_multicast_xmit_packets = cpu_to_be64(pma.n_multicast_xmit
1698 p->port_multicast_rcv_packets = cpu_to_be64(pma.n_multicast_rcv
1827 struct qib_pma_counters pma;
1843 qib_snapshot_pmacounters(ibp, &pma);
1846 ibp->z_unicast_xmit = pma.n_unicast_xmit;
1849 ibp->z_unicast_rcv = pma.n_unicast_rcv;
1852 ibp->z_multicast_xmit = pma.n_multicast_xmit;
1855 ibp->z_multicast_rcv = pma.n_multicast_rcv;