Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/net/wimax/i2400m/
H A Drx.c507 return ((unsigned long) roq - (unsigned long) i2400m->rx_roq) in __i2400m_roq_index()
921 * This routine destroys the memory allocated for rx_roq, when no
922 * other thread is accessing it. Access to rx_roq is refcounted by
933 __skb_queue_purge(&i2400m->rx_roq[itr].queue); in i2400m_rx_roq_destroy()
934 kfree(i2400m->rx_roq[0].log); in i2400m_rx_roq_destroy()
935 kfree(i2400m->rx_roq); in i2400m_rx_roq_destroy()
936 i2400m->rx_roq = NULL; in i2400m_rx_roq_destroy()
1032 if (i2400m->rx_roq == NULL) { in i2400m_rx_edata()
1033 kfree_skb(skb); /* rx_roq is already destroyed */ in i2400m_rx_edata()
1037 roq = &i2400m->rx_roq[ro_ci in i2400m_rx_edata()
[all...]
H A Di2400m.h437 * @rx_roq: RX ReOrder queues. (fw >= v1.4) When packets are received
443 * @rx_roq_refcount: refcount rx_roq. This refcounts any access to
444 * rx_roq thus preventing rx_roq being destroyed when rx_roq
613 struct i2400m_roq *rx_roq; /* access is refcounted */ member
614 struct kref rx_roq_refcount; /* refcount access to rx_roq */

Completed in 4 milliseconds