Home
last modified time | relevance | path

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

/drivers/infiniband/hw/qib/
Dqib_mad.c1650 pmacounters->n_multicast_rcv += p->n_multicast_rcv; in qib_snapshot_pmacounters()
1694 p->port_multicast_rcv_packets = cpu_to_be64(pma.n_multicast_rcv in pma_get_portcounters_ext()
1851 ibp->z_multicast_rcv = pma.n_multicast_rcv; in pma_set_portcounters_ext()
Dqib_verbs.h673 u64 n_multicast_rcv; /* total multicast packets received */ member
Dqib_verbs.c666 this_cpu_inc(ibp->pmastats->n_multicast_rcv); in qib_ib_rcv()
/drivers/infiniband/hw/ipath/
Dipath_mad.c1153 p->port_multicast_rcv_packets = cpu_to_be64(dev->n_multicast_rcv); in recv_pma_get_portcounters_ext()
1254 dev->n_multicast_rcv = 0; in recv_pma_set_portcounters_ext()
Dipath_verbs.h585 u64 n_multicast_rcv; /* total multicast packets received */ member
Dipath_verbs.c642 dev->n_multicast_rcv++; in ipath_ib_rcv()