Searched refs:IPOIB_MCAST_FLAG_SENDONLY (Results 1 - 2 of 2) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/infiniband/ulp/ipoib/
H A Dipoib_multicast.c223 if (!test_bit(IPOIB_MCAST_FLAG_SENDONLY, &mcast->flags)) {
570 if (!test_bit(IPOIB_MCAST_FLAG_SENDONLY, &mcast->flags)
694 set_bit(IPOIB_MCAST_FLAG_SENDONLY, &mcast->flags);
711 else if (test_bit(IPOIB_MCAST_FLAG_SENDONLY, &mcast->flags))
812 if (!mcast || test_bit(IPOIB_MCAST_FLAG_SENDONLY, &mcast->flags)) {
849 !test_bit(IPOIB_MCAST_FLAG_SENDONLY, &mcast->flags)) {
915 iter->send_only = !!(mcast->flags & (1 << IPOIB_MCAST_FLAG_SENDONLY));
H A Dipoib.h93 IPOIB_MCAST_FLAG_SENDONLY = 1, enumerator in enum:__anon4609

Completed in 32 milliseconds