Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/infiniband/hw/qib/
Dqib_mad.c1650 pmacounters->n_multicast_xmit += p->n_multicast_xmit; in qib_snapshot_pmacounters()
1693 p->port_multicast_xmit_packets = cpu_to_be64(pma.n_multicast_xmit in pma_get_portcounters_ext()
1849 ibp->z_multicast_xmit = pma.n_multicast_xmit; in pma_set_portcounters_ext()
Dqib_ud.c283 this_cpu_inc(ibp->pmastats->n_multicast_xmit); in qib_make_ud_req()
Dqib_verbs.h680 u64 n_multicast_xmit; /* total multicast packets sent */ member
/linux-4.4.14/drivers/staging/rdma/ipath/
Dipath_ud.c285 dev->n_multicast_xmit++; in ipath_make_ud_req()
Dipath_mad.c1152 p->port_multicast_xmit_packets = cpu_to_be64(dev->n_multicast_xmit); in recv_pma_get_portcounters_ext()
1251 dev->n_multicast_xmit = 0; in recv_pma_set_portcounters_ext()
Dipath_verbs.h590 u64 n_multicast_xmit; /* total multicast packets sent */ member