Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/infiniband/hw/qib/
Dqib_mad.c1648 pmacounters->n_unicast_rcv += p->n_unicast_rcv; in qib_snapshot_pmacounters()
1690 p->port_unicast_rcv_packets = cpu_to_be64(pma.n_unicast_rcv in pma_get_portcounters_ext()
1845 ibp->z_unicast_rcv = pma.n_unicast_rcv; in pma_set_portcounters_ext()
Dqib_verbs.h671 u64 n_unicast_rcv; /* total unicast packets received */ member
Dqib_verbs.c693 this_cpu_inc(ibp->pmastats->n_unicast_rcv); in qib_ib_rcv()
/linux-4.1.27/drivers/infiniband/hw/ipath/
Dipath_mad.c1151 p->port_unicast_rcv_packets = cpu_to_be64(dev->n_unicast_rcv); in recv_pma_get_portcounters_ext()
1248 dev->n_unicast_rcv = 0; in recv_pma_set_portcounters_ext()
Dipath_verbs.h583 u64 n_unicast_rcv; /* total unicast packets received */ member
Dipath_verbs.c654 dev->n_unicast_rcv++; in ipath_ib_rcv()