Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/infiniband/hw/qib/ !
Dqib_verbs.h161 u64 z_port_xmit_packets; /* starting count for PMA */ member
Dqib_mad.c1452 cntrs.port_xmit_packets -= ibp->z_port_xmit_packets; in pma_get_portcounters()
1573 cntrs.port_xmit_packets -= ibp->z_port_xmit_packets; in pma_get_portcounters_cong()
1682 spkts -= ibp->z_port_xmit_packets; in pma_get_portcounters_ext()
1760 ibp->z_port_xmit_packets = cntrs.port_xmit_packets; in pma_set_portcounters()
1793 ibp->z_port_xmit_packets = cntrs.port_xmit_packets; in pma_set_portcounters_cong()
1838 ibp->z_port_xmit_packets = spkts; in pma_set_portcounters_ext()
Dqib_verbs.c1421 ibp->z_port_xmit_packets = cntrs.port_xmit_packets; in init_ibport()