Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/staging/rdma/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.h600 u64 z_port_xmit_packets; /* starting count for PMA */ member
Dipath_verbs.c2114 idev->z_port_xmit_packets = cntrs.port_xmit_packets; in ipath_register_ib_device()
/linux-4.4.14/drivers/infiniband/hw/qib/
Dqib_mad.c1449 cntrs.port_xmit_packets -= ibp->z_port_xmit_packets; in pma_get_portcounters()
1570 cntrs.port_xmit_packets -= ibp->z_port_xmit_packets; in pma_get_portcounters_cong()
1679 spkts -= ibp->z_port_xmit_packets; in pma_get_portcounters_ext()
1757 ibp->z_port_xmit_packets = cntrs.port_xmit_packets; in pma_set_portcounters()
1790 ibp->z_port_xmit_packets = cntrs.port_xmit_packets; in pma_set_portcounters_cong()
1835 ibp->z_port_xmit_packets = spkts; in pma_set_portcounters_ext()
Dqib_verbs.h713 u64 z_port_xmit_packets; /* starting count for PMA */ member
Dqib_verbs.c2052 ibp->z_port_xmit_packets = cntrs.port_xmit_packets; in init_ibport()