[go: nahoru, domu]

Searched defs:pma (Results 1 - 1 of 1) sorted by relevance

/drivers/infiniband/hw/qib/
H A Dqib_mad.c1662 struct qib_pma_counters pma; local
1686 qib_snapshot_pmacounters(ibp, &pma);
1688 p->port_unicast_xmit_packets = cpu_to_be64(pma.n_unicast_xmit
1690 p->port_unicast_rcv_packets = cpu_to_be64(pma.n_unicast_rcv
1692 p->port_multicast_xmit_packets = cpu_to_be64(pma.n_multicast_xmit
1694 p->port_multicast_rcv_packets = cpu_to_be64(pma.n_multicast_rcv
1823 struct qib_pma_counters pma; local
1839 qib_snapshot_pmacounters(ibp, &pma);
1842 ibp->z_unicast_xmit = pma.n_unicast_xmit;
1845 ibp->z_unicast_rcv = pma
[all...]

Completed in 76 milliseconds