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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wimax/i2400m/
H A Drx.c921 * rx_roq_refcount, hence memory allocated must be destroyed when
922 * rx_roq_refcount becomes zero. This routine gets executed when
923 * rx_roq_refcount becomes zero.
929 = container_of(ref, struct i2400m, rx_roq_refcount);
1036 kref_get(&i2400m->rx_roq_refcount);
1067 kref_put(&i2400m->rx_roq_refcount, i2400m_rx_roq_destroy);
1377 kref_init(&i2400m->rx_roq_refcount);
1395 kref_put(&i2400m->rx_roq_refcount, i2400m_rx_roq_destroy);
H A Di2400m.h420 * @rx_lock: spinlock to protect RX members and rx_roq_refcount.
444 * @rx_roq_refcount: refcount rx_roq. This refcounts any access to
446 * is being accessed. rx_roq_refcount is protected by rx_lock.
610 /* protect RX state and rx_roq_refcount */
615 struct kref rx_roq_refcount; /* refcount access to rx_roq */ member in struct:i2400m

Completed in 64 milliseconds