Home
last modified time | relevance | path

Searched refs:z_port_xmit_packets (Results 1 – 6 of 6) sorted by relevance

/drivers/infiniband/hw/ipath/
Dipath_mad.c1044 cntrs.port_xmit_packets -= dev->z_port_xmit_packets; in recv_pma_get_portcounters()
1136 spkts -= dev->z_port_xmit_packets; in recv_pma_get_portcounters_ext()
1213 dev->z_port_xmit_packets = cntrs.port_xmit_packets; in recv_pma_set_portcounters()
1239 dev->z_port_xmit_packets = spkts; in recv_pma_set_portcounters_ext()
Dipath_verbs.h594 u64 z_port_xmit_packets; /* starting count for PMA */ member
Dipath_verbs.c2080 idev->z_port_xmit_packets = cntrs.port_xmit_packets; in ipath_register_ib_device()
/drivers/infiniband/hw/qib/
Dqib_mad.c1448 cntrs.port_xmit_packets -= ibp->z_port_xmit_packets; in pma_get_portcounters()
1569 cntrs.port_xmit_packets -= ibp->z_port_xmit_packets; in pma_get_portcounters_cong()
1678 spkts -= ibp->z_port_xmit_packets; in pma_get_portcounters_ext()
1756 ibp->z_port_xmit_packets = cntrs.port_xmit_packets; in pma_set_portcounters()
1789 ibp->z_port_xmit_packets = cntrs.port_xmit_packets; in pma_set_portcounters_cong()
1834 ibp->z_port_xmit_packets = spkts; in pma_set_portcounters_ext()
Dqib_verbs.h705 u64 z_port_xmit_packets; /* starting count for PMA */ member
Dqib_verbs.c2032 ibp->z_port_xmit_packets = cntrs.port_xmit_packets; in init_ibport()