Home
last modified time | relevance | path

Searched refs:n_mcast_grps_allocated (Results 1 – 4 of 4) sorted by relevance

/linux-2.6.39/drivers/infiniband/hw/ipath/
Dipath_verbs_mcast.c211 if (dev->n_mcast_grps_allocated == ib_ipath_max_mcast_grps) { in ipath_mcast_add()
217 dev->n_mcast_grps_allocated++; in ipath_mcast_add()
351 dev->n_mcast_grps_allocated--; in ipath_multicast_detach()
Dipath_verbs.h572 u32 n_mcast_grps_allocated; /* number of mcast groups allocated */ member
/linux-2.6.39/drivers/infiniband/hw/qib/
Dqib_verbs_mcast.c200 if (dev->n_mcast_grps_allocated == ib_qib_max_mcast_grps) { in qib_mcast_add()
206 dev->n_mcast_grps_allocated++; in qib_mcast_add()
355 dev->n_mcast_grps_allocated--; in qib_multicast_detach()
Dqib_verbs.h742 u32 n_mcast_grps_allocated; /* number of mcast groups allocated */ member